Tools Index

Welcome to the tools directory. Here are the available tools:

ARNageddon

Enter an AWS ARN below to generate console links and CLI commands for quick access. No HTTP requests are made; the conversion is done entirely in the browser.

Header Security Testing Suite

Paste HTTP headers below to test them aginst good practices. Analysis is done entirely in the browser.

Docker Converter

Convert between docker run commands and docker-compose.yml service entries. Perfect for container development workflows.

Docker Builder

Build Docker run commands interactively with a visual form. Add ports, volumes, environment variables, and more.

Text Cleaner

Convert "smart" punctuation (curly quotes, em dashes, etc.) back to plain text equivalents. Perfect for cleaning up copied text from websites.

Decoder

Decode URL encoded, HTML encoded, hex (0x...), base64 text. All processing is client-side.

JWT Parser

Decode JWT tokens and verify signatures with a secret key. Supports HS256 algorithm. All processing is client-side.

OpenAPI Explorer

Load OpenAPI specs to explore endpoints, adjust parameters, and generate curl, Python, and HTTPie request code.

Clickjacking Vulnerability Checker

Check if a website is vulnerable to clickjacking by testing if it can be loaded in an iframe. For security testing purposes only.