wiki
  • 👋Welcome to the Ax Framework Wiki
  • Overview
    • ✅Existing Users
    • 💿Installation Guide
    • 💻Ax Controller
    • 💡How it Works
    • ▶️QuickStart Guide
      • Configure Ax Controller
      • Build a Base Image
      • Deploy Instances
      • List Instances
      • Run Scans
      • Teardown Instances
  • Fundamentals
    • 🛠️Ax Utility Scripts
    • 🔎Bring Your Own Provisioner
    • ⚔️Fleets
    • 🚀Scans
      • 🤖Modules
        • 📤Adding Simple Modules
        • 🎯Adding One-Shot Modules
        • 📎Merging and Module Extensions
      • ⚙️Horizontal vs Vertical Scaling
    • 🤝Responsibility
    • 📖Terminology
Powered by GitBook
On this page
  1. Overview

QuickStart Guide

PreviousHow it WorksNextConfigure Ax Controller

Last updated 4 months ago

Example workflow for running ax for the first time

  1. Ax Controller: ax configure --run

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

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

  4. instances when finished ax rm <name>

▶️
Configure
Deploy
Run Scans
Teardown