Added support for --dump with -C also on MSSQL

This commit is contained in:
Bernardo Damele
2010-01-10 19:12:54 +00:00
parent e5dc3f51c8
commit 80bd146696
3 changed files with 45 additions and 30 deletions

View File

@@ -392,11 +392,6 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Miscellaneous, Takeov
return kb.data.cachedTables
def dumpColumn(self):
errMsg = "Table(s) dump by providing only -C is not "
errMsg += "yet implemented for Microsoft SQL Server"
raise sqlmapUnsupportedFeatureException, errMsg
def unionReadFile(self, rFile):
errMsg = "Microsoft SQL Server does not support file reading "
errMsg += "with UNION query SQL injection technique"