Releases: opsdisk/pagodo
Releases · opsdisk/pagodo
v2.2.0
- Bumped
yagooglesearchto version 1.3.0. See https://github.com/opsdisk/yagooglesearch/releases/tag/v1.3.0 for more details.
v2.1.0
v2.0.0
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.pyis 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
numpydependency for creating arrays of random delay values in favor of native Python functionality. - Removed
coloramabecause it was not working correctly with Python'slogginglibrary. See tartley/colorama#179 - The date time-stamped all dorks file has been replaced with just
dorks/all_google_dorks.txt