mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Fix for Issue #80
This commit is contained in:
parent
0702dd70b5
commit
9a4f8d5f45
|
@ -262,7 +262,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
|
|||
warnMsg += "usage of option '--union-char' "
|
||||
warnMsg += "(e.g. --union-char=1) "
|
||||
else:
|
||||
kb.uChar = str(randomInt(2))
|
||||
conf.uChar = kb.uChar = str(randomInt(2))
|
||||
validPayload, vector = __unionConfirm(comment, place, parameter, prefix, suffix, count)
|
||||
|
||||
if not conf.dbms:
|
||||
|
|
Loading…
Reference in New Issue
Block a user