From c182e7291f60d28929ddccb3983e644d4e12a006 Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 30 Sep 2010 22:37:19 +0000 Subject: [PATCH] Add a task for adding CPE to OS detection. It isn't urgent, but something we're probably going to want to do at some point, assuming CPE retains its current momentum --- todo/nmap.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index 987866188..426dcb643 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -141,6 +141,18 @@ o Create Nmap wiki o Nmap book work [placeholder] +o Implement a solution for people who want NIST CPE OS detection + results (we'll save version detection for a 2nd phase). Notes: + David report on CPE for OS Detection: + http://seclists.org/nmap-dev/2010/q3/278 + David report on CPE for version detection: + http://seclists.org/nmap-dev/2010/q3/303 + Nessus has described their integration of CPE: + http://blog.tenablesecurity.com/2010/05/common-platform-enumeration-cpe-with-nessus.html. + Older messages about it: + http://seclists.org/nmap-dev/2008/q4/627 + http://seclists.org/nmap-dev/2010/q2/788 + o Make the nmap.header.tmpl wording a little more generic so it more clearly applies to Ncat, Zenmap, Nping, etc. Then use templatereplace.pl to apply those changes to the code. [Fyodor]