RhinoSecurityLabs / pacu

The AWS exploitation framework, designed for testing the security of Amazon Web Services environments.
https://rhinosecuritylabs.com/aws/pacu-open-source-aws-exploitation-framework/
BSD 3-Clause "New" or "Revised" License
4.3k stars 689 forks source link

UX: Add -h to run/exec to display help #434

Closed h00die closed 3 months ago

h00die commented 3 months ago

Some modules when run w/o arguments will have enough defaults to run the module. However, at times the user just wants to see more info about the module, but they may be unsure how to get a normal python help menu to appear for that module. While the help command exists, this adds another way to launch that vs a module by adding the -h flag to the end of the command.

Example: image