diff options
author | salo <salo> | 2003-07-04 23:49:42 +0000 |
---|---|---|
committer | salo <salo> | 2003-07-04 23:49:42 +0000 |
commit | 274377ed44856f977caf03e39a87781489f7b085 (patch) | |
tree | e02fdaea99109b9db3ab2b1d9bc0f92a6719c9b3 /net | |
parent | 7d07c98803929b46c77f63c873ef7337cbe21384 (diff) | |
download | pkgsrc-274377ed44856f977caf03e39a87781489f7b085.tar.gz |
Updated to version 3.30.
Changes:
- Implemented the largest-ever OS fingerprint update! Roughtly 300
fingerprints were added/modified. These massive changes span the
gamut from AIX 5.1 to the ZyXEL Prestige broadband router line.
Notable updates include OpenBSD 3.3, FreeBSD 5.1, Mac OS X 10.2.6,
Windows 2003 server, and more WAPs and broadband routers than you
can shake a stick at. Someone even submitted a fingerprint for
Debian Linux running on the Microsoft Xbox. You have to love that
irony :). Thanks to everyone who submitted fingerprints using the
URL Nmap gives you when it gets a clean reading but is stumped.
The fingerprint DB now contains almost 1000 fingerprints.
- Went through every one of the fingerprints to normalize the
descriptions a bit. I also looked up what all of the devices are
(thanks E*Bay and Google!). Results like "Nexland ISB Pro800 Turbo"
and "Siemens 300E Release 6.5" are much more useful when you add the
words "cable modem" and "business phone system"
- Added a new classification system to nmap-os-fingerprints. In
addition to the standard text description, each entry is now
classified by vendor name (e.g. Sun), underlying OS (e.g. Solaris),
OS generation (e.g. 7), and device type ("general purpose", router,
switch, game console, etc). This can be useful if you want to (say)
locate and eliminate the SCO systems on a network, or find the
wireless access points (WAPs) by scanning from the wired side.
- Classification system described above is now used to print out a
"device type" line and OS categories for matches. The free-form
English details are still printed as well. Nmap can sometimes
provide classifications even where it used to provide nothing
because of "too many matches". These have been added to XML output
as well. They are not printed for the "grepable output", as I
consider that format deprecated.
- Nmap will now sometimes guess in the "no exact matches" case, even
if you don't use the secret --osscan_guess or -fuzzy options.
- Applied another huge NmapFE patch from Peter Marschall
(peter(a)adpm.de). This revamps the interface to use a tabbed
format that allows for many more Nmap options to be used. It also
cleans up some crufty parts of the code. Let Fyodor and Peter know
what you think (and if you encounter any problems).
- Windows and Amiga ports now use packet receive times from libpcap.
Let Fyodor know if you get any "time computation problem" errors.
- Updated version of the Russian man page translation from Alex Volkov
(alex(a)cherepovets-city.ru).
Diffstat (limited to 'net')
-rw-r--r-- | net/nmap/Makefile | 4 | ||||
-rw-r--r-- | net/nmap/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index caae16f346f..ea2f9bad76a 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2003/06/17 14:48:04 salo Exp $ +# $NetBSD: Makefile,v 1.25 2003/07/04 23:49:42 salo Exp $ # -DISTNAME= nmap-3.28 +DISTNAME= nmap-3.30 CATEGORIES= net security MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/nmap/distinfo b/net/nmap/distinfo index 84532c0423c..45ae0cf0101 100644 --- a/net/nmap/distinfo +++ b/net/nmap/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2003/06/17 14:48:04 salo Exp $ +$NetBSD: distinfo,v 1.12 2003/07/04 23:49:42 salo Exp $ -SHA1 (nmap-3.28.tar.bz2) = 9a97386b9448426b967a7ed91360c762f3eb23eb -Size (nmap-3.28.tar.bz2) = 880219 bytes +SHA1 (nmap-3.30.tar.bz2) = fe127f37ac8b0be9bc3f9b7dfaded91e2c7f160e +Size (nmap-3.30.tar.bz2) = 918954 bytes SHA1 (patch-aa) = 44dc9c98c8b032c7dc538ee89fcd42636f607f34 SHA1 (patch-ab) = 590271ab5edd85ec8304ae5ee2248c8249b42195 SHA1 (patch-ad) = 78b40e4840efc2c7d8b9ab94e0eedc4b47239304 |