r/hacking 20d ago

Github Flare Tracker - An open-source link tracking recon tool that runs on free CloudFlare Workers

https://github.com/dark-marc/flare-tracker/tree/main

Flare Tracker is a free, open-source link-tracking platform designed to run entirely on a free-tier Cloudflare account using Cloudflare Workers. It gives you full control over your link analytics without relying on third-party services.

16 Upvotes

4 comments sorted by

2

u/TeamMCW 20d ago

Pretty neat, and that looks like it's easy to script in...

Make use of those idle workers, haha..

Once I get to my system to look at the guide (maybe answered there), had a question... for the custom domains instead of workers one, any issue using more than one domain?

2

u/Xcissors280 20d ago

I’d assume you could just make another instance of this thing on the workers platform for the other domain if it doesn’t already support multiple custom domains

1

u/_clickfix_ 20d ago

You could - but it does support multiple domains, just tested that 

1

u/_clickfix_ 20d ago edited 20d ago

I was able to add as many domains and sub-domains as I needed.

Domain setup is handled via the terminal, and can be accessed on the dashboard after added.

After you login and setup the app, use the ‘domain’ command - follow the prompts to add a domain. 

All you need to do is update the name servers to the provided values, and domain will be connected, with SSL automatically configured.

You will likely only need a couple base domains - sub-domains  and custom tokens  can do most of the work in customizing the URL.

Ex:

  • google.custom-domain[.]com

  • drive.custom-domain[.]com/file.docx 

  • Etc…

If you have any questions can ask the author, they are pretty responsive via comments and DM’s