We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ab717 commit 98fab73Copy full SHA for 98fab73
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
+\ttype: 'tools' to show this message
118
"
119
120
# bashrc
121
_run 'wget https://raw.githubusercontent.com/vault-cyber-security/vault-bash/master/.bashrc -O .bashrc'
122
cat .bashrc >> ~/.bashrc
123
-echo -e "printf \"\"\"$banner\"\"\";alias 'tools'='\"\"\"$banner\"\"\"'" >> ~/.bashrc
+echo -e "printf \"\"\"$banner\"\"\";alias tools='echo \"\"\"$banner\"\"\"'" >> ~/.bashrc
0 commit comments