Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exception (5857b147) #724

Open
ZeusIssueReporter opened this issue Mar 9, 2019 · 0 comments
Open

Unhandled exception (5857b147) #724

ZeusIssueReporter opened this issue Mar 9, 2019 · 0 comments

Comments

@ZeusIssueReporter
Copy link

Zeus version:
1.5.2.f6a3ad

Firefox version:
failed to start

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

Error info:

  File "./zeus.py", line 249, in <module>
    __run_attacks_main()
  File "./zeus.py", line 146, in __run_attacks_main
    threads=opt.amountOfThreads, force_ssl=opt.forceSSL
  File "/root/.git/zeus-scanner/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 "/root/.git/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 154, in sqlmap_scan_main
    is_started = lib.core.settings.search_for_process("sqlmapapi.py")
  File "/root/.git/zeus-scanner/lib/core/settings.py", line 598, in search_for_process
    process = psutil.Process(pid)
  File "/usr/lib/python2.7/site-packages/psutil/__init__.py", line 339, in __init__
    self._init(pid)
  File "/usr/lib/python2.7/site-packages/psutil/__init__.py", line 379, in _init
    raise NoSuchProcess(pid, None, msg)
NoSuchProcess: psutil.NoSuchProcess no process found with pid 11120

Running details:
Linux-4.20.13-arch1-1-ARCH-x86_64-with-glibc2.2.5

Commands used:
./zeus.py --verbose --hide --batch --show-success --random-agent --tor --multi --links=200 --sqli --sqlmap-args=smart, optimize, tor, checkTor, randomAgent, verbose, outputDir /crypt-ext/sqlmap, tmpDir /crypt-ext/sqlmap -d "2019" inurl:.php? intext:"You have an error in your SQL syntax" intext:"/public_html/" -stackoverflow.com -github.com -forum -hacked -vuln -vuln -vulnerable -vulnerability -fix -fixed -dork -dorks -dorking

Log file info:

2019-03-10 00:52:30,759;zeus-log;INFO;detecting target charset
2019-03-10 00:52:30,760;zeus-log;INFO;target charset appears to be 'iso-8859-1'
2019-03-10 00:52:30,760;zeus-log;DEBUG;loading XML data
2019-03-10 00:52:30,761;zeus-log;INFO;attempting to get request headers for 'http://dev.rbtech.info/painel-de-administracao-com-php-oop-introducao/'
2019-03-10 00:52:30,761;zeus-log;DEBUG;fetched {'Date': 'Sat, 09 Mar 2019 21:52:30 GMT', 'Content-Length': '376', 'Content-Type': 'text/html; charset=iso-8859-1', 'Connection': 'close', 'Server': 'Apache'}
2019-03-10 00:52:30,762;zeus-log;INFO;writing found headers to log file
2019-03-10 00:52:30,764;zeus-log;INFO;successfully wrote found items to '/root/.git/zeus-scanner/log/header-log/dev.rbtech.info(1).json'
2019-03-10 00:52:30,765;zeus-log;INFO;creating arguments for sqlmap
2019-03-10 00:52:30,795;zeus-log;INFO;initializing new sqlmap scan with given URL 'http://dev.rbtech.info/painel-de-administracao-com-php-oop-introducao/'
2019-03-10 00:52:30,799;zeus-log;DEBUG;scan initialized
2019-03-10 00:52:30,799;zeus-log;INFO;gathering sqlmap API scan ID
2019-03-10 00:52:30,803;zeus-log;DEBUG;current sqlmap scan ID: 'a9e333439de2aad6'
2019-03-10 00:52:30,803;zeus-log;INFO;starting sqlmap scan on url: 'http://dev.rbtech.info/painel-de-administracao-com-php-oop-introducao/'
2019-03-10 00:52:30,803;zeus-log;DEBUG;using arguments: '[('smart', 'true'), ('optimize', 'true'), ('tor', 'true'), ('checkTor', 'true'), ('randomAgent', 'true'), ('verbose', 'true'), ('outputDir', '/crypt-ext/sqlmap'), ('tmpDir', '/crypt-ext/sqlmap')]'
2019-03-10 00:52:30,804;zeus-log;INFO;adding arguments to sqlmap API
2019-03-10 00:52:30,804;zeus-log;WARNING;please keep in mind that this is the API, output will not be saved to log file, it may take a little longer to finish processing, launching sqlmap
2019-03-10 00:52:31,044;zeus-log;INFO;currently running on 'http://akd.apnstatic.com/media/html/sr/en/privacy.html' (target #8)
2019-03-10 00:52:31,044;zeus-log;INFO;fetching target meta-data
2019-03-10 00:52:31,580;zeus-log;INFO;detecting target charset
2019-03-10 00:52:31,580;zeus-log;INFO;target charset appears to be 'iso-8859-1'
2019-03-10 00:52:31,580;zeus-log;DEBUG;loading XML data
2019-03-10 00:52:31,580;zeus-log;INFO;attempting to get request headers for 'http://akd.apnstatic.com/media/html/sr/en/privacy.html'
2019-03-10 00:52:31,580;zeus-log;DEBUG;fetched {'Content-Length': '192', 'Content-Encoding': 'gzip', 'Vary': 'Accept-Encoding', 'Server': 'Apache', 'Connection': 'keep-alive', 'Cache-Control': 'max-age=31536000', 'Date': 'Sat, 09 Mar 2019 21:52:31 GMT', 'Content-Type': 'text/html; charset=iso-8859-1'}
2019-03-10 00:52:31,580;zeus-log;INFO;writing found headers to log file
2019-03-10 00:52:31,581;zeus-log;INFO;successfully wrote found items to '/root/.git/zeus-scanner/log/header-log/akd.apnstatic.com(10).json'
2019-03-10 00:52:31,581;zeus-log;INFO;creating arguments for sqlmap
2019-03-10 00:52:31,587;zeus-log;ERROR;�[7;31;31mran into exception 'psutil.NoSuchProcess no process found with pid 11120' exception has been saved to log file
Traceback (most recent call last):
  File "./zeus.py", line 249, in <module>
    __run_attacks_main()
  File "./zeus.py", line 146, in __run_attacks_main
    threads=opt.amountOfThreads, force_ssl=opt.forceSSL
  File "/root/.git/zeus-scanner/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 "/root/.git/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 154, in sqlmap_scan_main
    is_started = lib.core.settings.search_for_process("sqlmapapi.py")
  File "/root/.git/zeus-scanner/lib/core/settings.py", line 598, in search_for_process
    process = psutil.Process(pid)
  File "/usr/lib/python2.7/site-packages/psutil/__init__.py", line 339, in __init__
    self._init(pid)
  File "/usr/lib/python2.7/site-packages/psutil/__init__.py", line 379, in _init
    raise NoSuchProcess(pid, None, msg)
NoSuchProcess: psutil.NoSuchProcess no process found with pid 11120

2019-03-10 00:52:47,186;zeus-log;INFO;�[32mZeus got an unexpected error and will automatically create an issue for this error, please wait�[0m
2019-03-10 00:52:47,186;zeus-log;INFO;�[32mgetting authorization�[0m
2019-03-10 00:52:47,189;zeus-log;INFO;�[32mextracting traceback from log file�[0m
2019-03-10 00:52:47,190;zeus-log;INFO;�[32mattempting to get firefox browser version�[0m
2019-03-10 00:52:47,203;zeus-log;ERROR;�[7;31;31mfailed to run firefox�[0m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant