Skip to content

Commit

Permalink
Merge pull request opsdisk#13 from thesilas/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
opsdisk authored Feb 11, 2018
2 parents adb687b + 8877e52 commit 1d55bc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ The code can be found here: https://github.com/opsdisk/pagodo

The awesome folks at Offensive Security maintain the Google Hacking Database (GHDB) found here: https://www.exploit-db.com/google-hacking-database. It is a collection of Google searches, called dorks, that can be used to find potentially vulnerable boxes or other juicy info that is picked up by Google's search bots.

#### Installation

Clone the git repository and install the requirements
```
pip install -r requirements.txt
```

#### ghdb_scraper.py

To start off, **pagodo.py** needs a list of all the current Google dorks. Unfortunately, the entire database cannot be easily downloaded. A couple of older projects did this, but the code was slightly stale and it wasn't multi-threaded...so collecting ~3800 Google Dorks would take a long time. **ghdb_scraper.py** is the resulting Python script.
Expand Down

0 comments on commit 1d55bc5

Please sign in to comment.