40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
# GITEX KENYA 2026 — Booth Applications
|
|
|
|
This repository contains the applications developed for the **Sechpoint Aftica** booth at **GITEX KENYA 2026**.
|
|
|
|
## Applications
|
|
|
|
| App | Directory | Description |
|
|
|-----|-----------|-------------|
|
|
| **AASD** | [`aasd/`](aasd/) | API Attack Surface Discovery — interactive booth demo |
|
|
| **Kron Password Challenge** | [`kron/`](kron/) | Interactive password strength tester |
|
|
| **Ping Identity** | [`ping/`](ping/) | Identity and access management demo |
|
|
| **SD-WAN Traffic Master** | [`sdwan/`](sdwan/) | SD-WAN traffic simulation and monitoring |
|
|
|
|
All apps are served by a unified demo server (`gitex.service`) and accessible from the hub landing page.
|
|
|
|
## Quick Start
|
|
|
|
The demo server runs as a systemd service on the booth machine:
|
|
|
|
```bash
|
|
# Check status
|
|
systemctl status gitex.service
|
|
|
|
# View hub landing page
|
|
open http://localhost:8000
|
|
|
|
# Deploy updated static files (after building)
|
|
cp -r aasd/src/static/* /opt/gitex/static/
|
|
```
|
|
|
|
### Per-app notes
|
|
|
|
- **AASD** — Go application. Build: `cd aasd/src && go build -o /opt/gitex/gitex ./cmd/aasd/`
|
|
- **Kron** — Pre-built static PWA (Vite + Workbox)
|
|
- **Ping** — Pre-built static site
|
|
- **SD-WAN** — Pre-built static site
|
|
|
|
## License
|
|
|
|
Proprietary — For internal event use at GITEX KENYA 2026.
|