scf13/ghostscan ? reverse-engineered prompt
Reverse engineered prompt
Build me a Kali Linux security scanning tool for my own sites and lab environments that helps me find the important issues without drowning me in noise.
I want it to scan a target, run common recon and web checks, and then rank the findings by real risk, confidence, and context so the most dangerous stuff shows up first. It should be able to run in different modes like a quiet passive mode, a normal balanced mode, and a more aggressive mode, and it should support generating a report at the end. If it finds things that combine into a bigger problem, like a login page plus SQL injection, it should call that out clearly instead of treating them as separate minor issues.
Please make it extensible too, so I can drop in custom Python checks later, and make sure one failed check does not stop the whole scan. If you need current docs or tool behavior, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit