mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Raising number of requests for false positive testing in case of higher levels
This commit is contained in:
parent
d405fc1157
commit
2a423d61ef
|
@ -665,7 +665,7 @@ def checkFalsePositives(injection):
|
|||
|
||||
# Simple arithmetic operations which should show basic
|
||||
# arithmetic ability of the backend if it's really injectable
|
||||
for i in xrange(1 + conf.level / 2):
|
||||
for i in xrange(conf.level):
|
||||
randInt1, randInt2, randInt3 = (_() for j in xrange(3))
|
||||
|
||||
randInt1 = min(randInt1, randInt2, randInt3)
|
||||
|
|
Loading…
Reference in New Issue
Block a user