diff --git a/install-osint.sh b/install-osint.sh index 8d00064..5f0a639 100644 --- a/install-osint.sh +++ b/install-osint.sh @@ -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