mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Bit more verbose comment
This commit is contained in:
@@ -78,6 +78,7 @@ def checkSqlInjection(place, parameter, value):
|
||||
|
||||
for test in conf.tests:
|
||||
# Check if there were any premature detection cancellation request
|
||||
# from the user (Ctrl+C)
|
||||
if not kb.testMode:
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user