andboss25/YAW-CPT ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python tool that crawls a website and helps with web pentesting by automatically figuring out what each link is before it follows it.

I want it to pull links from normal page content and from scripts too, then sort them into useful groups like CSS, API, external links, and anything else that looks relevant. It should support TOR, and it should be able to keep going through discovered links while avoiding obvious junk or duplicates.

Please also add a simple scoring or confidence system so the tool can rank links by how interesting or suspicious they seem, and send requests when needed to help make that decision. If you can, add some caching so it does not waste time hitting the same stuff over and over.

Make the tool clean and easy to run from one main entry point, and update the docs so someone can understand how to use it. Look up current docs online if you need to.