Skip to content

Commit

Permalink
verbose options
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavi Mendez committed Oct 31, 2020
1 parent 9b821bd commit 57ad3f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/wfuzz/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,12 @@ def compile(self):
self.http_pool = HttpPool(self)
self.http_pool.register()

if self.data["colour"]:
Facade().printers.kbase["colour"] = True

if self.data["verbose"]:
Facade().printers.kbase["verbose"] = True

return self

def close(self):
Expand Down

0 comments on commit 57ad3f1

Please sign in to comment.