diff --git a/lib/core/agent.py b/lib/core/agent.py index c50192421..2c2bb103c 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -121,7 +121,7 @@ class Agent(object): paramString = origValue origValue = origValue.split(kb.customInjectionMark)[0] origValue = origValue[origValue.find(',') + 1:] - match = re.search(r"([^;]+)=(?P[^;]+);?\Z", origValue) + match = re.search(r"([^;]+)=(?P[^;]*);?\Z", origValue) if match: origValue = match.group("value") elif ',' in paramString: diff --git a/lib/core/settings.py b/lib/core/settings.py index 98a6d824c..ed37dd4d5 100755 --- 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.9.18" +VERSION = "1.1.9.19" 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/txt/checksum.md5 b/txt/checksum.md5 index 8ad44e924..ce0f38725 100644 --- a/txt/checksum.md5 +++ b/txt/checksum.md5 @@ -25,7 +25,7 @@ b220153f82deefa5d5f513f1ebf2346b lib/controller/checks.py a66093c734c7f94ecdf94d882c2d8b89 lib/controller/controller.py 926bdaf98d082a41fdd57bb41c1692d1 lib/controller/handler.py 310efc965c862cfbd7b0da5150a5ad36 lib/controller/__init__.py -5a15aba70e75749ada5c194aba640de3 lib/core/agent.py +90b4f40ccde13c44e26f53db474afc19 lib/core/agent.py 6cc95a117fbd34ef31b9aa25520f0e31 lib/core/bigarray.py 8dafb651e35d90c05ffe08bf2a9832ae lib/core/common.py 9edefb92b0b9cad862543fcd587aaa66 lib/core/convert.py @@ -46,7 +46,7 @@ a44d7a4cc6c9a67a72d6af2f25f4ddac lib/core/exception.py d8e9250f3775119df07e9070eddccd16 lib/core/replication.py 785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py 40c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py -234e894c58cebccf21c2217fccf8fd76 lib/core/settings.py +c755024a91ad09fb1833e556acecf6c5 lib/core/settings.py d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py 2ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py effc153067a00bd43461bfc1cdec1122 lib/core/target.py