Skip to content

Commit f8b95b6

Browse files
author
Julio Lira
authored
Merge pull request #23 from Vault-Cyber-Security/refatoring
Fix "tools" alias
2 parents 7fc7658 + b674bc1 commit f8b95b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install-osint.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ banner="
112112
\t$bwhite Buster$end: Find emails of a person and return info associated with them
113113
\t$bwhite InstagramOsint$end: An Instagram Open Source Intelligence Tool
114114
\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
115+
\t$bwhite Cloudfail$end: Utilize misconfigured DNS and old database records to find hidden IPs behind the CloudFlare network
116116
117-
\ttype: 'tool' to show this message
117+
\ttype:$bwhite tools$end to show this message
118118
"
119119

120120
# bashrc
121121
_run 'wget https://raw.githubusercontent.com/vault-cyber-security/vault-bash/master/.bashrc -O .bashrc'
122122
cat .bashrc >> ~/.bashrc
123-
echo -e "printf \"\"\"$banner\"\"\";alias 'tools'=\"\"\"$banner\"\"\"" >> ~/.bashrc
123+
echo -e "printf \"\"\"$banner\"\"\";alias tools='echo -e \"\"\"$banner\"\"\"'" >> ~/.bashrc

0 commit comments

Comments
 (0)