mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-12 11:43:45 +03:00
minor fix
This commit is contained in:
parent
73e8a10527
commit
96341f8f78
|
@ -107,7 +107,7 @@ class Abstraction(Web, UDF, xp_cmdshell):
|
||||||
errMsg = "feature not yet implemented for the back-end DBMS"
|
errMsg = "feature not yet implemented for the back-end DBMS"
|
||||||
raise sqlmapUnsupportedFeatureException, errMsg
|
raise sqlmapUnsupportedFeatureException, errMsg
|
||||||
|
|
||||||
infoMsg = "calling %s OS shell. To quit type " % kb.os or "Windows"
|
infoMsg = "calling %s OS shell. To quit type " % (kb.os or "Windows")
|
||||||
infoMsg += "'x' or 'q' and press ENTER"
|
infoMsg += "'x' or 'q' and press ENTER"
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user