Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

pyrit.cli.pyrit_scan

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) → int

Start the PyRIT scanner CLI.

Returns:

parse_args

parse_args(args: Optional[list[str]] = None) → Namespace

Parse command-line arguments for the PyRIT scanner.

Returns: