gitex2026/README.md
2026-04-24 20:11:23 +00:00

39 lines
1.3 KiB
Markdown

# GITEX 2026 — Sechpoint Booth Applications
This repository contains the applications powering the **Sechpoint Aftica** booth at **GITEX 2026**. Each application demonstrates a unique aspect of the Sechpoint cybersecurity platform — from attack surface discovery and WAF testing to automated remediation and compliance reporting.
## Repository Structure
```
gitex2026/
├── AttackSurface/ # API Attack Surface Discovery — booth demo app
└── README.md # This file
```
## Applications
| Application | Directory | Description |
|-------------|-----------|-------------|
| **AASD** — API Attack Surface Discovery | `AttackSurface/` | Interactive booth experience: email capture → domain discovery → GoTestWAF scan → AI resilience report |
Each application directory contains its own `README.md` with detailed setup, deployment, and usage instructions.
## Deployment
Applications are deployed as systemd services under `/opt/`. See each application's `install.sh` for automated deployment:
```bash
# Deploy AttackSurface (example)
cd AttackSurface
sudo bash install.sh
```
## Requirements
- **OS**: Debian 12+ or RHEL 9+ (AlmaLinux / Rocky Linux)
- **Runtime**: Go 1.25+ (for building from source)
- **Network**: Outbound HTTPS access for API calls and tool downloads
## License
Proprietary — For internal event use at GITEX 2026.