Fix for an Issue #201

This commit is contained in:
Miroslav Stampar
2012-10-14 17:53:55 +02:00
parent 56832fe9c4
commit ed2d163269
6 changed files with 24 additions and 0 deletions

View File

@@ -62,3 +62,7 @@ class Enumeration(GenericEnumeration):
def searchColumn(self):
errMsg = "on SQLite you must specify the table and columns to dump"
raise sqlmapUnsupportedFeatureException, errMsg
def getHostname(self):
warnMsg = "on SQLite it is not possible to enumerate the hostname"
logger.warn(warnMsg)