Welcome to the tools directory. Here are the available tools:
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.
Paste HTTP headers below to test them aginst good practices. Analysis is done entirely in the browser.
Convert between docker run commands and docker-compose.yml service entries. Perfect for container development workflows.
Build Docker run commands interactively with a visual form. Add ports, volumes, environment variables, and more.
Convert "smart" punctuation (curly quotes, em dashes, etc.) back to plain text equivalents. Perfect for cleaning up copied text from websites.
Decode URL encoded, HTML encoded, hex (0x...), base64 text. All processing is client-side.
Decode JWT tokens and verify signatures with a secret key. Supports HS256 algorithm. All processing is client-side.
Load OpenAPI specs to explore endpoints, adjust parameters, and generate curl, Python, and HTTPie request code.
Check if a website is vulnerable to clickjacking by testing if it can be loaded in an iframe. For security testing purposes only.