mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
minor fix
This commit is contained in:
parent
938d9ff23e
commit
eccd4da00f
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
|
|||
warnMsg += "usage of option '--union-char' "
|
||||
warnMsg += "(e.g. --union-char=1) "
|
||||
else:
|
||||
conf.uChar = str(randomInt(2))
|
||||
kb.uChar = str(randomInt(2))
|
||||
validPayload, vector = __unionConfirm(comment, place, parameter, prefix, suffix, count)
|
||||
|
||||
if not conf.dbms:
|
||||
|
|
|
|||
Loading…
Reference in a new issue