Xssmaze::Banner
Everything XSSMaze prints before it starts serving: the startup banner,
--help, --version, and CLI errors. Kept in one place so the wording and
the spacing stay consistent.
Constants
CATALOG_ROUTES = ["/map/json", "/map/text", "/map/markdown", "/map/openapi"] of ::String
HOMEPAGE = "https://github.com/hahwul/xssmaze"
PROBE_ROUTES = ["/health", "/stats", "/version", "/random"] of ::String
TAGLINE = "Cross-site scripting proving ground"
Class methods
Anything that stops the server before it serves: say what was wrong, then what to try next.