mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
adding useful info
This commit is contained in:
parent
48c20a62ac
commit
4fdb6ac9b9
|
@ -206,6 +206,11 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
|
||||||
|
|
||||||
validPayload, vector = __unionConfirm(comment, place, parameter, value, prefix, suffix, count)
|
validPayload, vector = __unionConfirm(comment, place, parameter, value, prefix, suffix, count)
|
||||||
|
|
||||||
|
if not all([validPayload, vector]) and not conf.uChar:
|
||||||
|
warnMsg = "please consider usage of --union-char option "
|
||||||
|
warnMsg += "(e.g. --union-char=1) to make it work"
|
||||||
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return validPayload, vector
|
return validPayload, vector
|
||||||
|
|
||||||
def unionTest(comment, place, parameter, value, prefix, suffix):
|
def unionTest(comment, place, parameter, value, prefix, suffix):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user