No description
Find a file
2026-05-17 18:56:25 +00:00
aasd fix: shorten Kron card description for better fit 2026-05-17 18:53:44 +00:00
kron chore: add kron and sdwan demo apps 2026-05-17 18:46:40 +00:00
ping chore: add ping demo app 2026-05-17 18:46:43 +00:00
sdwan chore: add kron and sdwan demo apps 2026-05-17 18:46:40 +00:00
.gitignore feat: port 8000 + GITEX 2026 Nairobi hub page, improved scan messaging 2026-05-14 11:46:10 +00:00
README.md docs: update repo README with all 4 demo apps 2026-05-17 18:56:25 +00:00

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.