mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +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):
|
||||
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)
|
||||
|
||||
return {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user