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.

PQL compiler

An online compiler that can generate 2D plots from SQL-like queries and given CSV file. The query language used for describing plots is a custom DSL I made: PQL.