From 0c115c7fa8f4d62c9bf0ab9f70168276739c88d8 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 17 Jan 2012 21:59:07 +0000 Subject: [PATCH] note a finished task --- todo/nmap.txt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index 0f150a8bb..20341361d 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -19,15 +19,7 @@ o Add options in configure script for users to specify where to find dependencies). See this mail: http://seclists.org/nmap-dev/2012/q1/37 -o Do more thinking/researching/investigating the way our machine - learning IPv6 OS detection system decides whether a match is perfect - and/or how close the match is. Maybe our current system works well - enough, we'll need to watch how it performs as we increase the DB - size and collect/integrate more signatures. The goal is to: - o Producing fewer way-off matches since it would have a way (like our - current system) to decide how close the match really is - o Doing a better job about printing fingerprints for matches with - aren't close enough +o Document the new IPv6 OS detection novelty system in os-detection.xml o Write and send GSoC 2011 results email @@ -732,6 +724,16 @@ o random tip database DONE: +o Do more thinking/researching/investigating the way our machine + learning IPv6 OS detection system decides whether a match is perfect + and/or how close the match is. Maybe our current system works well + enough, we'll need to watch how it performs as we increase the DB + size and collect/integrate more signatures. The goal is to: + o Producing fewer way-off matches since it would have a way (like our + current system) to decide how close the match really is + o Doing a better job about printing fingerprints for matches with + aren't close enough + o Improve the "run Zenmap as root" menu item to work on distributions without su-to-root. We might even want to improve Zenmap so that it itself does not have to run as root, and just executes Nmap that