puj790201-lab/cve-2026-61511 ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python tool for checking CVE 2026 61511 against a list of targets in batch.

I want to be able to give it a file of hosts or URLs, run it once, and get a clear result for each target like vulnerable, not vulnerable, or error. It should handle bad inputs gracefully, keep going if one target fails, and save the results in a readable format like a text or CSV file.

Please make it easy to run from the command line, with sensible defaults and a few useful options for things like the input file, output file, and any request settings it needs. If you need to confirm how the CVE is usually tested or what the current exploit check should look like, look up the latest info online first.

Keep the script straightforward and practical, with clean code and comments where helpful. If it makes sense, include a small example of how to use it.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab