Skip to content

Instantly share code, notes, and snippets.

@gerhard
Created June 9, 2011 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerhard/b00fb694d4226173e328 to your computer and use it in GitHub Desktop.
Save gerhard/b00fb694d4226173e328 to your computer and use it in GitHub Desktop.
gerhard@gilles:~$ nmap -A 95.211.14.193
Starting Nmap 5.00 ( http://nmap.org ) at 2011-06-09 03:24 CEST
Interesting ports on lexi.lazu.co.uk (95.211.14.193):
Not shown: 996 filtered ports
PORT STATE SERVICE VERSION
21/tcp closed ftp
22/tcp open ssh OpenSSH 5.3p1 Debian 3ubuntu6 (protocol 2.0)
| ssh-hostkey: 1024 ab:9e:24:59:d3:e2:8f:24:ab:a4:f4:10:85:6c:13:c7 (DSA)
|_ 2048 3b:f0:81:2b:1a:bc:3e:56:34:3f:5f:d2:07:2a:4a:00 (RSA)
80/tcp open http Apache httpd 2
|_ html-title: Site doesn't have a title (text/html).
443/tcp open http Apache httpd 2
|_ html-title: 404 Not Found
Service Info: OS: Linux
Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 20.88 seconds
gerhard@gilles:~$ nmap -A 95.211.14.195
Starting Nmap 5.00 ( http://nmap.org ) at 2011-06-09 03:25 CEST
Note: Host seems down. If it is really up, but blocking our ping probes, try -PN
Nmap done: 1 IP address (0 hosts up) scanned in 3.10 seconds
################################################################
# doesn't feel like my machine, ping probes should go through...
################################################################
gerhard@gilles:~$ nmap -A -PN 95.211.14.195
Starting Nmap 5.00 ( http://nmap.org ) at 2011-06-09 03:25 CEST
Interesting ports on lexi.lazu.co.uk (95.211.14.195):
################################################################
# DEFINITELY NOT MY MACHINE, NUMBER OF PORTS IS DIFFERENT !!!
################################################################
Not shown: 999 filtered ports
PORT STATE SERVICE VERSION
21/tcp closed ftp
Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 8.29 seconds
gerhard@gilles:~$ nmap -A -PN 95.211.14.197
Starting Nmap 5.00 ( http://nmap.org ) at 2011-06-09 03:25 CEST
Interesting ports on lexi.lazu.co.uk (95.211.14.197):
Not shown: 996 filtered ports
PORT STATE SERVICE VERSION
21/tcp closed ftp
22/tcp open ssh OpenSSH 5.3p1 Debian 3ubuntu6 (protocol 2.0)
| ssh-hostkey: 1024 ab:9e:24:59:d3:e2:8f:24:ab:a4:f4:10:85:6c:13:c7 (DSA)
|_ 2048 3b:f0:81:2b:1a:bc:3e:56:34:3f:5f:d2:07:2a:4a:00 (RSA)
80/tcp open http Apache httpd 2
|_ html-title: Site doesn't have a title (text/html).
443/tcp open http Apache httpd 2
|_ html-title: 404 Not Found
Service Info: OS: Linux
Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 29.03 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment