Skip to content

Releases: opsdisk/pagodo

v2.1.0

05 Sep 22:36
da32f63
Compare
Choose a tag to compare
  • Added the -l option to disable SSL/TLS validation. It is sometimes required if using an HTTPS proxy with self-signed certificates. See #60

v2.0.0

01 Sep 14:46
53d70cc
Compare
Choose a tag to compare

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 tartley/colorama#179
  • The date time-stamped all dorks file has been replaced with just dorks/all_google_dorks.txt

v1.1.0

25 Aug 21:30
084bfd4
Compare
Choose a tag to compare
Merge pull request #59 from opsdisk/ghdb_scraper-versioning

Fixed trailing tabs and added verisoning to ghdb_scraper.py