Skip to content

Commit d015964

Browse files
author
zblurx
committed
add debug flag
1 parent 400880f commit d015964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: coercer/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def parseArgs():
3434
print(banner)
3535
parser = argparse.ArgumentParser(add_help=True, description="Automatic windows authentication coercer using various methods.")
3636
parser.add_argument("-v", "--verbose", default=False, action="store_true", help="Verbose mode (default: False)")
37+
parser.add_argument("--debug", default=False, action="store_true", help="Debug mode (default: False)")
3738

3839
# Creating the "scan" subparser ==============================================================================================================
3940
mode_scan = argparse.ArgumentParser(add_help=False)

0 commit comments

Comments
 (0)