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

Skip to content

Commit 32ee586

Browse files
committed
Minor language update
1 parent b9e5655 commit 32ee586

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
@@ -694,7 +694,7 @@ def genCmpPayload():
694694
# Return the injection object
695695
if injection.place is not None and injection.parameter is not None:
696696
if not conf.dropSetCookie and PAYLOAD.TECHNIQUE.BOOLEAN in injection.data and injection.data[PAYLOAD.TECHNIQUE.BOOLEAN].vector.startswith('OR'):
697-
warnMsg = "in OR boolean-based injections, please consider usage "
697+
warnMsg = "in OR boolean-based injection cases, please consider usage "
698698
warnMsg += "of switch '--drop-set-cookie' if you experience any "
699699
warnMsg += "problems during data retrieval"
700700
logger.warn(warnMsg)

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.44"
22+
VERSION = "1.0.5.45"
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)