@@ -37,7 +37,7 @@ _run(){
3737
3838_install_pip ' pip3' ' cython'
3939# Operative-framework
40- _run ' go get github.com/graniet/operative-framework'
40+ # _run 'go get github.com/graniet/operative-framework'
4141# Install D4N155
4242_install_git ' https://github.com/OWASP/D4N155.git'
4343_install_pip ' pip3' ' -r /workspace/D4N155/requirements.txt'
@@ -48,19 +48,19 @@ _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'
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,25 +70,25 @@ _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
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'
8989# Install WAFW00f
9090_install_git ' https://github.com/EnableSecurity/wafw00f.git'
91- _run " cd workspace/wafw00f;python3 setup.py install;cd $here "
91+ _run " cd / workspace/wafw00f;python3 setup.py install;cd $here "
9292
9393# Install editor
9494_run ' apk add vim'
@@ -97,7 +97,7 @@ _run 'apk add vim'
9797banner="
9898
9999\t\t ~$bwhite TOOLS $end ~
100- \t$bwhite Operative-framework$end : operative framework is a OSINT investigation framework
100+ \t$red We can help for install this framework [Update broken] → $ bwhite Operative-framework$end : operative framework is a OSINT investigation framework
101101\t$bwhite D4N155$end : Intelligent and dynamic wordlist using OSINT
102102\t$bwhite Sherlock$end : Find usernames across social networks
103103\t$bwhite PhoneInfoga$end : Advanced information gathering & OSINT tool for phone numbers
@@ -114,10 +114,10 @@ banner="
114114\t$bwhite Datasploit$end : A tool to perform various OSINT techniques
115115\t$bwhite Cloudfail$end : Utilize misconfigured DNS and old database records to find hidden IP\'s behind the CloudFlare network
116116
117+ \ttype: 'tool' to show this message
117118"
118119
119-
120120# bashrc
121- _run ' wget https://raw.githubusercontent.com/Scorpion-Cyber-Security /vault-bash/master/.bashrc -O .bashrc'
121+ _run ' wget https://raw.githubusercontent.com/vault-cyber-security /vault-bash/master/.bashrc -O .bashrc'
122122cat .bashrc >> ~ /.bashrc
123- echo -e " printf \"\"\" $banner \"\"\" " >> ~ /.bashrc
123+ echo -e " printf \"\"\" $banner \"\"\" ;alias 'tools'= \"\"\" $banner \"\"\" " >> ~ /.bashrc
0 commit comments