π΅π»ββοΈ URL Inspector β Help Guide
Overview
The URL Inspector is a lightweight tool designed to help security engineers analyze, decode, and investigate URLs quickly. It supports base64 decoding, redirect detection, parameter tagging, and more β all in a simple interface.
Parameter Detection
All query parameters and path segments are parsed and labeled:
- π¨ Sensitive β API keys, tokens, sessions
- π Redirects β Parameters like
url, redirect_uri, next - π Tracking β UTM tags, referral IDs
Base64 Decoding
Parameters that appear to be Base64 or JWT-encoded get a Decode π§© button. It supports:
- Recursive decoding (multi-level Base64)
- JWT splitting and decoding
- Safe handling of invalid strings
Redirect Checks
Redirect-like parameters are flagged and monitored. You can click the VT Scan button to investigate where they might lead, using VirusTotal.
VirusTotal Integration
Clicking the VT Scan button opens VirusTotal with the domain preloaded β in a new tab (in background if browser allows). It doesnβt send any data directly to VT from your machine.