You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/app/lib/header_check/__init__.py", line 265, in main_header_check
req, status, html, headers = get_page(url, proxy=proxy, agent=agent, xforward=xforward)
File "/app/lib/core/common.py", line 335, in get_page
req = requests.get(url, params=headers, proxies=proxies, verify=False, timeout=20)
File "/usr/local/lib/python2.7/site-packages/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 603, in send
adapter = self.get_adapter(url=request.url)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 685, in get_adapter
raise InvalidSchema("No connection adapters were found for '%s'" % url)
InvalidSchema: No connection adapters were found for 'ftp://ftp.nwb-oen.ca/registry/2%20MINING%20MILLING/2B/2BE%20-%20Exploration/2BE-RBP1116%20RocheBay/3%20TECH/1%20GENERAL%20(B)/2%20ANNUAL%20RPT/2013/140414%202BE-RBPRBP1116%20Job%20Safety%20Plan-ILAE/2014%20JSP%20Appendices/Appendix%20B/Employers%20Report%20of%20Fatal%20Injury.pdf
Traceback (most recent call last):
File "zeus.py", line 344, in <module>
__run_attacks_main(log=opt.fileToEnumerate)
File "zeus.py", line 146, in __run_attacks_main
threads=opt.amountOfThreads, force_ssl=opt.forceSSL
File "/app/lib/core/settings.py", line 994, in run_attacks
opts=create_arguments(sqlmap=True, sqlmap_args=sqlmap_arguments, conf=conf_file), auto_start=auto_start)
File "/app/lib/attacks/sqlmap_scan/__init__.py", line 164, in sqlmap_scan_main
subprocess.Popen(sqlmap_api_command, stdout=subprocess.PIPE)
File "/usr/local/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
2022-06-05 14:29:15,444;zeus-log;INFO;log file being saved to '/app/log/zeus-log-1.log'
2022-06-05 14:29:15,444;zeus-log;INFO;running enumeration on given file 'deneme'
2022-06-05 14:29:15,444;zeus-log;INFO;found a total of 1500 URL's to enumerate in given file
2022-06-05 14:29:15,444;zeus-log;INFO;currently running on 'ftp://ftp.nwb-oen.ca/registry/2%20MINING%20MILLING/2B/2BE%20-%20Exploration/2BE-RBP1116%20RocheBay/3%20TECH/1%20GENERAL%20(B)/2%20ANNUAL%20RPT/2013/140414%202BE-RBPRBP1116%20Job%20Safety%20Plan-ILAE/2014%20JSP%20Appendices/Appendix%20B/Employers%20Report%20of%20Fatal%20Injury.pdf' (target #1)
2022-06-05 14:29:15,444;zeus-log;INFO;fetching target meta-data
2022-06-05 14:29:15,448;zeus-log;ERROR;�[7;31;31mmeta-data retrieval failed with unexpected error 'No connection adapters were found for 'ftp://ftp.nwb-oen.ca/registry/2%20MINING%20MILLING/2B/2BE%20-%20Exploration/2BE-RBP1116%20RocheBay/3%20TECH/1%20GENERAL%20(B)/2%20ANNUAL%20RPT/2013/140414%202BE-RBPRBP1116%20Job%20Safety%20Plan-ILAE/2014%20JSP%20Appendices/Appendix%20B/Employers%20Report%20of%20Fatal%20Injury.pdf
''
Traceback (most recent call last):
File "/app/lib/header_check/__init__.py", line 265, in main_header_check
req, status, html, headers = get_page(url, proxy=proxy, agent=agent, xforward=xforward)
File "/app/lib/core/common.py", line 335, in get_page
req = requests.get(url, params=headers, proxies=proxies, verify=False, timeout=20)
File "/usr/local/lib/python2.7/site-packages/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 603, in send
adapter = self.get_adapter(url=request.url)
File "/usr/local/lib/python2.7/site-packages/requests/sessions.py", line 685, in get_adapter
raise InvalidSchema("No connection adapters were found for '%s'" % url)
InvalidSchema: No connection adapters were found for 'ftp://ftp.nwb-oen.ca/registry/2%20MINING%20MILLING/2B/2BE%20-%20Exploration/2BE-RBP1116%20RocheBay/3%20TECH/1%20GENERAL%20(B)/2%20ANNUAL%20RPT/2013/140414%202BE-RBPRBP1116%20Job%20Safety%20Plan-ILAE/2014%20JSP%20Appendices/Appendix%20B/Employers%20Report%20of%20Fatal%20Injury.pdf
'
2022-06-05 14:29:15,448;zeus-log;ERROR;target is refusing to allow meta-data dumping, skipping
2022-06-05 14:29:15,449;zeus-log;INFO;creating arguments for sqlmap
2022-06-05 14:29:15,450;zeus-log;INFO;attempting to launch sqlmap API
2022-06-05 14:29:15,456;zeus-log;ERROR;�[7;31;31mran into exception '[Errno 2] No such file or directory' exception has been saved to log file
Traceback (most recent call last):
File "zeus.py", line 344, in <module>
__run_attacks_main(log=opt.fileToEnumerate)
File "zeus.py", line 146, in __run_attacks_main
threads=opt.amountOfThreads, force_ssl=opt.forceSSL
File "/app/lib/core/settings.py", line 994, in run_attacks
opts=create_arguments(sqlmap=True, sqlmap_args=sqlmap_arguments, conf=conf_file), auto_start=auto_start)
File "/app/lib/attacks/sqlmap_scan/__init__.py", line 164, in sqlmap_scan_main
subprocess.Popen(sqlmap_api_command, stdout=subprocess.PIPE)
File "/usr/local/lib/python2.7/subprocess.py", line 394, in __init__
errread, errwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
2022-06-05 14:29:22,414;zeus-log;INFO;�[32mZeus got an unexpected error and will automatically create an issue for this error, please wait�[0m
2022-06-05 14:29:22,414;zeus-log;INFO;�[32mgetting authorization�[0m
2022-06-05 14:29:22,414;zeus-log;INFO;�[32mextracting traceback from log file�[0m
2022-06-05 14:29:22,414;zeus-log;INFO;�[32mattempting to get firefox browser version�[0m
The text was updated successfully, but these errors were encountered:
Zeus version:
1.5.2.21b875
Firefox version:
(58, 0)
Geckodriver version:
geckodriver-v0.19.0-linux64.tar.gz
Error info:
Running details:
Linux-5.16.0-kali3-amd64-x86_64-with-debian-10.3
Commands used:
zeus.py -f deneme -s --auto --batch
Log file info:
The text was updated successfully, but these errors were encountered: