Skip to content

Commit 228f96e

Browse files
author
Julio Lira
authored
Merge pull request #13 from Vault-Cyber-Security/dev
1.5 Fix install-pack
2 parents 13975c7 + 7796e81 commit 228f96e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install-osint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ _install_pip 'pip2.7' '--upgrade -r /workspace/datasploit/requirements.txt'
8686
# Install Cloudfail
8787
_install_git 'https://github.com/m0rtem/CloudFail.git'
8888
_install_pip 'pip3' '-r /workspace/CloudFail/requirements.txt'
89+
# Install WAFW00f
90+
_install_git 'https://github.com/EnableSecurity/wafw00f.git'
91+
_run "cd workspace/wafw00f;python3 setup.py install;cd $here"
8992

9093
# Install editor
9194
_run 'apk add vim'

0 commit comments

Comments
 (0)