mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 03:00:58 +08:00
add: 'make get_xorsearch' - easy download of xorsearch by Didier Stevens,
see https://blog.didierstevens.com/programs/xorsearch/
This commit is contained in:
parent
5c231e772c
commit
a01aead732
1 changed files with 4 additions and 1 deletions
|
@ -9,3 +9,6 @@ get_crapto1:
|
||||||
get_nonce_bf:
|
get_nonce_bf:
|
||||||
# git clone https://github.com/J-Run/mf_key_brute.git mf_key_brute
|
# git clone https://github.com/J-Run/mf_key_brute.git mf_key_brute
|
||||||
git clone https://github.com/iceman1001/mf_nonce_brute mf_nonce_brute
|
git clone https://github.com/iceman1001/mf_nonce_brute mf_nonce_brute
|
||||||
|
|
||||||
|
get_xorsearch:
|
||||||
|
wget -N https://didierstevens.com/files/software/XORSearch_V1_11_2.zip
|
Loading…
Reference in a new issue