We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae4317c + 5bcf955 commit c312367Copy full SHA for c312367
1 file changed
nxc/netexec.py
@@ -173,6 +173,9 @@ def main():
173
for module in args.module:
174
nxc_logger.display(f"{module} module options:\n{modules[module]['options']}")
175
exit(0)
176
+ elif args.show_module_options:
177
+ nxc_logger.error(f"--options requires -M/--module")
178
+ exit(1)
179
elif args.module:
180
# Check the modules for sanity before loading the protocol
181
nxc_logger.debug(f"Modules to be Loaded for sanity check: {args.module}, {type(args.module)}")
0 commit comments