moonD4rk/HackBrowserData — reverse-engineered prompt
Reverse engineered prompt
Build me a Go command line tool for security research that can scan the browsers on my own machine, show which browsers and profiles it finds, then export the data I choose into a results folder.
It should work on Windows, macOS, and Linux where possible, and support popular Chromium based browsers plus Firefox, with Safari on macOS. I want simple commands for dumping passwords, cookies, bookmarks, history, downloads, credit cards where supported, extensions, localStorage, and sessionStorage. Let me choose one browser or all browsers, one category or all categories, CSV or JSON output, a custom profile path, and an option to zip the results.
Please include clear help text, a version command, useful error messages, and a short README that explains legal use, permissions needed on macOS, and how to build from source. Keep it practical and easy to run from a terminal. Look up current browser storage details online if you need to.
Want more depth? Deep Reverse