mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Bit more verbose comment
This commit is contained in:
parent
6b37ddada4
commit
ad6b528b33
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user