2017-09-29 20:48:00 +08:00
|
|
|
get_craptev1:
|
2018-02-04 22:00:24 +08:00
|
|
|
wget -N http://crapto1.netgarage.org/craptev1-v1.1.tar.xz
|
2018-02-04 23:38:55 +08:00
|
|
|
tar Jxvf craptev1-v1.1.tar.xz -C craptev1-v1.1
|
2017-09-29 20:48:00 +08:00
|
|
|
|
|
|
|
get_crapto1:
|
2018-02-04 22:00:24 +08:00
|
|
|
wget -N http://crapto1.netgarage.org/crapto1-v3.3.tar.xz
|
2017-09-29 20:48:00 +08:00
|
|
|
tar Jxvf crapto1-v3.3.tar.xz -C crapto1-v3.3
|
|
|
|
|
|
|
|
get_nonce_bf:
|
2018-02-04 23:38:55 +08:00
|
|
|
# git clone https://github.com/J-Run/mf_key_brute.git mf_key_brute
|
2019-01-31 23:57:02 +08:00
|
|
|
git clone https://github.com/iceman1001/mf_nonce_brute mf_nonce_brute
|
|
|
|
|
|
|
|
get_xorsearch:
|
2019-02-17 23:07:31 +08:00
|
|
|
mkdir xorsearch
|
|
|
|
wget -N https://didierstevens.com/files/software/XORSearch_V1_11_2.zip
|
|
|
|
# Mingw
|
|
|
|
# unzzip-big XORSearch_V1_11_2.zip
|
|
|
|
# linux
|
|
|
|
# gunzip XORSearch_V1_11_2.zip
|