Created
June 9, 2012 22:36
-
-
Save steeve85/2902861 to your computer and use it in GitHub Desktop.
Nmap Dionaea stealthier scan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[steeve@omega ~]$ sudo nmap -sS -sV AAA.BBB.CCC.DDD | |
Starting Nmap 6.00 ( http://nmap.org ) at 2012-06-09 23:54 CEST | |
Nmap scan report for blah.blah.com (AAA.BBB.CCC.DDD) | |
Host is up (0.058s latency). | |
Not shown: 989 closed ports | |
PORT STATE SERVICE VERSION | |
21/tcp open ftp Microsoft ftpd | |
22/tcp open ssh OpenSSH 5.5p1 Debian 6+squeeze2 (protocol 2.0) | |
42/tcp open tcpwrapped | |
80/tcp open http? | |
135/tcp open msrpc? | |
443/tcp open ssl/https? | |
445/tcp open microsoft-ds? | |
1433/tcp open ms-sql-s Dionaea honeypot MS-SQL server | |
3306/tcp open mysql MySQL 5.0.54 | |
5060/tcp open sip (SIP end point; Status: 200 OK) | |
5061/tcp open ssl/sip (SIP end point; Status: 200 OK) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment