Skip to content

Commit

Permalink
Update and rename hackgoo-osx to hackgoo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephrFish authored May 29, 2017
1 parent 34aacb5 commit 0a43bee
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions hackgoo-osx → hackgoo
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0a43bee

Please sign in to comment.