Skip to main content

Quick Start Guide

This guide will help you run your first penetration test with AIPTx.

Prerequisites

  • An AIPTx account (Sign up here)
  • Node.js 18+ or Python 3.9+
  • Access to the target application you want to test
Only test applications you own or have explicit written authorization to test. Unauthorized testing is illegal.

Installation

Authentication

Authenticate the CLI with your API key:
Or set your API key as an environment variable:
Find your API key in the AIPTx Dashboard

Run Your First Scan

Basic Web Application Scan

API Scan with OpenAPI Specification

Authenticated Scan

Understanding Scan Output

During the scan, you’ll see real-time progress:

View Results

In Terminal

Generate Report

View in Dashboard

Open dashboard.aiptx.io to see detailed findings with:
  • Full proof-of-concept exploits
  • Step-by-step remediation guidance
  • Compliance mapping
  • Trend analysis

Next Steps

Scan Modes

Learn about different scanning modes and when to use them

CI/CD Integration

Set up automated security testing in your pipeline

Authentication Testing

Configure complex authentication scenarios

API Reference

Build custom integrations with our API