fix: some mkdir stuff..
This commit is contained in:
@@ -1,18 +1,23 @@
|
||||
MKDIR = mkdir -p
|
||||
WGET = wget -N
|
||||
TAR = tar Jxvf
|
||||
GIT = git clone
|
||||
|
||||
get_craptev1:
|
||||
wget -N http://crapto1.netgarage.org/craptev1-v1.1.tar.xz
|
||||
tar Jxvf craptev1-v1.1.tar.xz -C craptev1-v1.1
|
||||
$(WGET) http://crapto1.netgarage.org/craptev1-v1.1.tar.xz
|
||||
$(TAR) craptev1-v1.1.tar.xz -C craptev1-v1.1
|
||||
|
||||
get_crapto1:
|
||||
wget -N http://crapto1.netgarage.org/crapto1-v3.3.tar.xz
|
||||
tar Jxvf crapto1-v3.3.tar.xz -C crapto1-v3.3
|
||||
$(WGET) http://crapto1.netgarage.org/crapto1-v3.3.tar.xz
|
||||
$(TAR) Jxvf crapto1-v3.3.tar.xz -C crapto1-v3.3
|
||||
|
||||
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
|
||||
# $(GIT) https://github.com/J-Run/mf_key_brute.git mf_key_brute
|
||||
$(GIT) https://github.com/iceman1001/mf_nonce_brute mf_nonce_brute
|
||||
|
||||
get_xorsearch:
|
||||
mkdir xorsearch
|
||||
wget -N https://didierstevens.com/files/software/XORSearch_V1_11_2.zip
|
||||
$(MKDIR) xorsearch
|
||||
$(WGET) https://didierstevens.com/files/software/XORSearch_V1_11_2.zip
|
||||
# Mingw
|
||||
# unzzip-big XORSearch_V1_11_2.zip
|
||||
# linux
|
||||
|
||||
Reference in New Issue
Block a user