Quick Start Guide
Deploy your first Phantom Grid agent and configure decoy ports in 5 minutes.
Prerequisites
- Linux Server (Kernel 5.8+ for eBPF features)
- Docker & Docker Compose
- Root privileges
Installation
bash
# 1. Clone the repository
git clone https://github.com/phantom-grid/phantom-grid.git
cd phantom-grid
# 2. Compile eBPF programs
make generate
# 3. Start the agent
./bin/agent --config config.yamlThe agent will automatically attach the XDP program to eth0 and begin cloaking your services.
