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

Unhandled exception (3c94a28c)

Open ZeusIssueReporter opened this issue 2 years ago • 0 comments

Zeus version: 1.5.2.21b875

Firefox version: (58, 0)

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

Error info:

  File "zeus.py", line 263, in <module>
    tor=opt.useTor, batch=opt.runInBatch
  File "/app/var/search/selenium_search.py", line 217, in parse_search_results
    if not parse_webcache and "google" in url_to_search:
TypeError: argument of type 'NoneType' is not iterable
Traceback (most recent call last):
  File "zeus.py", line 263, in <module>
    tor=opt.useTor, batch=opt.runInBatch
  File "/app/var/search/selenium_search.py", line 217, in parse_search_results
    if not parse_webcache and "google" in url_to_search:
TypeError: argument of type 'NoneType' is not iterable

Running details: Linux-5.10.0-kali9-amd64-x86_64-with-Ubuntu-18.04-bionic

Commands used: zeus.py -l dorks1.txt -f URLtoAttack.txt

Log file info:

2021-11-19 17:30:01,225;zeus-log;INFO;running enumeration on given file 'URLtoAttack.txt'
2021-11-19 17:30:01,225;zeus-log;INFO;starting dork scan with query 'inurl:php?=id1'
2021-11-19 17:30:01,225;zeus-log;ERROR;[7;31;31mran into exception 'argument of type 'NoneType' is not iterable'
Traceback (most recent call last):
  File "zeus.py", line 263, in <module>
    tor=opt.useTor, batch=opt.runInBatch
  File "/app/var/search/selenium_search.py", line 217, in parse_search_results
    if not parse_webcache and "google" in url_to_search:
TypeError: argument of type 'NoneType' is not iterable

2021-11-19 17:32:42,714;zeus-log;INFO;Zeus got an unexpected error and will automatically create an issue for this error, please wait
2021-11-19 17:32:42,715;zeus-log;INFO;getting authorization
2021-11-19 17:32:42,716;zeus-log;INFO;extracting traceback from log file
2021-11-19 17:32:42,717;zeus-log;INFO;attempting to get firefox browser version
2021-11-19 17:32:43,921;zeus-log;INFO;issue has been created successfully with the following name 'Unhandled exception (3b3bc30b)', your unique identifier for this issue is '3b3bc30b' and the URL to your issue is 'None'
2021-11-19 17:32:43,921;zeus-log;INFO;starting dork scan with query 'inurl:index.php?id='
2021-11-19 17:32:43,921;zeus-log;ERROR;[7;31;31mran into exception 'argument of type 'NoneType' is not iterable'
Traceback (most recent call last):
  File "zeus.py", line 263, in <module>
    tor=opt.useTor, batch=opt.runInBatch
  File "/app/var/search/selenium_search.py", line 217, in parse_search_results
    if not parse_webcache and "google" in url_to_search:
TypeError: argument of type 'NoneType' is not iterable

2021-11-19 17:32:46,795;zeus-log;INFO;[32mZeus got an unexpected error and will automatically create an issue for this error, please wait[0m
2021-11-19 17:32:46,795;zeus-log;INFO;[32mgetting authorization[0m
2021-11-19 17:32:46,797;zeus-log;INFO;[32mextracting traceback from log file[0m
2021-11-19 17:32:46,797;zeus-log;INFO;[32mattempting to get firefox browser version[0m

ZeusIssueReporter avatar Nov 19 '21 17:11 ZeusIssueReporter