Zeus-Scanner icon indicating copy to clipboard operation
Zeus-Scanner copied to clipboard

Unhandled exception (43d3b09b)

Open ZeusIssueReporter opened this issue 3 years ago • 0 comments

Zeus version: 1.5.2.21b875

Firefox version: (87, 0)

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

Error info:

  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 80, in get_urls
    ff_display = Display(visible=0, size=(800, 600))
  File "/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 34, in __init__
    self._obj = self.display_class(
  File "/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 52, in display_class
    cls.check_installed()
  File "/usr/local/lib/python2.7/dist-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-faked-aarch64-with-Ubuntu-20.04-focal

Commands used: zeus.py -d https://www.zakatyemen.net/wp-login.php

Log file info:

2021-04-20 01:06:18,658;zeus-log;INFO;using default search engine
2021-04-20 01:06:18,665;zeus-log;INFO;starting dork scan with query 'https://www.zakatyemen.net/wp-login.php'
2021-04-20 01:06:18,680;zeus-log;WARNING;will not parse webcache URL's (to parse webcache pass -W)
2021-04-20 01:06:18,685;zeus-log;WARNING;only pulling URLs with GET(query) parameters (to pull all URL's pass -E)
2021-04-20 01:06:18,689;zeus-log;INFO;attempting to gather query URL
2021-04-20 01:06:18,705;zeus-log;INFO;setting up virtual display to hide the browser
2021-04-20 01:06:18,717;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 "/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 80, in get_urls
    ff_display = Display(visible=0, size=(800, 600))
  File "/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 34, in __init__
    self._obj = self.display_class(
  File "/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 52, in display_class
    cls.check_installed()
  File "/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/xvfb.py", line 38, in check_installed
    ubuntu_package=PACKAGE).check_installed()
TypeError: __init__() got an unexpected keyword argument 'url'

2021-04-20 01:06:29,722;zeus-log;INFO;[32mZeus got an unexpected error and will automatically create an issue for this error, please wait[0m
2021-04-20 01:06:29,730;zeus-log;INFO;[32mgetting authorization[0m
2021-04-20 01:06:29,771;zeus-log;INFO;[32mextracting traceback from log file[0m
2021-04-20 01:06:29,779;zeus-log;INFO;[32mattempting to get firefox browser version[0m

ZeusIssueReporter avatar Apr 19 '21 22:04 ZeusIssueReporter