This commit is contained in:
Bernardo Damele 2013-01-26 16:23:39 +00:00
parent 39c84ffabe
commit a5ce0c9a04

View File

@ -66,7 +66,7 @@ def main():
test_counts = []
attachments = {}
command_line = "python /opt/sqlmap/sqlmap.py --live-test" % SQLMAP_HOME
command_line = "python /opt/sqlmap/sqlmap.py --live-test"
proc = subprocess.Popen(command_line, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
proc.wait()