diff --git a/lib/core/settings.py b/lib/core/settings.py index e21bac4e2..a6b349478 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import DBMS_DIRECTORY_NAME from lib.core.enums import OS # sqlmap version (...) -VERSION = "1.1.12.33" +VERSION = "1.1.12.34" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) diff --git a/lib/core/threads.py b/lib/core/threads.py index 8b1b02173..912808ebd 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -188,6 +188,9 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio kb.threadException = True logger.error("thread %s: %s" % (threading.currentThread().getName(), ex.message)) + if conf.verbose > 1: + traceback.print_exc() + except: from lib.core.common import unhandledExceptionMessage diff --git a/txt/checksum.md5 b/txt/checksum.md5 index 1d3894623..c70f4bcb2 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -46,12 +46,12 @@ eec64e3d4c3f77eded3270b8116698ea lib/core/option.py 760d9df2a27ded29109b390ab202e72d lib/core/replication.py a2466b62e67f8b31736bac4dac590e51 lib/core/revision.py 02d4762140a72fd44668d3dab5eabda9 lib/core/session.py -e529f917531d8212bf7efcdf4796a341 lib/core/settings.py +36b9c8064f31700324b8e63b7a86131b lib/core/settings.py 35bffbad762eb9e03db9e93b1c991103 lib/core/shell.py a59ec28371ae067a6fdd8f810edbee3d lib/core/subprocessng.py d93501771b41315f9fb949305b6ed257 lib/core/target.py df8f6475a53d83400c1a3967c0a21bd7 lib/core/testing.py -bd984b3dfd2753f384b8a132838916e1 lib/core/threads.py +9726944ec825659fe05648c6f5fa1aae lib/core/threads.py a119989ca03f8c8fbdf7d3035084eb31 lib/core/unescaper.py e7fb8c09fe7520c32895b859c4edf77a lib/core/update.py c976dd450b663cb4455cd9efbbcf625b lib/core/wordlist.py