A collection of custom-made tools for programming tasks or challenges I’ve encountered.

Webhook tester

The webhook tester page allows users to capture requests sent to /webhook/<webhook_id>/capture and displays the contents. This feature was inspired by a cross-site scripting CTF challenge I attempted. This tool is useful for inspecting request contents from webhook service providers, such as Discord or Github.

DNS visualizer

A DNS lookup visualization tool for tracing the search path for an iterative query.

JSON schema transcompiler

This service is a wrapper for a Python library I wrote: jdtt. This feature was made to aid in tasks involving serializing the JSON payload from API requests to standard container classes for different programming languages.

CSV visualizer

The CSV visualizer allows users to generate 2D data visualizations from a given CSV and query written in a custom DSL I made: PQL.