diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 14aef2610..e680b479a 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -299,7 +299,7 @@ def checkSqlInjection(place, parameter, value): # Skip boundary if the level is higher than the provided (or # default) value # Parse boundary's - if boundary.level > conf.level: + if boundary.level > conf.level and not (kb.extendTests and intersect(payloadDbms, kb.extendTests, True)): continue # Skip boundary if it does not match against test's