Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaCoder committed Jun 23, 2021
1 parent cc34b95 commit 8ad09a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Grecon
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ function help
\e[31m email_scanner \e[0m \e[32m Search all possible information from an email. \e[0m
\e[31m vuln_scanner \e[0m \e[32m Search all possible Vulnerabilities. \e[0m
\e[31m link_scanner \e[0m \e[32m Sniff all links from a Domain. \e[0m
\e[31m media_scanner \e[0m \e[32m Search all possible social media accounts from a username. \e[0m
\e[31m bitcoin_scanner \e[0m \e[32m Search all bitcoin wallets addresses from target. \e[0m
Expand Down Expand Up @@ -129,8 +128,7 @@ b7='run phone_scanner'
b8='run email_scanner'
b9='run vuln_scanner'
b10='run link_scanner'
b11='run media_scanner'
b12='run bitcoin_scanner'
b11='run bitcoin_scanner'

#NEW COMMANDS
while true
Expand Down Expand Up @@ -351,10 +349,6 @@ elif [ "$x" == "$b1" ] ||[ "$x" == "$b4" ]; then
echo "-------------------------------------------------------------------------------------------------------------"
curl https://api.hackertarget.com/pagelinks/?q=$link
echo ""
elif [ "$x" == "$b11" ]; then
clear
cd userrecon
bash userrecon.sh
elif [ "$x" == "$b12" ]; then
echo ""
echo -e "\e[1;31m!!!!!!!!!!!!!!!!!!!!!!!\e[0m"
Expand Down

0 comments on commit 8ad09a5

Please sign in to comment.