PyRIT CLI - Command-line interface for running security scenarios.
This module provides the main entry point for the pyrit_scan command.
Functions¶
main¶
main(args: Optional[list[str]] = None) → intStart the PyRIT scanner CLI.
Returns:
int— Exit code (0 for success, 1 for error).
parse_args¶
parse_args(args: Optional[list[str]] = None) → NamespaceParse command-line arguments for the PyRIT scanner.
Returns:
Namespace— Parsed command-line arguments.