#!/bin/bash
./target/release/icebox << 'EOF'
charter accept "pentest-2026-07"
scope add 10.0.0.0/8
list
use vuln_scanner
set project_dir /tmp
run --approve /tmp
exit
EOF
