|
@@ -165,12 +165,7 @@ class CLI(object):
|
|
|
|
|
|
if self.args.attack is not None:
|
|
|
|
|
|
- if self.args.inject_empty:
|
|
|
-
|
|
|
- controller.process_attacks(self.args.attack, inject_empty=True)
|
|
|
- else:
|
|
|
-
|
|
|
- controller.process_attacks(self.args.attack)
|
|
|
+ controller.process_attacks(self.args.attack, self.args.inject_empty)
|
|
|
|
|
|
|
|
|
if self.args.query == [None]:
|