mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Previously they were a flat list intermixing human-readable names and
CPE strings. Now they reflect the structure that we use to represent
them. In brief:
host.os = {
{
name = "Microsoft Windows XP",
classes = {
{
vendor = "Microsoft",
osfamily = "Windows",
osgen = "XP",
type = "general purpose",
cpe = {
"cpe:/o:microsoft:windows_xp"
}
},
... more classes ...
},
},
... more OS matches ...
}
|
||
|---|---|---|
| .. | ||
| licenses | ||
| man-xlate | ||
| 3rd-party-licenses.txt | ||
| committers.txt | ||
| device-types.txt | ||
| leet-nmap-ascii-art.txt | ||
| legal-notices.xml | ||
| nmap-install.xml | ||
| nmap-man-enclosure.xml | ||
| nmap-update.1 | ||
| nmap-update.xml | ||
| nmap-usage.xml | ||
| nmap.1 | ||
| nmap.dtd | ||
| nmap.usage.txt | ||
| nmap.xsl | ||
| nmap_gpgkeys.txt | ||
| nse-scripts.dtd | ||
| README | ||
| refguide.xml | ||
| sample-script.nse | ||
| scripting.xml | ||
| win32-installer-zenmap-buildguide.txt | ||
| zenmap.1 | ||
| zenmap.xml | ||
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).