p0dalirius / Coercer

A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods.
https://podalirius.net/
GNU General Public License v2.0
1.8k stars 182 forks source link

[bug] Error with debug arg not declared but used #78

Closed zblurx closed 3 months ago

zblurx commented 3 months ago

Seems like there is a bug in Coercer : image

options.debug is used but there is no such argument declared with Argparse.