akashblackhat/Admain-finder.py ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool that helps me find possible admin accounts on a target website or platform.
I want it to feel easy to run on Linux and Termux, so keep it lightweight and straightforward, with clear prompts and clean output. It should take a target URL or domain, check a list of common admin related paths or account names, and show me which ones look like they might exist. If something is found, highlight it clearly and save the results to a text file so I can review them later.
Please make it handle errors nicely, avoid crashing, and print a short summary at the end. If you need to look up current docs or best practices for requests and CLI handling, do that. Keep the code simple and practical, since this is meant to be a small utility I can run from the terminal.
Are you gonna build this?
make sure you review the code using coderabbit