We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3f5de commit 0923f2eCopy full SHA for 0923f2e
1 file changed
install-osint.sh
@@ -114,10 +114,10 @@ banner="
114
\t$bwhite Datasploit$end: A tool to perform various OSINT techniques
115
\t$bwhite Cloudfail$end: Utilize misconfigured DNS and old database records to find hidden IP\'s behind the CloudFlare network
116
117
+\ttype: 'tool' to show this message
118
"
119
-
120
# bashrc
121
-_run 'wget https://raw.githubusercontent.com/Scorpion-Cyber-Security/vault-bash/master/.bashrc -O .bashrc'
+_run 'wget https://raw.githubusercontent.com/vault-cyber-security/vault-bash/master/.bashrc -O .bashrc'
122
cat .bashrc >> ~/.bashrc
123
-echo -e "printf \"\"\"$banner\"\"\"" >> ~/.bashrc
+echo -e "printf \"\"\"$banner\"\"\";alias 'tools'=\"\"\"$banner\"\"\"" >> ~/.bashrc
0 commit comments