# GITEX 2026 — Booth Applications This repository contains the applications developed for the **Sechpoint Aftica** booth at **GITEX 2026**. ## Applications | App | Directory | Description | |-----|-----------|-------------| | **AASD** | [`aasd/`](aasd/) | API Attack Surface Discovery — interactive booth demo | ## Quick Start Each application has its own `README.md` with build and deploy instructions. ```bash # AASD cd aasd/ # Build: cd src && go build -o /opt/aasd/aasd ./cmd/aasd/ # Deploy: sudo systemctl restart aasd ``` ## License Proprietary — For internal event use at GITEX 2026.