> scan_me.txt

Illustrative example, not a live scan of any real host. Swap in your own actual (authorized!) results if you want this to be real.

$ nmap -sV example.tld

Starting Nmap ( https://nmap.org )
Nmap scan report for example.tld
Host is up (0.014s latency).

PORT    STATE SERVICE  VERSION
22/tcp  open  ssh      OpenSSH 9.x (protocol 2.0)
80/tcp  open  http     redirects to 443
443/tcp open  https    TLS 1.3, cert via Let's Encrypt

Nmap done: 1 IP address (1 host up) scanned
    

Nothing juicy on purpose — no admin panels, no database ports, no version strings worth grepping for exploits. If your real scan looks like this, that's the goal.

< back