File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ function help
8888 \e[31m email_scanner \e[0m \e[32m Search all possible information from an email. \e[0m
8989 \e[31m vuln_scanner \e[0m \e[32m Search all possible Vulnerabilities. \e[0m
9090 \e[31m link_scanner \e[0m \e[32m Sniff all links from a Domain. \e[0m
91- \e[31m media_scanner \e[0m \e[32m Search all possible social media accounts from a username. \e[0m
9291 \e[31m bitcoin_scanner \e[0m \e[32m Search all bitcoin wallets addresses from target. \e[0m
9392
9493
@@ -129,8 +128,7 @@ b7='run phone_scanner'
129128b8=' run email_scanner'
130129b9=' run vuln_scanner'
131130b10=' run link_scanner'
132- b11=' run media_scanner'
133- b12=' run bitcoin_scanner'
131+ b11=' run bitcoin_scanner'
134132
135133# NEW COMMANDS
136134while true
@@ -351,10 +349,6 @@ elif [ "$x" == "$b1" ] ||[ "$x" == "$b4" ]; then
351349 echo " -------------------------------------------------------------------------------------------------------------"
352350 curl https://api.hackertarget.com/pagelinks/? q=$link
353351 echo " "
354- elif [ " $x " == " $b11 " ]; then
355- clear
356- cd userrecon
357- bash userrecon.sh
358352 elif [ " $x " == " $b12 " ]; then
359353 echo " "
360354 echo -e " \e[1;31m!!!!!!!!!!!!!!!!!!!!!!!\e[0m"
You can’t perform that action at this time.
0 commit comments