Fix for an Issue #1240

This commit is contained in:
Miroslav Stampar 2015-05-05 14:36:21 +02:00
parent 84ba3d45c1
commit 18e62fd507

View File

@ -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: