diff --git a/lib/settings.py b/lib/settings.py index 3ccd96b..c0038a7 100644 --- a/lib/settings.py +++ b/lib/settings.py @@ -17,7 +17,7 @@ import bin.unzip_gecko # clone link CLONE = "https://github.com/ekultek/zeus-scanner.git" # current version -VERSION = "1.0.13" +VERSION = "1.0.14.2e73" # colors to output depending on the version VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30} # version string formatting diff --git a/var/google_search/search.py b/var/google_search/search.py index 8a2818c..f1cdbc0 100644 --- a/var/google_search/search.py +++ b/var/google_search/search.py @@ -58,9 +58,9 @@ def get_urls(query, url, verbose=False, warning=True, user_agent=None, proxy=Non proxy_type = proxy.keys() proxy_to_use = Proxy({ "proxyType": ProxyType.MANUAL, - "httpProxy": proxy, - "ftpProxy": proxy, - "sslProxy": proxy, + "httpProxy": proxy[proxy_type[0]], + "ftpProxy": proxy[proxy_type[0]], + "sslProxy": proxy[proxy_type[0]], "noProxy": "" }) if verbose: