| name | cli-reference |
| description | Show all available pentest-cli commands and how to use them. |
| user-invocable | true |
| allowed-tools | ["Bash"] |
/cli-reference — pentest-cli Command Reference
Show the user all available commands grouped by category.
Run:
pentest --help
pentest recon --help
pentest scan --help
pentest discover --help
pentest inject --help
pentest auth --help
pentest advanced --help
pentest cloud --help
Present the output in a clean, organized table format. Explain:
- Passive commands (safe, no payloads): recon, scan, discover bundle/api/tech, cloud, auth jwt/oauth/session
- Active commands (sends payloads, needs --active --yes): inject, discover fuzz, auth brute, advanced smuggle/race/redirect
- Global flags: --json for automation, -k for SSL, -o for output directory
- Exit codes: 0=clean, 1=critical, 2=high, 3=error