Ekultek / Ekultek/Zeus-Scanner

Unhandled exception (78454c65)

Open
#949 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
999
Forks
245
PR merge metrics
No merged PRs in 30d

Description

Zeus version:
1.5.2.21b875

Firefox version:
(57, 0)

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

Error info:

  File "/home/tibb/Zeus-Scanner/var/search/selenium_search.py", line 268, in parse_search_results
    tor=tor, batch=batch, xforward=forward_for
  File "/home/tibb/Zeus-Scanner/var/search/selenium_search.py", line 80, in get_urls
    ff_display = Display(visible=0, size=(800, 600))
  File "/home/tibb/.local/share/virtualenvs/zeus-scanner-PMA6y4Ym/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 34, in __init__
    self._obj = self.display_class(
  File "/home/tibb/.local/share/virtualenvs/zeus-scanner-PMA6y4Ym/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 52, in display_class
    cls.check_installed()
  File "/home/tibb/.local/share/virtualenvs/zeus-scanner-PMA6y4Ym/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.7.17.a-1-hardened-x86_64-with-glibc2.2.5

Commands used:
zeus.py -r --sqli

Log file info:

2020-08-28 18:03:42,970;zeus-log;INFO;using default search engine
2020-08-28 18:03:42,971;zeus-log;INFO;using random dork 'inurl:template.php?s=' as the search query
2020-08-28 18:03:42,971;zeus-log;WARNING;will not parse webcache URL's (to parse webcache pass -W)
2020-08-28 18:03:42,971;zeus-log;WARNING;only pulling URLs with GET(query) parameters (to pull all URL's pass -E)
2020-08-28 18:03:42,971;zeus-log;INFO;attempting to gather query URL
2020-08-28 18:03:42,971;zeus-log;INFO;setting up virtual display to hide the browser
2020-08-28 18:03:42,972;zeus-log;ERROR;selenium_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/tibb/Zeus-Scanner/var/search/selenium_search.py", line 268, in parse_search_results
    tor=tor, batch=batch, xforward=forward_for
  File "/home/tibb/Zeus-Scanner/var/search/selenium_search.py", line 80, in get_urls
    ff_display = Display(visible=0, size=(800, 600))
  File "/home/tibb/.local/share/virtualenvs/zeus-scanner-PMA6y4Ym/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 34, in __init__
    self._obj = self.display_class(
  File "/home/tibb/.local/share/virtualenvs/zeus-scanner-PMA6y4Ym/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 52, in display_class
    cls.check_installed()
  File "/home/tibb/.local/share/virtualenvs/zeus-scanner-PMA6y4Ym/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-08-28 18:03:45,516;zeus-log;INFO;Zeus got an unexpected error and will automatically create an issue for this error, please wait
2020-08-28 18:03:45,516;zeus-log;INFO;getting authorization
2020-08-28 18:03:45,517;zeus-log;INFO;extracting traceback from log file
2020-08-28 18:03:45,517;zeus-log;INFO;attempting to get firefox browser version

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing zeus.py -r --sqli and inspect var/search/selenium_search.py around get_urls line 80, where Display triggers the pyvirtualdisplay traceback. Check the installed pyvirtualdisplay/Xvfb dependency behavior and confirm that search URL gathering completes without the unexpected url argument error.

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
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.