mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-02-10 01:19:41 +03:00
Fixes OSError raised by sqlmapapi.py when started as a server outside the script working directory and without sqlmap in a global path:
File "/usr/local/sqlmap/lib/utils/api.py", line 167, in engine_start
self.process = Popen(["sqlmap", "--pickled-options", base64pickle(self.options)], shell=False, close_fds=not IS_WIN)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
|
||
|---|---|---|
| .. | ||
| controller | ||
| core | ||
| parse | ||
| request | ||
| takeover | ||
| techniques | ||
| utils | ||
| __init__.py | ||