Ekultek / Ekultek/Zeus-Scanner
Unhandled exception (2314d9cd)
- 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 "/root/zeus-scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
File "/root/zeus-scanner/var/search/selenium_search.py", line 84, in get_urls
browser.get(url)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 309, in get
self.execute(Command.GET, {'url': url})
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 297, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 194, in check_response
raise exception_class(message, screen, stacktrace)
WebDriverException: Message: Failed to decode response from marionette
```
Running details:
`Linux-4.19.0-kali5-amd64-x86_64-with-Kali-kali-rolling-kali-rolling`
Commands used:
`zeus.py --verbose -d inurl:php?id= site:*.jp --proxy socks5://127.0.0.1:10808`
Log file info:
```2019-08-06 18:31:47,444;zeus-log;DEBUG;checking if the application has been run before
2019-08-06 18:31:47,445;zeus-log;DEBUG;running with options '{'runInVerbose': True, 'proxyConfig': 'socks5://127.0.0.1:10808', 'dorkToUse': 'inurl:php?id= site:*.jp'}'
2019-08-06 18:31:47,445;zeus-log;INFO;log file being saved to '/root/zeus-scanner/log/zeus-log-27.log'
2019-08-06 18:31:47,445;zeus-log;WARNING;timeout will be increased to 40s due to Tor being used
2019-08-06 18:31:47,445;zeus-log;DEBUG;using default search engine (Google)
2019-08-06 18:31:47,445;zeus-log;INFO;using default search engine
2019-08-06 18:31:47,445;zeus-log;INFO;starting dork scan with query 'inurl:php?id= site:*.jp'
2019-08-06 18:31:47,446;zeus-log;DEBUG;parsing blacklist
2019-08-06 18:31:47,446;zeus-log;DEBUG;checking for user-agent and proxy configuration
2019-08-06 18:31:47,446;zeus-log;WARNING;will not parse webcache URL's (to parse webcache pass -W)
2019-08-06 18:31:47,446;zeus-log;WARNING;only pulling URLs with GET(query) parameters (to pull all URL's pass -E)
2019-08-06 18:31:47,446;zeus-log;INFO;attempting to gather query URL
2019-08-06 18:31:47,446;zeus-log;INFO;setting up virtual display to hide the browser
2019-08-06 18:31:47,766;zeus-log;INFO;setting the browser
2019-08-06 18:31:51,271;zeus-log;INFO;browser will open shortly
2019-08-06 18:32:14,196;zeus-log;ERROR;[7;31;31mselenium_search.pyc failed to gather the URL from search engine, caught exception 'Message: Failed to decode response from marionette' exception has been logged to current log file
Traceback (most recent call last):
File "/root/zeus-scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
File "/root/zeus-scanner/var/search/selenium_search.py", line 84, in get_urls
browser.get(url)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 309, in get
self.execute(Command.GET, {'url': url})
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 297, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 194, in check_response
raise exception_class(message, screen, stacktrace)
WebDriverException: Message: Failed to decode response from marionette
2019-08-06 18:32:17,870;zeus-log;INFO;[32mZeus got an unexpected error and will automatically create an issue for this error, please wait[0m
2019-08-06 18:32:17,871;zeus-log;INFO;[32mgetting authorization[0m
2019-08-06 18:32:18,053;zeus-log;INFO;[32mextracting traceback from log file[0m
2019-08-06 18:32:18,054;zeus-log;INFO;[32mattempting to get firefox browser version[0m
```
Contributor guide
Research direction
Start with var/search/selenium_search.py, especially get_urls at line 84 and parse_search_results around line 268, then reproduce the issue with the reported zeus.py command and environment details. Trace the Firefox/Geckodriver failure and define the expected behavior for this search operation; done means the command no longer ends with the reported unhandled Marionette exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100