Skip to content

Commit

Permalink
Merge pull request #23 from Vault-Cyber-Security/refatoring
Browse files Browse the repository at this point in the history
Fix "tools" alias
  • Loading branch information
Julio Lira committed Mar 8, 2020
2 parents 7fc7658 + b674bc1 commit f8b95b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install-osint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ banner="
\t$bwhite Buster$end: Find emails of a person and return info associated with them
\t$bwhite InstagramOsint$end: An Instagram Open Source Intelligence Tool
\t$bwhite Datasploit$end: A tool to perform various OSINT techniques
\t$bwhite Cloudfail$end: Utilize misconfigured DNS and old database records to find hidden IP\'s behind the CloudFlare network
\t$bwhite Cloudfail$end: Utilize misconfigured DNS and old database records to find hidden IPs behind the CloudFlare network
\ttype: 'tool' to show this message
\ttype:$bwhite tools$end to show this message
"

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

0 comments on commit f8b95b6

Please sign in to comment.