diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 12e21c23e..29e29444f 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -196,11 +196,6 @@ def checkSqlInjection(place, parameter, value): fstPayload = agent.cleanupPayload(test.request.payload, value) fstPayload = unescapeDbms(fstPayload, injection, dbms) - if stype != 4 and clause != [2, 3] and clause != [ 3 ]: - space = " " - else: - space = "" - if conf.prefix is not None and conf.suffix is not None: # Create a custom boundary object for user's supplied prefix # and suffix