mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 02:01:57 +00:00
doing a dummy test for --os-shell in case of xp_cmdshell
This commit is contained in:
parent
4ac2611a56
commit
c878dd3e5a
3 changed files with 21 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue