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

Skip to content

Commit 9a4f8d5

Browse files
committed
Fix for Issue #80
1 parent 0702dd7 commit 9a4f8d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/union/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
262262
warnMsg += "usage of option '--union-char' "
263263
warnMsg += "(e.g. --union-char=1) "
264264
else:
265-
kb.uChar = str(randomInt(2))
265+
conf.uChar = kb.uChar = str(randomInt(2))
266266
validPayload, vector = __unionConfirm(comment, place, parameter, prefix, suffix, count)
267267

268268
if not conf.dbms:

0 commit comments

Comments
 (0)