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 May 1, 2016
1 parent 6cefdb7 commit b2aa59c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion goohak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# + -- --=[GooHak v1.3 by 1N3
# + -- --=[GooHak v1.4 by 1N3
# + -- --=[http://crowdshield.com
#
# ABOUT:
Expand Down Expand Up @@ -64,6 +64,8 @@ iceweasel "https://www.google.ca/search?q=site:$TARGET+inurl:redir+OR+inurl:url+
iceweasel "https://www.google.ca/search?q=site:$TARGET+ext:cgi+OR+ext:php+OR+ext:asp+OR+ext:aspx+OR+ext:jsp+OR+ext:jspx+OR+ext:swf+OR+ext:fla+OR+ext:xml" 2> /dev/null
# FIND DOCUMENTS BY EXTENSION:
iceweasel "https://www.google.ca/search?q=site:$TARGET+ext:doc+OR+ext:docx+OR+ext:csv+OR+ext:pdf+OR+ext:txt+OR+ext:log+OR+ext:bak" 2> /dev/null
# FIND APACHE STRUTS RCE's:
iceweasel "https://www.google.ca/search?q=site:$TARGET+ext:action+OR+struts" 2> /dev/null
# FIND PASTEBIN POSTS FOR DOMAIN:
iceweasel "https://www.google.ca/search?q=site:pastebin.com+$TARGET" 2> /dev/null
# FIND EMPLOYEES ON LINKEDIN:
Expand Down

0 comments on commit b2aa59c

Please sign in to comment.