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
Am i missing something or has the hardnested commands been removed? or does only Icemans build have the Hardnested commands?
Prox/RFID mark3 RFID instrument
bootrom: master-rysc/v3.0.1 2017-09-21 19:05:39
os: master-rysc/v3.0.1 2017-09-21 19:05:45
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2017/05/17 at 17:48:26
Last edited by Charlie (2017-11-08 01:27:41)
Offline
what do you see if you run?
hf mf hard
Offline
Ok. I see the problem. RyscCorp has published a new guide / blog on their website. https://store.ryscc.com/blogs/news/gett … -proxmark3
*** warning ***
Their pre-compiled binary distro is faulty. It misses a lot of needed files among them the hardnested binary bitflip files.
Offline
what do you see if you run?
hf mf hard
proxmark3> hf mf hard
help This help
dbg Set default debug mode
rdbl Read MIFARE classic block
rdsc Read MIFARE classic sector
dump Dump MIFARE classic tag to binary file
restore Restore MIFARE classic binary file to BLANK tag
wrbl Write MIFARE classic block
chk Test block keys
mifare Read parity error messages.
nested Test nested authentication
sniff Sniff card-reader communication
sim Simulate MIFARE card
eclr Clear simulator memory block
eget Get simulator memory block
eset Set simulator memory block
eload Load from file emul dump
esave Save to file emul dump
ecfill Fill simulator memory with help of keys from simulator
ekeyprn Print keys from simulator memory
csetuid Set UID for magic Chinese card
csetblk Write block - Magic Chinese card
cgetblk Read block - Magic Chinese card
cgetsc Read sector - Magic Chinese card
cload Load dump into magic Chinese card
csave Save dump from magic Chinese card into file or emulator
decrypt [nt] [ar_enc] [at_enc] [data] - to decrypt snoop or trace
proxmark3>
A bunch of the Scripts are missing now too it apears
Offline
Looks like their v.3.0.1 is not at all the same as offical PM3 v3.0.1 release which has hardnested inside
Offline
You need to use the proper offical release from Github. Pre-compiled bin-distros can be tricky.
If you don't want to compile, go for Gator's distros, should be under "Windows client" section
Offline
I just ran 'make clean && make all' and then flashed my proxmark and now have the following firmware is installed
Prox/RFID mark3 RFID instrument
bootrom: master/v3.0.1-89-g5191ad9-suspect 2017-11-07 06:53:10
os: master/v3.0.1-89-g5191ad9-suspect 2017-11-07 06:53:16
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2017/07/13 at 08:44:13
uC: AT91SAM7S512 Rev B
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 512K bytes. Used: 198361 bytes (38%). Free: 325927 bytes (62%).
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
I still cant seem to run hardnested commands though.
In my github desktop i have both the following repositories...
https://github.com/Gator96100/ProxSpace.git
and
https://github.com/Proxmark/proxmark3.git
is that causing the issue? Should I only have the proxmark3.git repositories ?
Offline
What do you now see when you run
hf mf hardnested t 1
Offline
What do you now see when you run
hf mf hardnested t 1
proxmark3> hf mf hardnested t 1
help This help
dbg Set default debug mode
rdbl Read MIFARE classic block
rdsc Read MIFARE classic sector
dump Dump MIFARE classic tag to binary file
restore Restore MIFARE classic binary file to BLANK tag
wrbl Write MIFARE classic block
chk Test block keys
mifare Read parity error messages.
nested Test nested authentication
sniff Sniff card-reader communication
sim Simulate MIFARE card
eclr Clear simulator memory block
eget Get simulator memory block
eset Set simulator memory block
eload Load from file emul dump
esave Save to file emul dump
ecfill Fill simulator memory with help of keys from simulator
ekeyprn Print keys from simulator memory
csetuid Set UID for magic Chinese card
csetblk Write block - Magic Chinese card
cgetblk Read block - Magic Chinese card
cgetsc Read sector - Magic Chinese card
cload Load dump into magic Chinese card
csave Save dump from magic Chinese card into file or emulator
decrypt [nt] [ar_enc] [at_enc] [data] - to decrypt snoop or trace
proxmark3>
Last edited by Charlie (2017-11-07 21:14:51)
Offline
inside gator96100 repo, there is a folder called pm3. Inside that folder, the contents of pm3 repo should be.
So when you start the mingw env, you go into the folder and compile from there...
of course I assume you know git. Commands like 'git pull'
Offline
Prox/RFID mark3 RFID instrument
bootrom: master/v3.0.1-131-g75e42ef-dirty-suspect 2017-11-07 20:19:09
os: master/v3.0.1-131-g75e42ef-dirty-suspect 2017-11-07 20:19:15
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2017/09/05 at 08:50:16
uC: AT91SAM7S512 Rev B
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 512K bytes. Used: 197928 bytes (38%). Free: 326360 bytes (62%).
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
Offline
... and do you get the hardnested command now?
Offline
... and do you get the hardnested command now?
Nope, still the same as before.
I notice that my "Scripts" folder is now missing 10 files too(25 files vs 35)
Offline
did you do a "git pull" inside the pm3 repo?!?!
Offline
yeah, Sorry it looks like it is working now. When I use the GUI the command doesnt work even though the pull down menu has the hardnested attack function. When i open a MING32 and run the commands manually it works.
Offline
.. the GUI hasn't been updated for long. Feel free to edit the settings file and share.
Meanwhile, I suggest that you edit your first post and add the prefix "[solved]" to your title.
Offline
Pages: 1