hexsecteam/admin-panel-finder ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that helps me find possible admin panels on a website.
I want it to read a list of common admin paths from a file called link.txt, then ask me for a target site like example.com and check those paths one by one. It should be fast and easy to use, with clear output that shows which URLs look valid. If it makes sense, add a small simple interface too since there’s a screenshot in the repo, but keep it lightweight and easy to run.
Please keep it straightforward so I can just drop in my own path list and run it with Python 3. Make sure it handles normal website formats cleanly, and give me helpful messages if something is missing or the target cannot be reached. This is for legitimate security testing only, so keep it focused on safe, basic discovery rather than anything aggressive.
Are you gonna build this?
make sure you review the code using coderabbit