Web Utilities
The following are simple utilities that are helpful with web development.
Documentation
jwks-catalog: A catalog of JWKS endpoints for popular websites.
jwks-catalog-crawler: Extracts URLs from jwks-catalog and publishes crawl requests to http-response-collector for HTTP response and header collection.
jwks-catalog-crawler-tofu: OpenTofu module for deploying jwks-catalog-crawler to GCP
Tools
certsummary: A tool for securely decoding and inspecting SSL/TLS certificates directly in your web browser.
Applications
gologhttpbinary: A lightweight HTTP server that logs HTTP requests, including the body encoded in base64, enabling logging of binary payloads.
goenvecho: Simple app that responds to GET requests with a JSON payload listing all environment variables.
hellorest: A minimal Go API returning {“hello”: “world”} on a GET / request deployed using a container