Pagodo Versions Save

pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching

v2.6.2

1 month ago
  • Bump yagooglesearch version to 1.10.0

v2.6.1

1 month ago
  • Bump beautifulsoup4 from 4.12.2 to 4.12.3
  • Added verbose switch options

v2.6.0

4 months ago
  • Bumped yagooglesearch to version 1.9.0

v2.5.0

5 months ago
  • Bumped yagooglesearch to version 1.8.2
  • Updated README with how to create Python virtual environment

v2.4.0

1 year ago
  • Added --log switch to specify log file name. Thank you @cgeopapa for https://github.com/opsdisk/pagodo/pull/79!
  • Cleaned up logging architecture
  • Updated dorks files from GHDB
  • Bumped dependencies in requirements.txt

2.3.1

1 year ago

v2.2.1

2 years ago

Updated requirements.txt to utilize the updated yagooglesearch and requests library versions.

v2.2.0

2 years ago

v2.1.0

2 years ago

v2.0.0

2 years ago

pagodo version 2.0.0 is a massive rewrite of the beloved original, however, there are some major updates:

  • The core Google search library now uses the more flexible yagooglesearch instead of googlesearch.
  • pagodo.py is now module friendly and can be imported in other Python scripts. It returns a dictionary object with dork information.
  • Native HTTP(S) and SOCKS5 application support, no more wrapping it in a tool like proxychains4. You can specify multiple proxies to use in a round robin fashion using -p.
  • Disabling of the user agent when querying Google is no longer supported.
  • Jitter factor has been removed. Instead a minimum value (-i) and maximum value (-x) are provided and used to generate the list of random values to use between each unique dork search.
  • Removed numpy dependency for creating arrays of random delay values in favor of native Python functionality.
  • Removed colorama because it was not working correctly with Python's logging library. See https://github.com/tartley/colorama/issues/179
  • The date time-stamped all dorks file has been replaced with just dorks/all_google_dorks.txt