File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 1919from 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 "
2323REVISION = getRevisionNumber ()
2424STABLE = VERSION .count ('.' ) <= 2
2525VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
You can’t perform that action at this time.
0 commit comments