diff --git a/hackgoo-osx b/hackgoo similarity index 88% rename from hackgoo-osx rename to hackgoo index 92d1db7..23e6214 100644 --- a/hackgoo-osx +++ b/hackgoo @@ -2,20 +2,9 @@ # + -- --=[Hackgoo v1.6 by ZephrFish # + -- --=[Modified for OSX Compatability # + -- --=[sed 's/iceweasel/open/g' goohak > hackgoo -# -# ABOUT: -# GooHak is a shell script to automatically launch google hacking queries against a target domain to find vulnerabilities and enumerate a target. -# -# DEPENDENCIES: -# open -# Linux +# Google D0rker - Multiple Search Terms for OSINT on a Domain TARGET="$1" -OKBLUE='\033[94m' -OKRED='\033[91m' -OKGREEN='\033[92m' -OKORANGE='\033[93m' -RESET='\e[0m' if [ -z $TARGET ]; then echo -e "+ -- --=[Hackgoo v1.6 by ZephrFish"