Ten tools

Digital forensics. No command line required.

Each tool is focused, fast, and processes data locally wherever possible.

Investigate

01
IMAGE ANALYSIS

Photo Forensics

Read the metadata your image carries.

Extract camera settings, GPS coordinates, timestamps, software signatures, and EXIF fields from JPEG, PNG, WebP, and HEIC files. Processed locally.

Open →
02
NETWORK ANALYSIS

Website Detective

Identify the technologies a website exposes.

Detect frameworks, CMS, analytics, CDN, hosting, and payment platforms from HTML patterns, response headers, and script URLs.

Open →
03
HTTP ANALYSIS

URL Investigator

Follow redirects and inspect the response.

Trace every redirect hop, check HTTP status codes, verify security headers, and extract page metadata from any public URL.

Open →
04
SECURITY

Secret Scanner

Check code for credentials and token-like strings.

Scan pasted code or uploaded files locally for AWS credentials, JWTs, GitHub tokens, API keys, and other credential patterns.

Open →
05
FILE ANALYSIS

File Forensics

Inspect the metadata and structure inside a file.

Detect the true file type, read PDF metadata, inspect JSON structure, list ZIP archive contents, and extract image dimensions.

Open →

Inspect

06
DEVICE ANALYSIS

Browser Fingerprint

Examine the signals your browser exposes.

Read your browser's user agent, screen resolution, hardware concurrency, language, timezone, and WebGL rendering context.

Open →
07
FILE INTEGRITY

File Hash Detective

Calculate and compare file checksums.

Generate SHA-256 hashes locally in your browser to verify file integrity, or compare two files side-by-side.

Open →
08
NETWORK ANALYSIS

Email Header Detective

Analyse raw email headers and delivery routes.

Paste raw email headers to trace the delivery route, identify the true sender, and verify SPF, DKIM, and DMARC authentication.

Open →
09
SECURITY

JWT Inspector

Decode and inspect JSON Web Tokens.

Safely decode the header and payload of any JWT without sending it to a server. Inspect claims and expiration times.

Open →
10
FILE ANALYSIS

Hex Inspector

View the raw binary data of any file.

Render files as hexadecimal and ASCII grids. Identify missing file extensions by reading magic byte signatures.

Open →