1- #! /usr/bin/sh
1+ #! /usr/bin/bash
22
33# Fix problems of directories
44here=" ` dirname " $0 " ` "
@@ -10,6 +10,7 @@ green='\e[92m'
1010red=' \e[91m'
1111end=' \e[0m'
1212bgred=' \e[41m'
13+ bold=' \e[1m'
1314# Status
1415correct=" [\e[1m\e[92;1m ✔ $end ]"
1516incorrect=" [\e[1m\e[91;1m ✘ $end ]"
@@ -37,7 +38,7 @@ _install_pip 'pip3' 'cython'
3738# Operative-framework
3839_run ' go get github.com/graniet/operative-framework'
3940# Install D4N155
40- _install_git ' https://github .com/OWASP/D4N155.git'
41+ _install_git ' https://githu b .com/OWASP/D4N155.git'
4142_install_pip ' pip3' ' -r /workspace/D4N155/requirements.txt'
4243# Install Sherlock
4344_install_git ' https://github.com/sherlock-project/sherlock.git'
@@ -76,5 +77,37 @@ _install_pip 'pip2' 'osrframework'
7677# Install InstagramOsint
7778_install_git ' https://github.com/sc1341/InstagramOSINT.git'
7879_install_pip ' pip3' ' -r /workspace/InstagramOSINT/requirements.txt'
80+ # Install Datasploit
81+ _install_git ' https://github.com/dvopsway/datasploit.git'
82+ _install_pip ' pip2.7' ' --upgrade -r /workspace/datasploit/requirements.txt'
83+ # Install Cloudfail
84+ _install_git ' https://github.com/m0rtem/CloudFail.git'
85+ _install_pip ' pip3' ' -r /workspace/CloudFail/requirements.txt'
7986
80- cat ascii-art.sh >> ~ /.bashrc
87+ # Install editor
88+ _run ' apk add vim'
89+
90+ # Banner
91+ banner=" \
92+ $bold Operative-framework$end : operative framework is a OSINT investigation framework
93+ $bold D4N155$end : Intelligent and dynamic wordlist using OSINT
94+ $bold Sherlock$end : Find usernames across social networks
95+ $bold PhoneInfoga$end : Advanced information gathering & OSINT tool for phone numbers
96+ $bold Karma$end : Find leaked emails with your passwords
97+ $bold Recon-ng$end : Recon-ng is a full-featured Web Reconnaissance framework written in Python
98+ $bold SE Toolkit$end : The Social-Engineer Toolkit
99+ $bold OpenVas$end : Open Vulnerability Assessment Scanner
100+ $bold The Harvester$end : E-mails, subdomains and names Harvester - OSINT
101+ $bold Whois$end : Get whois data
102+ $bold osrframework$end : Open Sources Research Framework
103+ $bold R3dOv3r$end : Know the dangers of credential reuse attacks
104+ $bold Buster$end : Find emails of a person and return info associated with them
105+ $bold InstagramOsint$end : An Instagram Open Source Intelligence Tool
106+ $bold Datasploit$end : A tool to perform various OSINT techniques
107+ $bold Cloufail$end : Utilize misconfigured DNS and old database records to find hidden IP\'s behind the CloudFlare network"
108+
109+
110+ # bashrc
111+ _run ' wget https://raw.githubusercontent.com/Scorpion-Cyber-Security/vault-bash/master/.bashrc -O .bashrc'
112+ cat .bashrc >> ~ /.bashrc
113+ echo -e " echo '''$banner '''" >> ~ /.bashrc
0 commit comments