mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Fix for an Issue #1240
This commit is contained in:
parent
84ba3d45c1
commit
18e62fd507
|
@ -155,7 +155,7 @@ class Task(object):
|
|||
|
||||
def engine_start(self):
|
||||
self.process = Popen(["python", "sqlmap.py", "--pickled-options", base64pickle(self.options)],
|
||||
shell=False, stdin=PIPE, close_fds=False)
|
||||
shell=False, stdin=PIPE, close_fds=True)
|
||||
|
||||
def engine_stop(self):
|
||||
if self.process:
|
||||
|
|
Loading…
Reference in New Issue
Block a user