Shellhound / utility index

Find the next useful move.

Every tool is a small, inspectable instrument. Search by the thing you are holding—an address, token, header, hash, log, or payload—and follow the adjacent work.

[ tip ]Press Ctrl K from anywhere to open command search.112 tools · 16 fields
112 tools in view
01JWT DecoderDecode and inspect JWT tokens — header, payload, signature, expiry.[ local ]/authentication02JWT GeneratorBuild and sign JWT tokens with custom claims, headers, and algorithms.[ local ]/authentication03Basic Auth Header GeneratorGenerate Authorization: Basic headers from username:password pairs.[ local ]/authentication04Bearer Token GeneratorGenerate cryptographically secure bearer tokens of any length.[ local ]/authentication05API Key GeneratorGenerate prefixed API keys like sk_live_... or pk_test_... with checksums.[ local ]/authentication06TOTP Code GeneratorGenerate time-based one-time passwords from a secret key (RFC 6238).[ local ]/authentication07SAML DecoderDecode and pretty-print SAML assertions and responses.[ local ]/authentication08X.509 Certificate DecoderParse PEM-encoded X.509 certificates and display subject, issuer, validity, SANs.[ local ]/authentication09SSH Key FingerprintCalculate the fingerprint of an SSH public key (MD5, SHA-256).[ local ]/authentication10OAuth 2.0 URL BuilderBuild OAuth 2.0 authorization and token URLs with proper parameters.[ local ]/authentication11Hash GeneratorGenerate MD5, SHA-1, SHA-256, SHA-384, SHA-512 hashes from text.[ local ]/hash-encoding12HMAC GeneratorGenerate HMAC signatures using SHA-256, SHA-512, and other algorithms.[ local ]/hash-encoding13Hash IdentifierDetect hash type from a hash string — MD5, SHA-1, SHA-256, bcrypt, and more.[ local ]/hash-encoding14Base64 EncoderEncode text or binary data to Base64.[ local ]/hash-encoding15Base64 DecoderDecode Base64 strings back to text.[ local ]/hash-encoding16Hex Encoder / DecoderConvert text to hexadecimal and back.[ local ]/hash-encoding17Binary / Text ConverterConvert between text, binary, decimal, and octal representations.[ local ]/hash-encoding18ROT13 Encoder / DecoderApply ROT13 substitution cipher to text.[ local ]/hash-encoding19HTML Entity Encoder / DecoderEncode special characters as HTML entities and decode them back.[ local ]/hash-encoding20JSON String EscaperEscape and unescape special characters in JSON strings.[ local ]/hash-encoding21Base32 Encoder / DecoderEncode and decode data in Base32 (RFC 4648).[ local ]/hash-encoding22Unicode ConverterConvert text to Unicode escape sequences (\u0041) and codepoints.[ local ]/hash-encoding23Password GeneratorGenerate cryptographically secure passwords with configurable rules.[ local ]/password24Passphrase GeneratorGenerate memorable passphrases using the EFF diceware word list.[ local ]/password25Password Strength TesterAnalyze password entropy, crack time estimates, and pattern detection.[ local ]/password26Password Hash GeneratorHash passwords with bcrypt, PBKDF2, scrypt, and Argon2 algorithms.[ local ]/password27Entropy CalculatorCalculate Shannon entropy and bit strength of any text string.[ local ]/password28IP Address LookupGet geolocation, ASN, ISP, and risk data for any IP address.[ network ]/network29What Is My IPDetect your public IP address, browser headers, and connection details.[ network ]/network30CIDR / Subnet CalculatorCalculate subnet ranges, broadcast addresses, and host counts from CIDR notation.[ local ]/network31Subnet Mask ConverterConvert between CIDR prefix, dotted decimal, and wildcard mask formats.[ local ]/network32IP Address ValidatorValidate IPv4 and IPv6 addresses. Detect type (private, loopback, multicast).[ local ]/network33MAC Address LookupIdentify the vendor/manufacturer from a MAC address (OUI lookup).[ local ]/network34MAC Address GeneratorGenerate random MAC addresses with optional OUI prefix.[ local ]/network35Port Number LookupLook up well-known ports, services, and protocols (1–65535).[ local ]/network36DNS LookupQuery DNS records — A, AAAA, MX, TXT, CNAME, NS, SOA, SRV — via DNS-over-HTTPS.[ network ]/dns37Reverse DNS LookupFind the hostname associated with an IP address (PTR record).[ network ]/dns38WHOIS LookupQuery WHOIS data for domains — registrar, dates, nameservers.[ network ]/dns39SPF Record CheckerCheck and validate SPF records for a domain. Detect includes, lookups, and errors.[ network ]/dns40DKIM Record CheckerLook up and validate DKIM DNS records for a domain and selector.[ network ]/dns41DMARC Record CheckerLook up and parse DMARC policies for a domain.[ network ]/dns42MX Record LookupList mail exchange servers for a domain, sorted by priority.[ network ]/dns43NS Record LookupFind the authoritative nameservers for any domain.[ network ]/dns44SSL Certificate CheckerCheck a site's SSL/TLS certificate chain, expiry, and configuration.[ network ]/ssl45CSR DecoderDecode Certificate Signing Requests (CSR) and display their fields.[ local ]/ssl46CSR GeneratorGenerate a Certificate Signing Request with custom subject fields.[ local ]/ssl47PEM ↔ DER ConverterConvert certificates and keys between PEM and DER formats.[ local ]/ssl48SSL Config GeneratorGenerate secure SSL/TLS configurations for Nginx, Apache, and HAProxy.[ local ]/ssl49Certificate Chain CheckerVerify the certificate chain order and detect missing intermediates.[ local ]/ssl50TLS Cipher Suite ReferenceBrowse and filter TLS cipher suites by protocol version and security rating.[ local ]/ssl51HTTP Headers CheckerCheck security headers for any URL — CSP, HSTS, X-Frame-Options, and more.[ network ]/http-security52CSP Header BuilderBuild Content-Security-Policy headers with a visual directive editor.[ local ]/http-security53HSTS Preload CheckerCheck if a domain is on the HSTS preload list and validate HSTS headers.[ network ]/http-security54CORS Policy TesterTest and debug Cross-Origin Resource Sharing policies for any URL.[ network ]/http-security55Cookie AnalyzerParse and audit Set-Cookie headers for security best practices.[ local ]/http-security56Permissions Policy BuilderBuild Permissions-Policy headers to control browser features (camera, mic, geolocation).[ local ]/http-security57Security Headers GraderGrade a website's security headers from A+ to F with recommendations.[ network ]/http-security58URL Encoder / DecoderEncode and decode URL components (percent-encoding / RFC 3986).[ local ]/url59URL ParserParse any URL into scheme, host, port, path, query, and fragment.[ local ]/url60Query String ParserParse URL query strings into key-value pairs and vice versa.[ local ]/url61URL NormalizerNormalize URLs — lowercase scheme/host, remove default ports, sort params.[ local ]/url62Data URI GeneratorConvert files or text to data: URIs (base64-encoded inline data).[ local ]/url63URL Slug GeneratorConvert text to URL-safe slugs with configurable separators.[ local ]/url64Redirect Chain CheckerFollow and display the full HTTP redirect chain for any URL.[ network ]/url65File Hash CalculatorCalculate MD5, SHA-1, SHA-256, SHA-512 hashes of uploaded files.[ local ]/file66File Compare (Diff)Compare two text files side-by-side with highlighted differences.[ local ]/file67MIME Type DetectorDetect the MIME type of a file from its magic bytes (file signature).[ local ]/file68EXIF Data ViewerExtract and display EXIF metadata from images (camera, GPS, date).[ local ]/file69EXIF Data RemoverStrip all EXIF metadata from images for privacy before sharing.[ local ]/file70Regex TesterTest regular expressions with real-time highlighting, capture groups, and flags.[ local ]/regex-logs71Regex Cheat SheetQuick reference for regular expression syntax, quantifiers, and special characters.[ local ]/regex-logs72Log ParserParse Apache/Nginx access logs, extract fields, and filter by IP, status, or path.[ local ]/regex-logs73Glob Pattern TesterTest glob patterns against file paths — useful for .gitignore and CI configs.[ local ]/regex-logs74JSON Formatter & ValidatorFormat, validate, minify, and tree-view JSON with syntax highlighting.[ local ]/regex-logs75Email Header AnalyzerParse email headers — trace delivery path, detect delays, and flag anomalies.[ local ]/email-security76SPF Record GeneratorBuild SPF TXT records with a visual editor for includes, IPs, and mechanisms.[ local ]/email-security77DMARC Record GeneratorBuild DMARC policies with configurable enforcement, reporting, and alignment.[ local ]/email-security78MTA-STS Policy GeneratorGenerate MTA-STS policies and DNS records for enforcing TLS on mail delivery.[ local ]/email-security79BIMI Record GeneratorGenerate BIMI DNS records to display your brand logo in email clients.[ local ]/email-security80chmod CalculatorConvert between symbolic (rwxr-xr--) and octal (754) Unix permissions.[ local ]/linux81umask CalculatorCalculate the effective file and directory permissions from a umask value.[ local ]/linux82Cron Expression BuilderBuild and decode cron expressions with a visual editor and next-run preview.[ local ]/linux83SSH Config GeneratorGenerate ~/.ssh/config entries with host, port, key, and proxy settings.[ local ]/linux84systemd Unit File BuilderBuild systemd service, timer, and socket unit files with a form-based editor.[ local ]/linux85AES Encrypt / DecryptEncrypt and decrypt text with AES-256-GCM using the Web Crypto API.[ local ]/cryptography86RSA Key Pair GeneratorGenerate RSA key pairs (2048/4096-bit) in PEM format, client-side.[ local ]/cryptography87EC Key Pair GeneratorGenerate elliptic curve key pairs (P-256, P-384, P-521) in PEM format.[ local ]/cryptography88Random Hex GeneratorGenerate cryptographically secure random hex strings of any length.[ local ]/cryptography89UUID GeneratorGenerate UUID v4 (random) and UUID v7 (timestamp-ordered) identifiers.[ local ]/cryptography90PGP Key GeneratorGenerate PGP/GPG key pairs for email encryption and signing.[ local ]/cryptography91Diffie-Hellman DemoInteractive visualization of the Diffie-Hellman key exchange protocol.[ local ]/cryptography92IOC ExtractorExtract Indicators of Compromise (IPs, domains, URLs, hashes, emails) from text.[ local ]/blue-team93URL / IP DefangerDefang URLs and IPs for safe sharing in reports (hxxps://, [.], etc.).[ local ]/blue-team94URL / IP RefangerReverse defanging — convert hxxps://[.]example[.]com back to live URLs.[ local ]/blue-team95Unix Timestamp ConverterConvert between Unix timestamps, ISO 8601, RFC 2822, and human-readable dates.[ local ]/blue-team96Windows FILETIME ConverterConvert Windows FILETIME (100ns ticks since 1601) to human-readable dates.[ local ]/blue-team97User-Agent ParserParse User-Agent strings into browser, OS, device, and engine details.[ local ]/blue-team98ASCII Table ReferenceComplete ASCII table with decimal, hex, octal, binary, and character values.[ local ]/blue-team99XML FormatterFormat and validate XML with syntax highlighting and indentation.[ local ]/blue-team100YAML ↔ JSON ConverterConvert between YAML and JSON formats with validation.[ local ]/blue-team101CSV ↔ JSON ConverterConvert between CSV and JSON array formats.[ local ]/blue-team102Reverse Shell GeneratorGenerate reverse shell one-liners for Bash, Python, PowerShell, Netcat, and more.[ local ]/red-team103Payload EncoderEncode payloads in Base64, hex, URL encoding, and Unicode for bypass testing.[ local ]/red-team104XSS Payload GeneratorGenerate common XSS test payloads with context-aware encoding.[ local ]/red-team105SQL Injection Cheat SheetReference for SQL injection payloads across MySQL, PostgreSQL, MSSQL, and Oracle.[ local ]/red-team106Hash Lookup (Wordlist)Check if a hash matches common passwords from a local wordlist.[ local ]/red-team107HTTP Method TesterTest which HTTP methods (GET, POST, PUT, DELETE, OPTIONS) a URL accepts.[ network ]/red-team108QR Code GeneratorGenerate QR codes from text, URLs, or data — downloadable as PNG or SVG.[ local ]/privacy109Secure Note (Encrypt & Share)Encrypt a text note with a password and generate a self-destructing share link.[ local ]/privacy110Browser Fingerprint ViewerView your browser's fingerprinting surface — canvas, WebGL, fonts, screen, and more.[ local ]/privacy111Fake Identity GeneratorGenerate realistic but fake identity data for testing — names, addresses, SSNs.[ local ]/privacy112Password Leak CheckerCheck if a password has appeared in data breaches using the HaveIBeenPwned k-anonymity API.[ local ]/privacy