File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ def action():
4646 errMsg += ". Do not specify the back-end DBMS manually, "
4747 errMsg += "sqlmap will fingerprint the DBMS for you"
4848 else :
49- errMsg += ". Support for this DBMS will be implemented if "
50- errMsg += "you ask, just drop us an email "
49+ errMsg += ". Support for this DBMS will be implemented at "
50+ errMsg += "some point "
5151
5252 raise sqlmapUnsupportedDBMSException , errMsg
5353
Original file line number Diff line number Diff line change @@ -68,10 +68,14 @@ class sqlmapValueException(Exception):
6868 pass
6969
7070def unhandledException ():
71- errMsg = "unhandled exception in %s, please copy " % VERSION_STRING
72- errMsg += "the command line and the following text and send by e-mail "
73- errMsg += "to [email protected] . The developers will " 74- errMsg += "fix it as soon as possible:\n sqlmap version: %s\n " % VERSION
71+ errMsg = "unhandled exception in %s, retry your " % VERSION_STRING
72+ errMsg += "run with the latest development version from the Subversion "
73+ errMsg += "repository. If the exception persists, please send by e-mail "
74+ errMsg += "to [email protected] the command line, the " 75+ errMsg += "following text and any information needed to reproduce the "
76+ errMsg += "bug. The developers will try to reproduce the bug, fix it "
77+ errMsg += "accordingly and get back to you.\n "
78+ errMsg += "sqlmap version: %s\n " % VERSION
7579 errMsg += "Python version: %s\n " % PYVERSION
7680 errMsg += "Operating system: %s" % PLATFORM
7781 return errMsg
You can’t perform that action at this time.
0 commit comments