Minor drei stuff

This commit is contained in:
Miroslav Stampar
2019-04-30 11:21:44 +02:00
parent 43eedb63a8
commit 33c110ac39
3 changed files with 5 additions and 7 deletions

View File

@@ -74,7 +74,6 @@ def vulnTest():
):
output = shellExec("python %s -u http://%s:%d/?id=1 --batch %s" % (os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py"), address, port, options))
if not all(check in output for check in checks):
print output
retVal = False
count += 1