Skip to content

Commit

Permalink
Fixed #44, fixes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Dec 15, 2022
1 parent f61f62f commit 4e9b408
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 101 deletions.
2 changes: 1 addition & 1 deletion coercer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def main():
for target in targets:
reporter.print_info("Fuzzing target %s" % target)
# Checking credentials if any
if try_login(credentials, target, options):
if try_login(credentials, target, verbose=options.verbose):
# Starting action
action_fuzz(target, available_methods, options, credentials, reporter)
# Reporting results
Expand Down
178 changes: 78 additions & 100 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e9b408

Please sign in to comment.