From 0a43beece735454645f1c5fb82de04ffb779bc59 Mon Sep 17 00:00:00 2001 From: ZephrFish Date: Mon, 29 May 2017 21:19:48 +0100 Subject: [PATCH] Update and rename hackgoo-osx to hackgoo --- hackgoo-osx => hackgoo | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) rename hackgoo-osx => hackgoo (88%) 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"