mirror of
https://github.com/nmap/nmap.git
synced 2026-01-31 10:39:02 +00:00
Change CPE from cpe:/o:linux:kernel to cpe:/o:linux:linux_kernel.
This reflects a deprecation in the official CPE dictionary, which seems
to have happened on 2012-03-08.
<cpe-item deprecation_date="2012-03-08T20:00:15.120Z" deprecated_by="cpe:/o:linux:linux_kernel:2.6.0" deprecated="true" name="cpe:/o:linux:kernel:2.6.0">
<title xml:lang="en-US">Linux Kernel 2.6.0</title>
<meta:item-metadata modification-date="2012-03-08T20:00:15.120Z" status="DRAFT" deprecated-by-nvd-id="35565" nvd-id="91585" />
</cpe-item>
This commit is contained in:
@@ -113,7 +113,7 @@ PORT STATE SERVICE VERSION
|
||||
9929/tcp open nping-echo Nping echo
|
||||
Device type: general purpose
|
||||
Running: Linux 2.6.X
|
||||
OS CPE: cpe:/o:linux:kernel:2.6.39
|
||||
OS CPE: cpe:/o:linux:linux_kernel:2.6.39
|
||||
OS details: Linux 2.6.39
|
||||
Network Distance: 11 hops
|
||||
Service Info: OS: Linux; CPE: cpe:/o:linux:kernel
|
||||
@@ -2065,7 +2065,7 @@ way.</para>
|
||||
etc). Most fingerprints also have a Common Platform Enumeration
|
||||
(CPE)<indexterm><primary>Common Platform Enumeration</primary><secondary>operating system</secondary></indexterm>
|
||||
representation, like
|
||||
<literal>cpe:/o:linux:kernel:2.6</literal>.</para>
|
||||
<literal>cpe:/o:linux:linux_kernel:2.6</literal>.</para>
|
||||
|
||||
<para>If Nmap is unable to guess the OS of a machine, and
|
||||
conditions are good (e.g. at least one open port and one closed
|
||||
|
||||
Reference in New Issue
Block a user