krishpranav/maigret — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Rust command line app called maigret that helps someone investigate usernames across a large list of social networks and websites. I want to type one username or several usernames and have it quickly check the site database, show which profiles exist, print the links it finds, and finish with a clean summary showing found count, checked count, and time taken.

Make the terminal output feel polished, with colors, progress, a nice banner, and a verbose mode that can also show sites where nothing was found. Add options to check only one specific site, use a custom database file, update the site database, and run a test mode that validates site configs.

Please include privacy and evidence collection options too, like using Tor through the normal local proxy, taking screenshots of found profiles with Chrome if available, and downloading profile content where supported. Keep it fast with async scanning and sensible worker limits. Look up current Rust docs online if needed.

Want more depth? Deep Reverse