From 7eb45b9d8f29dc266da141b2198361a5677abd7b Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 17 Jan 2019 15:06:00 +0100 Subject: [PATCH] Patch related to the #3438 --- lib/core/settings.py | 4 ++-- lib/utils/search.py | 17 ++++++++++++++--- txt/checksum.md5 | 4 ++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 469ea9059..f3a79d53d 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.3.1.52" +VERSION = "1.3.1.53" 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) @@ -109,7 +109,7 @@ MAX_MURPHY_SLEEP_TIME = 3 GOOGLE_REGEX = r"webcache\.googleusercontent\.com/search\?q=cache:[^:]+:([^+]+)\+&cd=|url\?\w+=((?![^>]+webcache\.googleusercontent\.com)http[^>]+)&(sa=U|rct=j)" # Regular expression used for extracting results from DuckDuckGo search -DUCKDUCKGO_REGEX = r'"u":"([^"]+)' +DUCKDUCKGO_REGEX = r'