File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 , _ ))
Original file line number Diff line number Diff line change 1919from 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 "
2323REVISION = getRevisionNumber ()
2424STABLE = VERSION .count ('.' ) <= 2
2525VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ e77cca1cb063016f71f6e6bdebf4ec73 lib/core/data.py
3113112689f320908964b2c88a3eb8265fd2dd lib/core/agent.py
3123128485a3cd94c0a5af2718bad60c5f1ae5 lib/core/wordlist.py
313313eb0bd28b0bd9fbf67dcc3119116df377 lib/core/bigarray.py
314- 974575a1454c3d9054985d0f653d7cea lib/core/settings.py
314+ 49aa486301af9fac995ef4da820e08b4 lib/core/settings.py
31531534a45b9bc68a6381247a620ddf30de1c lib/core/enums.py
31631699a2b496b9d5b546b335653ca801153f lib/core/revision.py
3173174a16002c5d9cd047c2e89ddc5db63737 lib/core/dicts.py
@@ -333,7 +333,7 @@ cc9c82cfffd8ee9b25ba3af6284f057e lib/core/__init__.py
33333367f206cf2658145992cc1d7020138325 lib/core/defaults.py
3343347af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
3353351d042f0bc0557d3fd564ea5a46deb77e lib/core/datatype.py
336- 25fcb4a9fd187cb587847852df4ac784 lib/core/common.py
336+ 0b4ddb7846b9b5469eaa4a51755d1ae0 lib/core/common.py
3373371d064463302b85b2241263ea48a83837 lib/takeover/metasploit.py
3383387083825564c051a7265cfdd1a5e6629c lib/takeover/registry.py
3393397d6cd7bdfc8f4bc4e8aed60c84cdf87f lib/takeover/udf.py
You can’t perform that action at this time.
0 commit comments