Skip to content

Commit 7999916

Browse files
committed
🐶 Fix packages: theHavester, buster
1 parent 24c4789 commit 7999916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install-osint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ _install_pip 'pip3' '-r /workspace/recon-ng/REQUIREMENTS'
6060
_install_git 'https://github.com/greenbone/openvas.git'
6161
# Install The Harvester
6262
_install_git 'https://github.com/laramies/theHarvester.git'
63-
_install_pip 'pip3' '-r /workspace/theHarvester/requirements.txt'
63+
_install_pip 'pip3' '-r /workspace/theHarvester/requirements/base.txt'
6464
# Install Cr3dOv3r
6565
_install_git 'https://github.com/D4Vinci/Cr3dOv3r.git'
6666
_install_pip 'pip3' '-r /workspace/Cr3dOv3r/requirements.txt'
@@ -70,7 +70,7 @@ _install_pip 'pip2' '-r /workspace/dnsrecon/requirements.txt'
7070
# Install Buster
7171
_install_git 'https://github.com/sham00n/buster.git'
7272
_install_pip 'pip3' 'numpy'
73-
_run "cd workspace/buster;python3 setup.py install;cd $here"
73+
_run "cd /workspace/buster;python3 setup.py install;cd $here"
7474
# Install Whois
7575
_run 'apk add whois nmap'
7676
# Install osrframework

0 commit comments

Comments
 (0)