From 8114c14755c8b943657ec8890339a4c53a32a1f2 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 1 Jun 2016 16:32:22 +0200 Subject: [PATCH] Removing leftover --- lib/core/settings.py | 2 +- lib/request/basic.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 66a1a26b4..bb4e4478c 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -19,7 +19,7 @@ from lib.core.enums import OS from lib.core.revision import getRevisionNumber # sqlmap version (...) -VERSION = "1.0.6.8" +VERSION = "1.0.6.9" REVISION = getRevisionNumber() STABLE = VERSION.count('.') <= 2 VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev") diff --git a/lib/request/basic.py b/lib/request/basic.py index 9c2352087..cd0ad8e94 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -354,7 +354,6 @@ def processResponse(page, responseHeaders): conf.paramDict[PLACE.POST][name] = value conf.parameters[PLACE.POST] = re.sub("(?i)(%s=)[^&]+" % name, r"\g<1>%s" % value, conf.parameters[PLACE.POST]) - page += "
\n
\ncaptcha
" if not kb.captchaDetected and re.search(r"(?i)captcha", page or ""): for match in re.finditer(r"(?si)", page): if re.search(r"(?i)captcha", match.group(0)):