Invicti-Security/netsparker-custom-security-checks — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a community style collection of custom Invicti Standard security check scripts in JavaScript. I want it to help security teams add extra vulnerability detection to their scans, with separate folders for checks like known CVEs, WordPress username enumeration, WordPress XML RPC issues, sensitive data exposure, vulnerable Adminer scripts, output encoding problems, relative path override, and backdoor or plugin checks.

Each check should have a clear script that Invicti can run, plus a small readme that explains what it looks for, when to use it, and any safe notes for testing. Include examples for active checks, passive checks, singular checks, and per directory checks, using the Invicti custom scripting style with attacks arrays and analyze functions.

Add a main README that explains what the repo is, how to copy the script folders into the Netsparker Scripts folder, what Invicti version is needed, and how people can contribute new checks. Look up the current Invicti docs online if you need to.

Want more depth? Deep Reverse