Couple of patches

This commit is contained in:
Miroslav Stampar
2020-01-08 10:37:59 +01:00
parent 239e4d7927
commit c95c370254
5 changed files with 13 additions and 5 deletions

View File

@@ -178,7 +178,7 @@ def fuzzTest():
open(config, "w+").write("\n".join(lines))
cmd = "%s %s -c %s --batch --flush-session --technique=%s --banner" % (sys.executable, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py")), config, random.sample("BEUQ", 1)[0])
cmd = "%s %s -c %s --non-interactive --flush-session --technique=%s --banner" % (sys.executable, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py")), config, random.sample("BEUQ", 1)[0])
output = shellExec(cmd)
if "Traceback" in output: