From 4eced641cf7c37b3a3969d66048f2b72d104760d Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 1 Nov 2011 00:23:19 +0000 Subject: [PATCH] add a task for letting nmap.send_Ip take explicit interface address --- todo/nmap.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index f27371a11..643e183c3 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -35,6 +35,12 @@ o Make sure we update everywhere relevant (e.g. refguide, etc.) to http://www.csie.ntu.edu.tw/~cjlin/liblinear/COPYRIGHT - David has added it to 3rd-party-licenses.txt +o Change the interface of nmap.send_ip to take an explicit destination + address. It currently extracts the destination from the packet buffer, + which does not have enough information to reconstruct link-local + addresses. See r26621 for a similar change that was made to Nmap + internals. + o Process Nmap survey and send out results [Fyodor] o Make new SecTools.Org site with the 2010 survey results.