This commit is contained in:
Miroslav Stampar
2019-05-13 11:08:25 +02:00
parent c4f09a8e8a
commit 10be8a12bd
5 changed files with 22 additions and 12 deletions

View File

@@ -80,7 +80,6 @@ def vulnTest():
):
cmd = "%s %s -u http://%s:%d/?id=1 --batch %s" % (sys.executable, os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py"), address, port, options)
output = shellExec(cmd)
output = getUnicode(output)
if not all(check in output for check in checks):
dataToStdout("---\n\n$ %s\n" % cmd)