mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
doing a dummy test for --os-shell in case of xp_cmdshell
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user