Skip to content

Commit

Permalink
GooHak by 1N3@CrowdShield
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 8, 2017
1 parent 7c09f1b commit 777208c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions goohak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# + -- --=[GooHak v1.6 by 1N3
# + -- --=[GooHak by 1N3
# + -- --=[http://crowdshield.com
#
# ABOUT:
Expand All @@ -10,7 +10,8 @@
# Linux

TARGET="$1"
BROWSER="iceweasel" // CHANGE TO DEFAULT BROWSER OR USE iceweasel
BROWSER="iceweasel" # CHANGE TO DEFAULT BROWSER OR USE iceweasel
VER="1.7"
OKBLUE='\033[94m'
OKRED='\033[91m'
OKGREEN='\033[92m'
Expand All @@ -19,7 +20,7 @@ RESET='\e[0m'

if [ -z $TARGET ]; then
echo -e "$OKORANGE + -- --=[http://crowdshield.com$RESET"
echo -e "$OKORANGE + -- --=[GooHak v1.6 by 1N3$RESET"
echo -e "$OKORANGE + -- --=[GooHak v$VER by 1N3$RESET"
echo -e "$OKORANGE + -- --=[Usage: goohak <domain>$RESET"
exit
fi
Expand Down

0 comments on commit 777208c

Please sign in to comment.