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)