doing a dummy test for --os-shell in case of xp_cmdshell

This commit is contained in:
Miroslav Stampar
2012-03-09 14:21:41 +00:00
parent 4ac2611a56
commit c878dd3e5a
3 changed files with 21 additions and 1 deletions

View File

@@ -562,7 +562,7 @@ def checkFalsePositives(injection):
retVal = None
if retVal is None:
warnMsg = "false positive and/or unexploitable injection point detected"
warnMsg = "false positive or unexploitable injection point detected"
logger.warn(warnMsg)
kb.injection = popValue()