mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #3652
This commit is contained in:
parent
c4f09a8e8a
commit
10be8a12bd
5 changed files with 22 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue