Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b83ee92

Browse files
committed
Minor modification
1 parent 571d669 commit b83ee92

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

lib/core/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,6 +3083,8 @@ def checkIntegrity():
30833083
Checks integrity of code files during the unhandled exceptions
30843084
"""
30853085

3086+
logger.debug("running code integrity check")
3087+
30863088
retVal = True
30873089
for checksum, _ in (re.split(r'\s+', _) for _ in getFileItems(paths.CHECKSUM_MD5)):
30883090
path = os.path.normpath(os.path.join(paths.SQLMAP_ROOT_PATH, _))

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.7.31"
22+
VERSION = "1.0.7.32"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ e77cca1cb063016f71f6e6bdebf4ec73 lib/core/data.py
311311
2689f320908964b2c88a3eb8265fd2dd lib/core/agent.py
312312
8485a3cd94c0a5af2718bad60c5f1ae5 lib/core/wordlist.py
313313
eb0bd28b0bd9fbf67dcc3119116df377 lib/core/bigarray.py
314-
974575a1454c3d9054985d0f653d7cea lib/core/settings.py
314+
49aa486301af9fac995ef4da820e08b4 lib/core/settings.py
315315
34a45b9bc68a6381247a620ddf30de1c lib/core/enums.py
316316
99a2b496b9d5b546b335653ca801153f lib/core/revision.py
317317
4a16002c5d9cd047c2e89ddc5db63737 lib/core/dicts.py
@@ -333,7 +333,7 @@ cc9c82cfffd8ee9b25ba3af6284f057e lib/core/__init__.py
333333
67f206cf2658145992cc1d7020138325 lib/core/defaults.py
334334
7af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
335335
1d042f0bc0557d3fd564ea5a46deb77e lib/core/datatype.py
336-
25fcb4a9fd187cb587847852df4ac784 lib/core/common.py
336+
0b4ddb7846b9b5469eaa4a51755d1ae0 lib/core/common.py
337337
1d064463302b85b2241263ea48a83837 lib/takeover/metasploit.py
338338
7083825564c051a7265cfdd1a5e6629c lib/takeover/registry.py
339339
7d6cd7bdfc8f4bc4e8aed60c84cdf87f lib/takeover/udf.py

0 commit comments

Comments
 (0)