Ekultek / Ekultek/Zeus-Scanner

Unhandled exception (b1bc43db)

Open
#759 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
999
Forks
245
PR merge metrics
No merged PRs in 30d

Description

Zeus version:
`1.5.2.21b875`

Firefox version:
`(58, 0)`

Geckodriver version:
`geckodriver-v0.19.0-linux64.tar.gz`

Error info:
```Traceback (most recent call last):
File "zeus.py", line 263, in
tor=opt.useTor, batch=opt.runInBatch
File "/root/zeus-scanner/var/search/selenium_search.py", line 234, in parse_search_results
proxy_string = proxy_string_to_dict(proxy_string)
File "/root/zeus-scanner/lib/core/settings.py", line 449, in proxy_string_to_dict
proxy_data = get_proxy_type(proxy_string)
File "/root/zeus-scanner/lib/core/settings.py", line 437, in get_proxy_type
"{}..".format(prox_list[0], difflib.get_close_matches(prox_list[0], acceptable))
InvalidProxyType: 188.217.10.108:8118 is not a valid proxy type, you might be looking for []..
```

Running details:
`Linux-4.19.0-kali4-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`

Commands used:
`zeus.py -l dorks.txt --proxy-file proxies.txt`

Log file info:
```2019-06-11 22:48:48,342;zeus-log;INFO;log file being saved to '/root/zeus-scanner/log/zeus-log-8.log'
2019-06-11 22:48:48,343;zeus-log;INFO;using default search engine
2019-06-11 22:48:48,344;zeus-log;INFO;starting dork scan with query '"lol euw" / "download".asp?sec='
2019-06-11 22:48:48,345;zeus-log;WARNING;will not parse webcache URL's (to parse webcache pass -W)
2019-06-11 22:48:48,345;zeus-log;WARNING;only pulling URLs with GET(query) parameters (to pull all URL's pass -E)
2019-06-11 22:48:48,345;zeus-log;ERROR;ran into exception '188.217.10.108:8118 is not a valid proxy type, you might be looking for []..'
Traceback (most recent call last):
File "zeus.py", line 263, in
tor=opt.useTor, batch=opt.runInBatch
File "/root/zeus-scanner/var/search/selenium_search.py", line 234, in parse_search_results
proxy_string = proxy_string_to_dict(proxy_string)
File "/root/zeus-scanner/lib/core/settings.py", line 449, in proxy_string_to_dict
proxy_data = get_proxy_type(proxy_string)
File "/root/zeus-scanner/lib/core/settings.py", line 437, in get_proxy_type
"{}..".format(prox_list[0], difflib.get_close_matches(prox_list[0], acceptable))
InvalidProxyType: 188.217.10.108:8118 is not a valid proxy type, you might be looking for []..

2019-06-11 22:50:05,866;zeus-log;INFO;Zeus got an unexpected error and will automatically create an issue for this error, please wait
2019-06-11 22:50:05,866;zeus-log;INFO;getting authorization
2019-06-11 22:50:05,867;zeus-log;INFO;extracting traceback from log file
2019-06-11 22:50:05,868;zeus-log;INFO;attempting to get firefox browser version
```

Contributor guide

Open the contributing guide

Research direction

Reproduce the report with `zeus.py -l dorks.txt --proxy-file proxies.txt`, then inspect `lib/core/settings.py` around `get_proxy_type` and `proxy_string_to_dict`, followed by `var/search/selenium_search.py` around `parse_search_results`. Done means proxy-file input no longer raises the reported `InvalidProxyType` exception during search.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.