@@ -11,6 +11,7 @@ red='\e[91m'
1111end=' \e[0m'
1212bgred=' \e[41m'
1313bold=' \e[1m'
14+ bwhite=' \e[1;97m'
1415# Status
1516correct=" [\e[1m\e[92;1m ✔ $end ]"
1617incorrect=" [\e[1m\e[91;1m ✘ $end ]"
@@ -88,26 +89,30 @@ _install_pip 'pip3' '-r /workspace/CloudFail/requirements.txt'
8889_run ' apk add vim'
8990
9091# 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"
92+ banner="
93+
94+ \t\t ~$bwhite TOOLS $end ~
95+ \t$bwhite Operative-framework$end : operative framework is a OSINT investigation framework
96+ \t$bwhite D4N155$end : Intelligent and dynamic wordlist using OSINT
97+ \t$bwhite Sherlock$end : Find usernames across social networks
98+ \t$bwhite PhoneInfoga$end : Advanced information gathering & OSINT tool for phone numbers
99+ \t$bwhite Karma$end : Find leaked emails with your passwords
100+ \t$bwhite Recon-ng$end : Recon-ng is a full-featured Web Reconnaissance framework written in Python
101+ \t$bwhite SE Toolkit$end : The Social-Engineer Toolkit
102+ \t$bwhite OpenVas$end : Open Vulnerability Assessment Scanner
103+ \t$bwhite The Harvester$end : E-mails, subdomains and names Harvester - OSINT
104+ \t$bwhite Whois$end : Get whois data
105+ \t$bwhite osrframework$end : Open Sources Research Framework
106+ \t$bwhite R3dOv3r$end : Know the dangers of credential reuse attacks
107+ \t$bwhite Buster$end : Find emails of a person and return info associated with them
108+ \t$bwhite InstagramOsint$end : An Instagram Open Source Intelligence Tool
109+ \t$bwhite Datasploit$end : A tool to perform various OSINT techniques
110+ \t$bwhite Cloufail$end : Utilize misconfigured DNS and old database records to find hidden IP\'s behind the CloudFlare network
111+
112+ "
108113
109114
110115# bashrc
111116_run ' wget https://raw.githubusercontent.com/Scorpion-Cyber-Security/vault-bash/master/.bashrc -O .bashrc'
112117cat .bashrc >> ~ /.bashrc
113- echo -e " echo ''' $banner ''' " >> ~ /.bashrc
118+ echo -e " printf \"\"\" $banner \"\"\" " >> ~ /.bashrc
0 commit comments