Skip to content

Instantly share code, notes, and snippets.

@happz
Created May 24, 2012 20:04
Show Gist options
  • Save happz/2783890 to your computer and use it in GitHub Desktop.
Save happz/2783890 to your computer and use it in GitHub Desktop.
xhappz@catherine:~# nmap -sA -n 82.150.190.9
Starting Nmap 5.00 ( http://nmap.org ) at 2012-05-24 22:03 CEST
All 1000 scanned ports on 82.150.190.9 are filtered
Nmap done: 1 IP address (1 host up) scanned in 23.23 seconds
xhappz@catherine:~# nmap -sA -n -p 3389 82.150.190.9
Starting Nmap 5.00 ( http://nmap.org ) at 2012-05-24 22:04 CEST
Interesting ports on 82.150.190.9:
PORT STATE SERVICE
3389/tcp filtered ms-term-serv
Nmap done: 1 IP address (1 host up) scanned in 0.27 seconds
xhappz@catherine:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment