Skip to content

SimonTheCoder/mifare_proxmark3_sniff2key

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculate the card key using UID TAG CHALLENGE READER CHALLENGE READERRESPONSE TAG RESPONSE from sniff tracing. All sources are copied from repos below.

Source files are from:

build:

make

Tips:

1. generate trace file:

proxmark3> hf list 14a -s /tmp/trace.trc

2. Analyze trace file automaticly:

python mifarecrack.py /tmp/trace.trc This command will try to find all complete auth, and calculate keys.

Refs: