Ekultek / Ekultek/Zeus-Scanner
Unhandled exception (e8aeab0b)
- 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.gzgeckodriver-v0.19.0-linux64.tar.gz`
Error info:
```Traceback (most recent call last):
File "/home/spirit/hack/Zeus-Scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
File "/home/spirit/hack/Zeus-Scanner/var/search/selenium_search.py", line 80, in get_urls
ff_display = Display(visible=0, size=(800, 600))
File "/home/spirit/.local/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 34, in __init__
self._obj = self.display_class(
File "/home/spirit/.local/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 52, in display_class
cls.check_installed()
File "/home/spirit/.local/lib/python2.7/site-packages/pyvirtualdisplay/xvfb.py", line 38, in check_installed
ubuntu_package=PACKAGE).check_installed()
TypeError: __init__() got an unexpected keyword argument 'url'
```
Running details:
`Linux-5.4.0-54-generic-x86_64-with-elementary-5.1.7-hera`
Commands used:
`./zeus.py -d php?id=`
Log file info:
```2020-11-26 09:52:57,048;zeus-log;INFO;log file being saved to '/home/spirit/hack/Zeus-Scanner/log/zeus-log-9.log'
2020-11-26 09:52:57,048;zeus-log;INFO;using default search engine
2020-11-26 09:52:57,048;zeus-log;INFO;starting dork scan with query 'php?id='
2020-11-26 09:52:57,049;zeus-log;WARNING;will not parse webcache URL's (to parse webcache pass -W)
2020-11-26 09:52:57,049;zeus-log;WARNING;only pulling URLs with GET(query) parameters (to pull all URL's pass -E)
2020-11-26 09:52:57,049;zeus-log;INFO;attempting to gather query URL
2020-11-26 09:52:57,049;zeus-log;INFO;setting up virtual display to hide the browser
2020-11-26 09:52:57,049;zeus-log;ERROR;[7;31;31mselenium_search.pyc failed to gather the URL from search engine, caught exception '__init__() got an unexpected keyword argument 'url'' exception has been logged to current log file
Traceback (most recent call last):
File "/home/spirit/hack/Zeus-Scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
File "/home/spirit/hack/Zeus-Scanner/var/search/selenium_search.py", line 80, in get_urls
ff_display = Display(visible=0, size=(800, 600))
File "/home/spirit/.local/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 34, in __init__
self._obj = self.display_class(
File "/home/spirit/.local/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 52, in display_class
cls.check_installed()
File "/home/spirit/.local/lib/python2.7/site-packages/pyvirtualdisplay/xvfb.py", line 38, in check_installed
ubuntu_package=PACKAGE).check_installed()
TypeError: __init__() got an unexpected keyword argument 'url'
2020-11-26 09:52:59,714;zeus-log;INFO;[32mZeus got an unexpected error and will automatically create an issue for this error, please wait[0m
2020-11-26 09:52:59,714;zeus-log;INFO;[32mgetting authorization[0m
2020-11-26 09:52:59,714;zeus-log;INFO;[32mextracting traceback from log file[0m
2020-11-26 09:52:59,715;zeus-log;INFO;[32mattempting to get firefox browser version[0m
```
Contributor guide
Research direction
Start with var/search/selenium_search.py around lines 80 and 268, then reproduce the failure with ./zeus.py -d php?id=. Check the pyvirtualdisplay Display initialization and its reported constructor error; done means the dork scan proceeds without this unhandled exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100