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