shivamksharma/DevBrute ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool called DevBrute that helps with authorized authentication testing for web apps and social media login pages.
I want to be able to give it a target service or login URL, a username, a wordlist file, and a delay between attempts, then have it try each password and print clear results as it goes. It should show the HTTP status code, response size, and whether the response looks like a success, failure, redirect, or something unusual. Please make the output easy to read in the terminal, with a verbose mode for more details.
It should also support simple evasion features like rotating user agents, optional proxy use, basic rate limiting, and tracking response patterns so it can spot possible success based on redirects or size changes. Make it installable and runnable on Linux, and keep the code organized so it is easy to maintain. If you need to look up current docs or libraries online, feel free to do that.
Are you gonna build this?
make sure you review the code using coderabbit