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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephrFish authored Aug 28, 2017
1 parent 2393c69 commit bb8cabc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# GoogD0rker

## About
GoogD0rker is a tool for firing off google dorks against a target domain, it is purely for OSINT against a specific target domain. Designed for OSX, if you want to tweak it for Linux simply use sed: `sed 's/open/newbrowser/g' googd0rker > googd0rker-newbrowser`. It is modified from goohak by [crowdshield](https://github.com/1N3/Goohak).
GoogD0rker is a tool for firing off google dorks against a target domain, it is purely for OSINT against a specific target domain.
It is split into two versions, a bash script designed for OSX and a python script designed to be cross platform.

`GoogD0rker-OSX.sh` is designed for OSX, if you want to tweak it for Linux simply use sed: `sed 's/open/newbrowser/g' googd0rker > googd0rker-newbrowser`. It is modified from goohak by [crowdshield](https://github.com/1N3/Goohak).

### GoogD0rker-TXT

Expand Down

0 comments on commit bb8cabc

Please sign in to comment.