mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Trivial commit related to the last one
This commit is contained in:
@@ -328,7 +328,8 @@ def checkSqlInjection(place, parameter, value):
|
|||||||
# one as we are changing parameters value, which
|
# one as we are changing parameters value, which
|
||||||
# will likely result in a different content
|
# will likely result in a different content
|
||||||
if conf.invalidLogical:
|
if conf.invalidLogical:
|
||||||
origValue = "%s AND %s=%s" % (value, randomInt(), randomInt())
|
_ = randomInt(2)
|
||||||
|
origValue = "%s AND %s=%s" % (value, _, _ + 1)
|
||||||
elif conf.invalidBignum:
|
elif conf.invalidBignum:
|
||||||
origValue = "%d.%d" % (randomInt(6), randomInt(1))
|
origValue = "%d.%d" % (randomInt(6), randomInt(1))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user