mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 09:39:16 +08:00
.. | ||
HardwareProfile.h | ||
hitagcrypto.c | ||
hitagcrypto.h | ||
ht2crack2utils.c | ||
ht2crack2utils.h | ||
ht2crack5.c | ||
Makefile | ||
README.md | ||
rfidler.h | ||
util.h | ||
utilpart.c |
ht2crack5
Build
make clean
make
Run
You'll need just two nR aR pairs. These are the encrypted nonces and challenge response values. They should be in hex.
./ht2crack5 <UID> <nR1> <aR1> <nR2> <aR2>
UID is the UID of the tag that you used to gather the nR aR values.