▶️QuickStart Guide

Example workflow for running ax for the first time

  1. Configure Ax Controller: ax configure --run

  2. Deploy an instance or a fleet of instances: ax init <name> or ax fleet <name> -i <number>

  3. Run Scans: ax scan ips.txt -m nmap <arg1> <arg2> ...

  4. Teardown instances when finished ax rm <name>

Last updated