mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Update (drei)
This commit is contained in:
parent
70168855f9
commit
1e03b23ccb
11 changed files with 104 additions and 98 deletions
|
|
@ -73,6 +73,8 @@ def vulnTest():
|
|||
("--technique=T --fresh-queries --sql-query='SELECT 1234'", (": '1234'",)),
|
||||
):
|
||||
output = shellExec("python %s -u http://%s:%d/?id=1 --batch %s" % (os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.py"), address, port, options))
|
||||
output = getUnicode(output)
|
||||
|
||||
if not all(check in output for check in checks):
|
||||
retVal = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue