mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Minor fix
This commit is contained in:
parent
9296bdd959
commit
1618086027
|
@ -178,7 +178,7 @@ def checkSqlInjection(place, parameter, value):
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if not (kb.extendTests and intersect(dbms, kb.extendTests)):
|
elif not (kb.extendTests and intersect(dbms, kb.extendTests)):
|
||||||
# Skip test if the risk is higher than the provided (or default)
|
# Skip test if the risk is higher than the provided (or default)
|
||||||
# value
|
# value
|
||||||
# Parse test's <risk>
|
# Parse test's <risk>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user