Skip to content

Commit 0923f2e

Browse files
committed
🎉 Fix url and banner info for .bashrc
1 parent 0e3f5de commit 0923f2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

install-osint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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'
122122
cat .bashrc >> ~/.bashrc
123-
echo -e "printf \"\"\"$banner\"\"\"" >> ~/.bashrc
123+
echo -e "printf \"\"\"$banner\"\"\";alias 'tools'=\"\"\"$banner\"\"\"" >> ~/.bashrc

0 commit comments

Comments
 (0)