We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13975c7 + 7796e81 commit 228f96eCopy full SHA for 228f96e
install-osint.sh
@@ -86,6 +86,9 @@ _install_pip 'pip2.7' '--upgrade -r /workspace/datasploit/requirements.txt'
86
# Install Cloudfail
87
_install_git 'https://github.com/m0rtem/CloudFail.git'
88
_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"
92
93
# Install editor
94
_run 'apk add vim'
0 commit comments