mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
minor edit to the proxy settings, you cannot run a proxy on tor, the latency would be ridiculous
This commit is contained in:
parent
9b623cf8e0
commit
d1e4e18f80
1 changed files with 5 additions and 0 deletions
|
|
@ -207,6 +207,11 @@ def get_urls(query, url, verbose=False, warning=True, **kwargs):
|
|||
''.join(proxy_type) + "://" + ''.join(proxy.values())
|
||||
), level=10
|
||||
))
|
||||
elif tor and proxy is not None:
|
||||
logger.warning(set_color(
|
||||
"proxies are not compatible with tor, assuming no proxy and continuing...", level=30
|
||||
))
|
||||
proxy_to_use = None
|
||||
else:
|
||||
proxy_to_use = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue