Skip to main content

CLI Reference

The AIPTx CLI provides full control over your penetration testing workflow from the command line.

Installation

Authentication

Login

Opens a browser for OAuth authentication with your AIPTx account.

Using API Key

Check Auth Status

Scanning Commands

aiptx scan

Start a new penetration test scan.
Arguments: Options: Examples:

aiptx scan list

List all scans in your account.
Options:

aiptx scan status

Check the status of a running scan.

aiptx scan cancel

Cancel a running scan.

Findings Commands

aiptx findings list

List findings from a scan.
Options:

aiptx findings get

Get detailed information about a specific finding.

aiptx findings export

Export findings to a file.

Report Commands

aiptx report generate

Generate a penetration test report.
Options: Examples:

Configuration Commands

aiptx config set

Set a configuration value.
Available Keys:

aiptx config get

Get a configuration value.

aiptx config list

List all configuration values.

Global Options

These options are available for all commands:

Exit Codes