diff --git a/tools/Makefile b/tools/Makefile index 0a6e4430e..c750cce26 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,4 +8,7 @@ get_crapto1: get_nonce_bf: # 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 \ No newline at end of file + 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 \ No newline at end of file