Proxmark3 community

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.

Announcement

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.

#1 2017-04-24 14:35:34

iceman
Administrator
Registered: 2013-04-25
Posts: 9,497
Website

Source code Proxmark3 GUI by Gaucho

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

#2 2017-04-24 16:13:07

ntk
Contributor
Registered: 2015-05-24
Posts: 701

Re: Source code Proxmark3 GUI by Gaucho

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

#3 2017-04-24 17:14:37

iceman
Administrator
Registered: 2013-04-25
Posts: 9,497
Website

Re: Source code Proxmark3 GUI by Gaucho

yes, one of these days your tests will be there aswell...

Offline

#4 2018-05-05 21:28:34

gerza
Contributor
Registered: 2018-05-05
Posts: 14

Re: Source code Proxmark3 GUI by Gaucho

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

#5 2018-05-16 08:30:22

Elsin10
Contributor
Registered: 2018-02-27
Posts: 41

Re: Source code Proxmark3 GUI by Gaucho

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.

Offline

#6 2018-05-16 23:46:00

gerza
Contributor
Registered: 2018-05-05
Posts: 14

Re: Source code Proxmark3 GUI by Gaucho

Elsin10 wrote:
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

#7 2018-09-02 09:35:40

iceman
Administrator
Registered: 2013-04-25
Posts: 9,497
Website

Re: Source code Proxmark3 GUI by Gaucho

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 1

Usage:

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, - 1K

t - 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

#8 2018-09-02 09:55:45

zyw
Contributor
Registered: 2018-09-02
Posts: 6

Re: Source code Proxmark3 GUI by Gaucho

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

Board footer

Powered by FluxBB