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'm a student trying to learn RFID system with the help PM3.
I came into a problem that when I used the RAW Commands, the response was never correct as its tips in the Proxmark Tool.
I don't know it's the CRC or other problems.
Is there any instruction or document about the usage of raw commends ?
Much appreciate if anyone can tell me.
Thx
Offline
read a datasheet over iso14443a commands?
Offline
I read the iso14443a.
Commands like WUPA and Anti-collision could work, but commands like read and write that need extra datas fails.
Does RAW commands means the PM3 sends whatever I write or it will automatically append the CRC or other thing to the commands that were eventually broadcasted?
Offline
did you look at the help text for the raw command?
Offline
proxmark3> hf 14a raw -c -p -s 3000
received 7 octets
04 41 16 12 C5 48 85
received 18 octets
04 41 16 DB 12 C5 48 85 1A 48 00 00 00 00 00 00 AE 1F
This is the response when I used RAW commands 3000 to read a Mifare Ultralight card.
The help text said the correct answer is 16 bytes but it was actually 18 bytes.
It confuses me.
Offline
its correct, you just have two crc bytes in the end that you missed when you read the datasheet
Offline
Pages: 1