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

Skip to content

Commit 30a4173

Browse files
committed
I like users which don't know the difference between detection and identification
1 parent dbbe4c6 commit 30a4173

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ def _(*args, **kwargs):
12891289
if output and output[0] not in ("Y", "y"):
12901290
raise SqlmapUserQuitException
12911291
else:
1292-
warnMsg = "no WAF/IDS/IPS product has been identified (this doesn't mean that there is none)"
1292+
warnMsg = "WAF/IDS/IPS product hasn't been identified (generic protection response)"
12931293
logger.warn(warnMsg)
12941294

12951295
kb.testType = None

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.5.41"
22+
VERSION = "1.0.5.42"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

0 commit comments

Comments
 (0)