Skip to content

Commit

Permalink
🎉 Fix alias name and parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
julioliraup committed Mar 8, 2020
1 parent f4ab717 commit 98fab73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-osint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ banner="
\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
\ttype: 'tool' to show this message
\ttype: 'tools' 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 \"\"\"$banner\"\"\"'" >> ~/.bashrc

0 comments on commit 98fab73

Please sign in to comment.