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.
Hello!
Pretty new to this and have been Googling my face off, reading here, etc. and haven't found an answer to this somewhat basic question, so here we go:
Is it possible in standalone mode (with BlueShark) to read a card, and then clone that card from the memory bank directly to another card in seconds? Main reason being it looks a bit suspicious to swipe a Proxmark near a security booth (I'm a pen tester, this is a legal engagement).
I'm guessing that the only way to actually create another card based on the captured card data is to perform a clone via the pm3 client, but I had to ask anyways.
Thank you!
Offline
Since a standalone mode is a piece of custom code dedicated to do a specific taks, you find different kinds of standalone modes.
They usually target either HF or LF. Not both a same time, even if I have seen that aswell.
The one that most likely does what you say the KIVIG (HF_COLIN)
HF_COLIN https://github.com/RfidResearchGroup/pr … hf_colin.c
Generic info about https://github.com/RfidResearchGroup/pr … alone-mode
How to develop your own https://github.com/RfidResearchGroup/pr … /readme.md
Offline