Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
I have uploaded my latest version of the proxmark3 GUI by Gaucho and other good tools here: http://www.icedev.se/pm3.aspx
direct download link: Proxmark3 GUI v.1.1
Offline
Congratulation and mucho mucho thank you ...
I have download the GUI source can wait to learn new thing and can only say what an awesome island you have there at http://www.icedev.se/pm3.aspx with so much of treasures....
Offline
yes, one of these days your tests will be there aswell...
Offline
There is not a gaucho compiled gui for windows updated. I try old 2013 version but don't work with last iceman fork
¿are plans of compile and update windows gui for last iceman fork?
Offline
There is not a gaucho compiled gui for windows updated. I try old 2013 version but don't work with last iceman fork
¿are plans of compile and update windows gui for last iceman fork?
Sorry to ask this but what is this "fork" ? Totally new at this. I'm learning.
Offline
gerza wrote:There is not a gaucho compiled gui for windows updated. I try old 2013 version but don't work with last iceman fork
¿are plans of compile and update windows gui for last iceman fork?
Sorry to ask this but what is this "fork" ? Totally new at this. I'm learning.
iceman fork is the best firmware and environment for proxmark
here you can see official firmware an iceman firmware
http://www.proxmark.org/forum/viewtopic.php?id=3975
Last edited by gerza (2018-05-16 23:47:40)
Offline
The user zyw seems to have some issues with posting correct, I added his attempt here:
I change the code like this,but i cant get the number behind the "block data:" please help
- Case "button_break"
item.Control = New Button
item.Control.Text = item.Text
ToolTip1.SetToolTip(item.Control, item.Tooltip)
AddHandler item.Control.Click, AddressOf hi
AddHandler item.Control.Click, AddressOf actionCommand
'AddHandler hi(), AddressOf actionCommand
'sector = hi()
Call hi()
item.Action &= ("hf mf nested 1" & sector)
item.Control.Tag = item.Action
item.Control.SetBounds(0, i * 35, 140, 20)
item.Control.AutoSize = True
Public Sub hi()
Dim sector_num() As String
sector_num = Split(prompt.Text, vbCrLf)
For i = 0 To UBound(sector_num)
If Strings.Left(sector_num(i), 11) = "block data:" Then
sector = Strings.Right(sector_num(i), Strings.Len(sector_num(i)) - 11)
End If
Next i
End Sub
proxmark3> hf mf nested 1Usage:
all sectors: hf mf nested <key A/B> <key (12 hex symbols)> [t,d]
one sector: hf mf nested o <key A/B> <key (12 hex symbols)>
<target block number> <target key A/B> [t]
card memory - 0 - MINI(320 bytes), 1 - 1K, 2 - 2K, 4 - 4K, - 1Kt - transfer keys into emulator memory
d - write keys to binary file
sample1: hf mf nested 1 0 A FFFFFFFFFFFF
sample2: hf mf nested 1 0 A FFFFFFFFFFFF t
sample3: hf mf nested 1 0 A FFFFFFFFFFFF d
sample4: hf mf nested o 0 A FFFFFFFFFFFF 4 A
Offline
Thank you very much for Iceman's help. And this is my github https://github.com/zywshuai/ Friends can download and Find the problem.
Thanks so much.
Offline
Pages: 1