mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
refactoring "echo 1" quick test for xp_cmdshell console output
This commit is contained in:
@@ -447,7 +447,7 @@ def getValue(expression, blind=True, inband=True, error=True, time=True, fromUse
|
||||
|
||||
kb.safeCharEncode = False
|
||||
|
||||
if not kb.testMode and value is None:
|
||||
if not kb.testMode and value is None and Backend.getDbms():
|
||||
warnMsg = "in case of continuous data retrieval problems you are advised to try "
|
||||
warnMsg += "a hidden switch '--no-cast' (fixing problems with some collation "
|
||||
warnMsg += "issues) and/or switch '--hex'"
|
||||
|
||||
Reference in New Issue
Block a user