mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
Minor layout adjustment
This commit is contained in:
parent
0bd5b52d95
commit
4bf1fcb8ec
|
@ -195,7 +195,8 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
||||||
|
|
||||||
|
|
||||||
def getPrivileges(self):
|
def getPrivileges(self):
|
||||||
warnMsg = "on MySQL is it not possible to fetch database users privileges"
|
warnMsg = "on Microsoft SQL Server it is not possible to fetch "
|
||||||
|
warnMsg += "database users privileges"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return {}
|
return {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user