mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +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:
parent
53b4fdcf0a
commit
cd90838c2e
6 changed files with 938 additions and 934 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1701,9 +1701,9 @@ host.os = {
|
|||
<programlisting>
|
||||
Fingerprint Linux 2.6.32 - 3.2
|
||||
Class Linux | Linux | 2.6.X | general purpose
|
||||
CPE cpe:/o:linux:kernel:2.6
|
||||
CPE cpe:/o:linux:linux_kernel:2.6
|
||||
Class Linux | Linux | 3.X | general purpose
|
||||
CPE cpe:/o:linux:kernel:3
|
||||
CPE cpe:/o:linux:linux_kernel:3
|
||||
</programlisting>
|
||||
|
||||
<para>
|
||||
|
|
@ -1720,14 +1720,14 @@ host.os = {
|
|||
osfamily = "Linux",
|
||||
osgen = "2.6.X",
|
||||
type = "general purpose",
|
||||
cpe = { "cpe:/o:linux:kernel:2.6" }
|
||||
cpe = { "cpe:/o:linux:linux_kernel:2.6" }
|
||||
},
|
||||
{
|
||||
vendor = "Linux",
|
||||
osfamily = "Linux",
|
||||
osgen = "3.X",
|
||||
type = "general purpose",
|
||||
cpe = { "cpe:/o:linux:kernel:3" }
|
||||
cpe = { "cpe:/o:linux:linux_kernel:3" }
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue