mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor drei stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user