File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments