- Change server port from 8080 to 8000 - Redesign index.html as GITEX 2026 Nairobi hub (app launcher) - Add /aasd route serving AASD-specific landing page - Add '← GITEX 2026 Hub' links to simulation, admin, and AASD pages - Show 'Could Not Scan Target' message when GoTestWAF fails - Increase GoTestWAF timeout from 120s to 300s - Update install.sh, docs, and gitignore for bin/ as local-only
24 lines
369 B
Text
24 lines
369 B
Text
# Vendored GoTestWAF source (reference only, binary deployed separately)
|
|
aasd/src/gotestwaf/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
|
|
# Config — never commit real credentials
|
|
**/config.yaml
|
|
|
|
# Runtime directories (deployment-only)
|
|
reports/
|
|
logs/
|
|
|
|
# Pre-built binaries (build from source or use releases)
|
|
aasd/bin/*
|
|
!aasd/bin/.gitkeep
|