Skip to content

Commit

Permalink
Fix install of buster
Browse files Browse the repository at this point in the history
  • Loading branch information
julioliraup committed Oct 5, 2019
1 parent c605b97 commit 8610d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-osint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ _install_git 'https://github.com/darkoperator/dnsrecon.git'
_install_pip 'pip2' '-r /workspace/dnsrecon/requirements.txt'
# Install Buster
_install_git 'https://github.com/sham00n/buster.git'
_install_pip 'pip3' 'numpy'
_run "cd workspace/buster;python3 setup.py install;cd $here"
# Install Whois
_run 'apk add whois nmap'
Expand Down

0 comments on commit 8610d26

Please sign in to comment.