tools.singer.cloud

Nate's Toolbox

A collection of useful tools that I maintain, and some links to my favorites.

Epochs, other date/time formats, and time zone conversion.

Prototype folder layouts from outlines—ASCII trees before creating real folders.

Color palettes, format conversion, and a small engine for managing collections over time.

From others

Helpful things built by other people — different sites, same spirit.

  • CyberChef

    A Swiss Army knife for data: encodings, encryption, compression, and more in the browser.

    By GCHQ

  • libc database search

    Query libc builds and symbols in the browser — when you need to match leaks to a glibc (pwn, CTF, and similar).

    By blukat (libc-database)

  • AS / IP lookup (HackerTarget)

    Autonomous system lookup: query an ASN, an IPv4/IPv6 address, or a text org search; see IP prefixes and AS owner details.

    By HackerTarget.com

  • SVG Path Editor

    Edit, visualize, and tweak SVG path data (d attribute) in the browser with a live canvas preview.

    By yqnn (svg-path-editor)

  • Global Speed Checker (OpenStatus)

    Check a site or API from many regions worldwide: timing phases (DNS, connect, TLS, TTFB, transfer) and latency in one place.

    By OpenStatus

  • SequenceDiagram.org

    UML sequence diagrams: script-style text plus the canvas, with export (SVG, PNG) — processing stays in the browser.

    By NoSpareTime AB