mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor drei stuff
This commit is contained in:
parent
43eedb63a8
commit
33c110ac39
3 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue