code review part 3

This commit is contained in:
Miroslav Stampar
2011-01-15 13:15:10 +00:00
parent 1fa8f0cba7
commit 5bdb50c224
7 changed files with 6 additions and 10 deletions

View File

@@ -128,7 +128,6 @@ def unionTest(comment, place, parameter, value, prefix, suffix, dbms):
if conf.direct:
return
oldTechnique = kb.technique
kb.technique = PAYLOAD.TECHNIQUE.UNION
validPayload, vector = __unionTestByCharBruteforce(comment, place, parameter, value, prefix, suffix, dbms)