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

Skip to content

Commit eccd4da

Browse files
committed
minor fix
1 parent 938d9ff commit eccd4da

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
@@ -263,7 +263,7 @@ def __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix
263263
warnMsg += "usage of option '--union-char' "
264264
warnMsg += "(e.g. --union-char=1) "
265265
else:
266-
conf.uChar = str(randomInt(2))
266+
kb.uChar = str(randomInt(2))
267267
validPayload, vector = __unionConfirm(comment, place, parameter, prefix, suffix, count)
268268

269269
if not conf.dbms:

0 commit comments

Comments
 (0)