When doing OSINT or red team work, I always needed a quick way to:
- redirect traffic to a target,
- log IPs, User-Agents, headers, methods, and timestamps,
- and view it all in a clean dashboard.
So I built Redirector OSINT β deployable in 30 seconds with pip or Docker.
pip install redirector-osint
redirector run --redirect https://target.com
or
docker pull beladevos/redirector
docker run -p 8000:8000 beladevos/redirector --redirect https://target.com
β
Auto-refreshing dashboard
β
Filters & exports (CSV/JSON)
β
REST API & security features (auth, rate limits)
Use cases: OSINT collection, phishing simulations (defense), red team ops, API testing, analytics.
π GitHub: beladevo/redirector
π Full write-up: Medium article

Top comments (0)