Skip to content

Commit 24c4789

Browse files
committed
🐶 Fix: Karma, Recon-ng, OSRFramework, datasploit
1 parent 7f02569 commit 24c4789

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

install-osint.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)