Skip to content

Commit 0e3f5de

Browse files
committed
🔥 Fix wafw00f package
1 parent 7999916 commit 0e3f5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-osint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ _install_git 'https://github.com/m0rtem/CloudFail.git'
8888
_install_pip 'pip3' '-r /workspace/CloudFail/requirements.txt'
8989
# Install WAFW00f
9090
_install_git 'https://github.com/EnableSecurity/wafw00f.git'
91-
_run "cd workspace/wafw00f;python3 setup.py install;cd $here"
91+
_run "cd /workspace/wafw00f;python3 setup.py install;cd $here"
9292

9393
# Install editor
9494
_run 'apk add vim'

0 commit comments

Comments
 (0)