Ekultek / Ekultek/Zeus-Scanner
Unhandled exception (a5ff5ae5)
- Dominant language
- Python
- Stars
- 999
- Forks
- 245
- PR merge metrics
- No merged PRs in 30d
Description
Zeus version:
`1.5.2.21b875`
Firefox version:
`(74, 0)`
Geckodriver version:
`geckodriver-v0.19.0-linux32.tar.gz`
Error info:
```Traceback (most recent call last):
File "/root/recon/zeus-scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
File "/root/recon/zeus-scanner/var/search/selenium_search.py", line 82, in get_urls
browser = var.search.SetBrowser(agent=user_agent, proxy=proxy, tor=tor, xforward=xforward).set_browser()
File "/root/recon/zeus-scanner/var/search/__init__.py", line 148, in set_browser
executable_path=whichcraft.which("geckodriver"))
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py", line 144, in __init__
self.service.start()
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 74, in start
stdout=self.log_file, stderr=self.log_file)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 8] Exec format error
```
Running details:
`Linux-5.4.0-kali2-686-i686-with-Kali-kali-rolling-kali-rolling`
Commands used:
`zeus.py -r -b https://csper.io -x`
Log file info:
```2020-03-14 09:12:57,558;zeus-log;INFO;log file being saved to '/root/recon/zeus-scanner/log/zeus-log-30.log'
2020-03-14 09:12:57,558;zeus-log;INFO;using default search engine
2020-03-14 09:12:57,559;zeus-log;INFO;using random dork 'filetype:ldb admin' as the search query
2020-03-14 09:12:57,559;zeus-log;WARNING;will not parse webcache URL's (to parse webcache pass -W)
2020-03-14 09:12:57,559;zeus-log;WARNING;only pulling URLs with GET(query) parameters (to pull all URL's pass -E)
2020-03-14 09:12:57,559;zeus-log;INFO;attempting to gather query URL
2020-03-14 09:12:57,560;zeus-log;INFO;setting up virtual display to hide the browser
2020-03-14 09:12:57,683;zeus-log;INFO;setting the browser
2020-03-14 09:12:57,705;zeus-log;ERROR;[7;31;31mselenium_search.pyc failed to gather the URL from search engine, caught exception '[Errno 8] Exec format error' exception has been logged to current log file
Traceback (most recent call last):
File "/root/recon/zeus-scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
File "/root/recon/zeus-scanner/var/search/selenium_search.py", line 82, in get_urls
browser = var.search.SetBrowser(agent=user_agent, proxy=proxy, tor=tor, xforward=xforward).set_browser()
File "/root/recon/zeus-scanner/var/search/__init__.py", line 148, in set_browser
executable_path=whichcraft.which("geckodriver"))
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py", line 144, in __init__
self.service.start()
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 74, in start
stdout=self.log_file, stderr=self.log_file)
File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 8] Exec format error
2020-03-14 09:12:59,302;zeus-log;INFO;[32mZeus got an unexpected error and will automatically create an issue for this error, please wait[0m
2020-03-14 09:12:59,302;zeus-log;INFO;[32mgetting authorization[0m
2020-03-14 09:12:59,337;zeus-log;INFO;[32mextracting traceback from log file[0m
2020-03-14 09:12:59,337;zeus-log;INFO;[32mattempting to get firefox browser version[0m
```
Contributor guide
Research direction
Start in var/search/__init__.py at SetBrowser.set_browser and then trace its callers in var/search/selenium_search.py, especially get_urls and parse_search_results. Reproduce the reported command on the stated Linux environment and inspect the geckodriver launch path. Done means the browser setup no longer produces this Exec format error, or reports the incompatibility clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, python
- Domain
- cli, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100