Be more user friendly on messages and minor code layout improvement

This commit is contained in:
Bernardo Damele
2008-11-02 18:23:42 +00:00
parent 09ca578ca1
commit 03b90e0a3f
6 changed files with 15 additions and 8 deletions

View File

@@ -33,5 +33,5 @@ class Takeover:
"""
def osShell(self):
errMsg = "this plugin does not support OS shell functionality yet"
errMsg = "OS shell functionality not yet implemented for this DBMS"
raise sqlmapUnsupportedFeatureException, errMsg