Z²ᴱ

Quick Start

Get up and running with Z2E in minutes.

Quick Start Guide

This guide will help you run your first automated scan with Z2E.


Basic Usage

bash# z2e

z2e > agent

...

Command Overview

CommandDescription
z2e initInitialize a new project
z2e agentAgent mode start
z2e scanRun reconnaissance and vulnerability scanning
z2e exploitExecute validated exploits (authorized targets only)
z2e reportGenerate penetration test reports

Example Workflow

# 1. Set up your target scope
z2e scope add example.com --include-subdomains

# 2. Run AI-assisted reconnaissance
z2e recon --ai-enhanced

# 3. Analyze attack surface
z2e surface --analyze

# 4. Verify vulnerabilities
z2e verify --all

# 5. Generate report
z2e report --format pdf --output report.pdf

Next Steps

On this page