diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 7ae403f04..744f460ff 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -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