Skip to content

Commit

Permalink
add debug flag (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: zblurx <[email protected]>
  • Loading branch information
zblurx and zblurx authored Jul 22, 2024
1 parent 400880f commit 84dbd64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coercer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def parseArgs():
print(banner)
parser = argparse.ArgumentParser(add_help=True, description="Automatic windows authentication coercer using various methods.")
parser.add_argument("-v", "--verbose", default=False, action="store_true", help="Verbose mode (default: False)")
parser.add_argument("--debug", default=False, action="store_true", help="Debug mode (default: False)")

# Creating the "scan" subparser ==============================================================================================================
mode_scan = argparse.ArgumentParser(add_help=False)
Expand Down

0 comments on commit 84dbd64

Please sign in to comment.