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