CLI Reference
The AIPTx CLI provides full control over your penetration testing workflow from the command line.Installation
- npm
- pip
- brew
- Docker
Authentication
Login
Using API Key
Check Auth Status
Scanning Commands
aiptx scan
Start a new penetration test scan.
Options:
Examples:
aiptx scan list
List all scans in your account.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.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.
Examples: