MorDavid/BruteForceAI — reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool for authorized security testing of login pages I own. I want it to use an AI model to look at the page HTML, figure out the username, password, and submit selectors automatically, then run safe validation checks with sample credentials I provide. It should use a real browser, handle retries, detect page changes after login attempts, support proxies, random user agents, optional visible browser mode for debugging, and keep detailed timestamped logs in a local database with the option to save output to a file.
Please make it feel polished in the terminal, support local or cloud AI providers, and include simple commands to analyze targets, run tests, clean the database, and check for updates. Add webhook notifications for a successful authorized test result. Keep the defaults sensible, include clear help text, and make setup straightforward. If anything is unclear, look up current docs online and choose the simplest working approach.
Want more depth? Deep Reverse