repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2664 from piotrva/hf-mf-ultimatecard-script-max-rw-blocks
[RRG-proxmark3.git]
/
tools
/
hitag2crack
/
crack5
/
README.md
blob
5c900122b0e3749c338d1a6c4635137a1354d667
1
ht2crack5
2
3
4
5
Build
6
-----
7
8
```
9
make clean
10
make
11
```
12
13
Run
14
---
15
16
You'll need just two nR aR pairs. These are the
17
encrypted nonces and challenge response values. They should be in hex.
18
19
```
20
./ht2crack5 <UID> <nR1> <aR1> <nR2> <aR2>
21
```
22
23
UID is the UID of the tag that you used to gather the nR aR values.