Skip to content

Instantly share code, notes, and snippets.

@kohsuke
Created May 26, 2012 00:51
Show Gist options
  • Select an option

  • Save kohsuke/2791532 to your computer and use it in GitHub Desktop.

Select an option

Save kohsuke/2791532 to your computer and use it in GitHub Desktop.
% nmap -P0 -p 22 repo-internal.cloudbees.com
Starting Nmap 5.21 ( http://nmap.org ) at 2012-05-25 17:51 PDT
Nmap scan report for repo-internal.cloudbees.com (184.73.168.54)
Host is up.
rDNS record for 184.73.168.54: ec2-184-73-168-54.compute-1.amazonaws.com
PORT STATE SERVICE
22/tcp filtered ssh
Nmap done: 1 IP address (1 host up) scanned in 2.10 seconds
@kohsuke
Copy link
Author

kohsuke commented May 26, 2012

% nmap -P0 -p 22 10.85.94.94

Starting Nmap 5.21 ( http://nmap.org ) at 2012-05-25 17:53 PDT
Nmap scan report for 10.85.94.94
Host is up.
PORT STATE SERVICE
22/tcp filtered ssh

Nmap done: 1 IP address (1 host up) scanned in 2.03 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment