gitex2026/README.md
2026-05-17 18:56:25 +00:00

1.3 KiB

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/ API Attack Surface Discovery — interactive booth demo
Kron Password Challenge kron/ Interactive password strength tester
Ping Identity ping/ Identity and access management demo
SD-WAN Traffic Master 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:

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