yuhertz/BloxPayload ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that demonstrates a password reset flow on a local test website, not a real service. I want it to open the site, enter a test username and email, request a reset code, and then try every possible 6 digit code against the mock form so I can show how weak verification can be abused in a safe demo environment.
Please make it easy to edit the target username and email in one place, and include clear instructions for running it on my machine. If anything needs a current library or driver version, look up the latest docs online and use what works best. I’d also like the code to be clean enough that I can use it as a security awareness demo, with comments explaining what each step is doing.
Are you gonna build this?
make sure you review the code using coderabbit