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 did some work using the Proxmark 3 last year overclocking the Mifare Plus and Mifare DESFire. I got them to operate at carrier frequencies over 20% higher than 13.56 MHz. Overclocking can be used to conduct relay attacks at a larger distance and bypass the Mifare distance-bounding protocol. A link to my full thesis/report is below. Please let me know if you have any questions/comments or need help working with either of these cards.
Offline
[moved]
Cool concept, tell us more about it.
Offline
And your github account? I am very curious of your implementation!
Offline
The code I used is on Github here (on my mainwork branch): https://github.com/dceliano/proxmark3/tree/mainwork
Not sure what else you want to know, but I do have some tidbits about messing with the PM3.
To use a different clock signal, I had to change around the FPGA code and regenerate the bitfile. It was kind of a pain to get this working with the Xilinx software, but I was eventually able to do it by debugging and looking around the forums. It was also a little bit of a learning curve to get going with the Lua scripts, but once I learned how the API worked it was an easy way to write/read raw data to/from the Mifare cards.
Offline
Well, I am looking for your lua scripts among things Need to add them to my fork, bro!
Getting the fpga to compile was a pain. I got help to sort it out.
Offline
Pages: 1