TechnoIndian/BugScanX ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python command line tool called BugScanX that helps me quickly check hosts, IPs, CIDR ranges, and text files full of targets. I want it to accept a single target or multiple targets, then scan them for things like open ports, ping response, TLS connection, reverse IP lookup, subdomain discovery, and basic HTTP checks like choosing the request method, checking the response, and setting timeout and thread count.

It should work nicely on Windows, Linux, macOS, and Android, and be simple to run from the terminal. I also want helper modes for converting a CIDR into IPs, turning a domain into IPv4 and IPv6, splitting a TXT file into usable chunks, and saving results in a sensible default location if I do not choose one. Make the output clear and readable, with progress and useful summaries. If you need to look up current Python docs or best practices for networking libraries, do that too.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab