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
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.
I purchased a new proxmark3 elechouse RDV2
I followed this guide linked below using a colleagues windows box thinking it would be the safest way to load iceman firmware
https://lab401.com/blogs/academy/proxmark-3-using-custom-firmware
We loaded the latest iceman version and I thought all was well as it worked on his machine
now as a mac user I did
brew tap RfidResearchGroup/proxmark3
export HOMEBREW_PROXMARK3_PLATFORM=PM3OTHER
brew install --HEAD proxmark3
proxmark3 /dev/tty.usbmodem88881
I get the following output
dod$ proxmark3 /dev/tty.usbmodem88881
[=] Session log /Users/dod/.proxmark3/log_20191008.txt
██████╗ ███╗ ███╗ ████╗ ...iceman fork
██╔══██╗████╗ ████║ ══█║ ...dedicated to RDV40
██████╔╝██╔████╔██║ ████╔╝
██╔═══╝ ██║╚██╔╝██║ ══█║ iceman@icesql.net
██║ ██║ ╚═╝ ██║ ████╔╝ https://github.com/rfidresearchgroup/proxmark3/
╚═╝ ╚═╝ ╚═╝ ╚═══╝ pre-release v4.0
Support iceman on patreon - https://www.patreon.com/iceman1001/
on paypal - https://www.paypal.me/iceman1001
[=] Using UART port /dev/tty.usbmodem88881
unknown command:: 0x61334d50
[!!] ERROR: cannot communicate with the Proxmark
checking usb i get
system_profiler SPUSBDataType
proxmark3:
Product ID: 0x4b8f
Vendor ID: 0x9ac4
Version: 1.00
Serial Number: 8888
Speed: Up to 12 Mb/sec
Manufacturer: proxmark.org
Location ID: 0x14200000 / 12
Current Available (mA): 500
Current Required (mA): 500
Extra Operating Current (mA): 0
trying to flash
iMac:~ dod$ pm3-flash-fullimage
[=] Waiting for Proxmark3 to appear...
[=] Session log /Users/dod/.proxmark3/log_20191008.txt
[+] About to use the following file:
[+] /usr/local/Cellar/proxmark3/HEAD-04ce6c6/bin/../share/proxmark3/firmware/fullimage.elf
[+] Waiting for Proxmark3 to appear on /dev/tty.usbmodem88881
.Found
[+] Entering bootloader...
[+] (Press and release the button only to abort )
[+] Waiting for Proxmark3 to appear on /dev/tty.usbmodem88881
............................................................
[!] ERROR: invalid serial port /dev/tty.usbmodem88881
[!!] Error: Proxmark3 not found.
[!] Sending bytes to Proxmark3 failed.offline
[+] All done.
Have a nice day!
Any ideas?
running screen on the tty pressing the button with a hid card gives
unknown command:: 0x84c4033funknown command:: 0x84c4030dunknown command:: 0x84c4030dunknown command:: 0x84c4030dunknown command:: 0x84c40364unknown command:: 0x84c4030dunknown command:: 0x84c4033funknown command:: 0x84c40377unknown command:: 0x84c4030dunknown command:: 0x84c40371unknown command:: 0x84c4030dunknown command:: 0x84c4033funknown command:: 0x84c40368unknown command:: 0x84c4030dunknown command:: 0x84c4030dunknown command:: 0x84c4030dunknown command:: 0x84c4030dunknown command:: 0x84c4030dunknown command:: 0x84c4030dunknown command:: 0x84c4030d"Stand-alone mode! No PC necessary.[+] playing[+] 0 18240 0020fd60?[!] tags can only have 44 bits. - USE lf simfsk for larger tags[!] simulation finished[+] done playing[+] playing[+] 1 1 fffffd40[!] simulation finished[+] done playing[+] starting recordingDTAG ID: 2007402227 (4371) - Format Len: 26bit - FC: 160 - Card: 4371Stopped[+] recorded 0 20 07402227[+] playing[+] 0 20 07402227[!] simulation finished[+] done playing[+] playing[+] 1 1 fffffd40[!] simulation finished[+] done playing
Last edited by dod (2019-10-08 20:44:37)
The troubleshooting guide at the repo usuall is a good starting place when things goes wrong.
https://github.com/RfidResearchGroup/pr … hooting.md
In your case I would say you need to take notice on the serial port. Running latest RRG/Iceman usually gives a different serial port enumeration.
Since you are swapping between repos, you will need to update bootrom first. ie flash-bootrom , reset device, flash-fullimage.
Sometimes its easier to use the button trick when doing this.