utkusen/socialhunter — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small command line security tool that takes a text file full of website URLs, crawls each site, and reports social media profile links that look broken or abandoned and could possibly be hijacked. It should focus on Twitter, Facebook, Instagram, and TikTok links, and it shouldn’t need API keys.

I want it to be simple to run from the terminal with a file input and a worker count, so I can control how many sites it checks at once. If I give it a URL like a blog path, it should only crawl under that path instead of the whole domain. The output should be easy to read, showing the source page, the social link found, the platform, and whether it looks broken.

Please build it in Go as a single practical CLI app. Add a helpful help screen, sane defaults, basic error handling, and clear logging. Also mention in the README that social platforms may block checks or change behavior, so results can be unreliable.

Want more depth? Deep Reverse