|
Nmap Development
mailing list archives
RE: Banner grabbing
From: "Brandon Enright" <bmenrigh () ucsd edu>
Date: Fri, 13 Jan 2006 00:34:14 -0800
Joshua D. Abraham wrote:
Hey Guys,
Currently, I am building a tool that is based on nmap. I would like to
be able to grab banners when performing an nmap scan. I looked briefly
at the code and I believe that the banners are being captured and not
displayed. Currently, I am using another tool to capture the banners
and I would like to depreciate this dependency. My skills in C/C++
are very rusty and I would really like to see this as a feature in
nmap.
Thanks,
Joshua Abraham
You are looking for the Service Version flag "-sV". Nmap will try a number
of different payloads depending on the port and attempt to match against a
list of regular expressions.
If you are also operating system fingerprinting with "-O" you may want to
use "-A" instead which turns on both "-O" and "-sV".
Hope that helps.
Brandon
--
Brandon Enright
UCSD ACS/Network Operations
bmenrigh () ucsd edu
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
By Date
By Thread
Current thread:
- Banner grabbing Joshua D. Abraham (Jan 12)
- RE: Banner grabbing Brandon Enright (Jan 13)
|