mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -89,8 +89,7 @@ def checkSqlInjection(place, parameter, value):
|
||||
# Set the flag for sql injection test mode
|
||||
kb.testMode = True
|
||||
|
||||
#for test in getInjectionTests():
|
||||
for test in conf.tests:
|
||||
for test in getInjectionTests():
|
||||
try:
|
||||
if kb.endDetection:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user