mrtan-official/Nmap-scaning — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python command line tool that makes Nmap easier to use for security testing. I want it to feel interactive, not like I have to remember a bunch of commands. When I run it, it should show a clean colorful menu, ask me for the target, let me pick the type of scan, then let me choose how fast or quiet the scan should be using the normal Nmap timing options from T0 to T5.

Please include common scan choices like SYN scan, version detection, OS detection, vulnerability scan using Nmap vuln scripts, aggressive scan, firewall or IDS detection, and other useful security audit scans. Show the exact scan being run, run it safely through Nmap, and print the results in a readable way.

Also add a simple version checker that can compare the local version with the GitHub version file. Make it work on Linux and Windows as much as possible, and clearly warn that Nmap must be installed first and that it should only be used on authorized targets.

Want more depth? Deep Reverse