mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
aa931efd4d
commit
db260c44d3
2 changed files with 9 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ def errorTest():
|
|||
|
||||
randInt = getUnicode(randomInt(1))
|
||||
query = queries[kb.dbms].case.query % ("%s=%s" % (randInt, randInt))
|
||||
result = inject.goError(query)
|
||||
result = inject.goError(query, True)
|
||||
|
||||
if result:
|
||||
infoMsg = "the web application supports error based injection "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue