mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +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:
|
for test in conf.tests:
|
||||||
# Check if there were any premature detection cancellation request
|
# Check if there were any premature detection cancellation request
|
||||||
|
# from the user (Ctrl+C)
|
||||||
if not kb.testMode:
|
if not kb.testMode:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user