Releases: opsdisk/pagodo
Releases · opsdisk/pagodo
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.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'slogging
library. See tartley/colorama#179 - The date time-stamped all dorks file has been replaced with just
dorks/all_google_dorks.txt