Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Update googd0rker.sh
Browse files Browse the repository at this point in the history
added .do extension for struts, thanks @mazen160 for suggestion
  • Loading branch information
ZephrFish authored May 29, 2017
1 parent 81fd615 commit 72de8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googd0rker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ open "https://www.google.com/search?q=site:$TARGET+ext:cgi+OR+ext:php+OR+ext:asp
# FIND DOCUMENTS BY EXTENSION:
open "https://www.google.com/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:
open "https://www.google.com/search?q=site:$TARGET+ext:action+OR+ext:struts" 2> /dev/null
open "https://www.google.com/search?q=site:$TARGET+ext:action+OR+ext:struts+OR+ext:do" 2> /dev/null
# FIND PASTEBIN POSTS FOR DOMAIN:
open "https://www.google.com/search?q=site:pastebin.com+$TARGET" 2> /dev/null
# FIND EMPLOYEES ON LINKEDIN:
Expand Down

0 comments on commit 72de8bb

Please sign in to comment.