Skip to content

Commit 8610d26

Browse files
committed
Fix install of buster
1 parent c605b97 commit 8610d26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install-osint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ _install_git 'https://github.com/darkoperator/dnsrecon.git'
6969
_install_pip 'pip2' '-r /workspace/dnsrecon/requirements.txt'
7070
# Install Buster
7171
_install_git 'https://github.com/sham00n/buster.git'
72+
_install_pip 'pip3' 'numpy'
7273
_run "cd workspace/buster;python3 setup.py install;cd $here"
7374
# Install Whois
7475
_run 'apk add whois nmap'

0 commit comments

Comments
 (0)