gitex2026/README.md
administrator 71b31b7c28 docs: restructure README into aasd/, add sample configs, update gitignore
- Move README.md and AGENT.md into aasd/ (app-specific docs)
- Create root README.md as lightweight repo overview (GITEX 2026 apps)
- Add aasd/sample.config.yaml with placeholder values for deployment
- Add aasd/sample.env with documented environment variables
- Update .gitignore to exclude config.yaml, binaries, reports/ and logs/
2026-04-29 07:56:00 +00:00

24 lines
605 B
Markdown

# 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.