2017-09-29 14:48:00 +02: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 16:38:55 +01:00
|
|
|
tar Jxvf craptev1-v1.1.tar.xz -C craptev1-v1.1
|
2017-09-29 14:48:00 +02: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 14:48:00 +02:00
|
|
|
tar Jxvf crapto1-v3.3.tar.xz -C crapto1-v3.3
|
|
|
|
|
|
|
|
get_nonce_bf:
|
2018-02-04 16:38:55 +01:00
|
|
|
# git clone https://github.com/J-Run/mf_key_brute.git mf_key_brute
|
2019-03-10 11:35:03 +01:00
|
|
|
git clone https://github.com/iceman1001/mf_nonce_brute mf_nonce_brute
|
|
|
|
|
2019-01-31 16:57:02 +01:00
|
|
|
get_xorsearch:
|
2019-03-10 11:35:03 +01:00
|
|
|
mkdir xorsearch
|
2019-02-17 16:07:31 +01:00
|
|
|
wget -N https://didierstevens.com/files/software/XORSearch_V1_11_2.zip
|
2019-03-10 11:35:03 +01:00
|
|
|
# Mingw
|
2019-02-17 16:07:31 +01:00
|
|
|
# unzzip-big XORSearch_V1_11_2.zip
|
|
|
|
# linux
|
2019-03-12 00:12:26 +01:00
|
|
|
# gunzip XORSearch_V1_11_2.zip
|