@@ -48,13 +48,13 @@ _install_pip 'pip3' '-r /workspace/sherlock/requirements.txt'
4848_install_git ' https://github.com/sundowndev/PhoneInfoga'
4949_install_pip ' pip3' ' -r /workspace/PhoneInfoga/requirements.txt'
5050_run ' mv /workspace/PhoneInfoga/config.example.py /workspace/PhoneInfoga/config.py'
51- # Install Karma
52- _install_pip ' pip3' ' git+https://github.com/decoxviii/karma.git'
51+ # Install Karma'
52+ _install_pip ' pip3' ' git+https://github.com/decoxviii/karma.git --upgrade '
5353# Install SE Toolkit
5454_install_git ' https://github.com/trustedsec/social-engineer-toolkit.git'
5555_install_pip ' pip3' ' -r /workspace/social-engineer-toolkit/requirements.txt'
5656# Install Recon-ng
57- _install_git ' https://bitbucket.org/LaNMaSteR53 /recon-ng.git'
57+ _install_git ' https://github.com/lanmaster53 /recon-ng.git'
5858_install_pip ' pip3' ' -r /workspace/recon-ng/REQUIREMENTS'
5959# Install OpenVas
6060_install_git ' https://github.com/greenbone/openvas.git'
@@ -74,15 +74,15 @@ _run "cd workspace/buster;python3 setup.py install;cd $here"
7474# Install Whois
7575_run ' apk add whois nmap'
7676# Install osrframework
77- _install_pip ' pip2 ' ' osrframework'
77+ _install_pip ' pip3 ' ' osrframework'
7878_run ' wget https://raw.githubusercontent.com/i3visio/osrframework/master/config/general.cfg -O ~/.config/OSRFramework/default/general.cfg'
7979_run ' wget https://github.com/i3visio/osrframework/blob/master/config/browser.cfg -O /root/.config/OSRFramework/default/browser.cfg'
8080# Install InstagramOsint
8181_install_git ' https://github.com/sc1341/InstagramOSINT.git'
8282_install_pip ' pip3' ' -r /workspace/InstagramOSINT/requirements.txt'
8383# Install Datasploit
8484_install_git ' https://github.com/dvopsway/datasploit.git'
85- _install_pip ' pip2.7 ' ' --upgrade -r /workspace/datasploit/requirements.txt'
85+ _install_pip ' pip2' ' --force-reinstall -r /workspace/datasploit/requirements.txt'
8686# Install Cloudfail
8787_install_git ' https://github.com/m0rtem/CloudFail.git'
8888_install_pip ' pip3' ' -r /workspace/CloudFail/requirements.txt'
0 commit comments