DV64/Find-The-Admin-Panel ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python tool that scans a website and tries to find admin panels, login pages, and other hidden admin style URLs.

I want it to take a target site from the command line, check a big built in list of common paths, and show me which ones look real versus fake. It should support a few scan styles, like a fast mode, a quieter mode, and a more thorough mode. Please include path fuzzing too, so it can try common variations like different file endings, backup names, and case changes.

It would be great if it can use a proxy, limit request speed so it does not hammer the site, and keep track of progress while it runs. I also want it to save results in a few formats like JSON, HTML, CSV, or text, and have clear logging so I can see what it found.

Please set up sensible defaults, read settings from a config file if needed, and make the interface easy to use from the terminal. If you need current library details, look them up online first.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab