This commit is contained in:
Miroslav Stampar
2016-04-15 12:04:54 +02:00
parent c4b74c2e01
commit 66061e8c5f
2 changed files with 2 additions and 2 deletions

View File

@@ -521,7 +521,7 @@ def start():
injection = checkSqlInjection(place, parameter, value)
proceed = not kb.endDetection
if injection is not None and injection.place is not None:
if getattr(injection, "place", None) is not None:
kb.injections.append(injection)
# In case when user wants to end detection phase (Ctrl+C)