Minor modification

This commit is contained in:
Miroslav Stampar 2016-07-17 00:09:09 +02:00
parent 571d669a09
commit b83ee92cd1
3 changed files with 5 additions and 3 deletions

View File

@ -3083,6 +3083,8 @@ def checkIntegrity():
Checks integrity of code files during the unhandled exceptions Checks integrity of code files during the unhandled exceptions
""" """
logger.debug("running code integrity check")
retVal = True retVal = True
for checksum, _ in (re.split(r'\s+', _) for _ in getFileItems(paths.CHECKSUM_MD5)): for checksum, _ in (re.split(r'\s+', _) for _ in getFileItems(paths.CHECKSUM_MD5)):
path = os.path.normpath(os.path.join(paths.SQLMAP_ROOT_PATH, _)) path = os.path.normpath(os.path.join(paths.SQLMAP_ROOT_PATH, _))

View File

@ -19,7 +19,7 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber from lib.core.revision import getRevisionNumber
# sqlmap version (<major>.<minor>.<month>.<monthly commit>) # sqlmap version (<major>.<minor>.<month>.<monthly commit>)
VERSION = "1.0.7.31" VERSION = "1.0.7.32"
REVISION = getRevisionNumber() REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2 STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev") VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

View File

@ -311,7 +311,7 @@ e77cca1cb063016f71f6e6bdebf4ec73 lib/core/data.py
2689f320908964b2c88a3eb8265fd2dd lib/core/agent.py 2689f320908964b2c88a3eb8265fd2dd lib/core/agent.py
8485a3cd94c0a5af2718bad60c5f1ae5 lib/core/wordlist.py 8485a3cd94c0a5af2718bad60c5f1ae5 lib/core/wordlist.py
eb0bd28b0bd9fbf67dcc3119116df377 lib/core/bigarray.py eb0bd28b0bd9fbf67dcc3119116df377 lib/core/bigarray.py
974575a1454c3d9054985d0f653d7cea lib/core/settings.py 49aa486301af9fac995ef4da820e08b4 lib/core/settings.py
34a45b9bc68a6381247a620ddf30de1c lib/core/enums.py 34a45b9bc68a6381247a620ddf30de1c lib/core/enums.py
99a2b496b9d5b546b335653ca801153f lib/core/revision.py 99a2b496b9d5b546b335653ca801153f lib/core/revision.py
4a16002c5d9cd047c2e89ddc5db63737 lib/core/dicts.py 4a16002c5d9cd047c2e89ddc5db63737 lib/core/dicts.py
@ -333,7 +333,7 @@ cc9c82cfffd8ee9b25ba3af6284f057e lib/core/__init__.py
67f206cf2658145992cc1d7020138325 lib/core/defaults.py 67f206cf2658145992cc1d7020138325 lib/core/defaults.py
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py 7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
1d042f0bc0557d3fd564ea5a46deb77e lib/core/datatype.py 1d042f0bc0557d3fd564ea5a46deb77e lib/core/datatype.py
25fcb4a9fd187cb587847852df4ac784 lib/core/common.py 0b4ddb7846b9b5469eaa4a51755d1ae0 lib/core/common.py
1d064463302b85b2241263ea48a83837 lib/takeover/metasploit.py 1d064463302b85b2241263ea48a83837 lib/takeover/metasploit.py
7083825564c051a7265cfdd1a5e6629c lib/takeover/registry.py 7083825564c051a7265cfdd1a5e6629c lib/takeover/registry.py
7d6cd7bdfc8f4bc4e8aed60c84cdf87f lib/takeover/udf.py 7d6cd7bdfc8f4bc4e8aed60c84cdf87f lib/takeover/udf.py