From a07870678f9374023737e1b7c9b53e856ab46de5 Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 3 Jun 2010 09:15:18 +0000 Subject: [PATCH] Note that an item was finished by David --- todo/nmap.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index 895b83f0e..d39624e2f 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -25,13 +25,6 @@ o [NSE] Maybe we should create a class of scripts which only run one discovery, and then let the following phases work on the list it discovers." -o Add a configure option to our libpcap which enables an older Linux - packet capture system (David's noring patch). This is needed in - some cases for 32-bit static binaries to work on 64-bit Linux - systems. Note that it is unneccessary if both the build system and - the target system use Linux 2.6.27, as that has an architecture - independent tpacket_hdr (called tpacket2_hdr). - o [NSE] Write a couple more MSRPC scripts inspired by sysinternals: o Windows system logs (like sysinternals' psloglist) o Services (like sysinternals' psservice) @@ -598,6 +591,14 @@ o random tip database DONE: +o Add a configure option to our libpcap which enables an older Linux + packet capture system (David's noring patch). This is needed in + some cases for 32-bit static binaries to work on 64-bit Linux + systems. Note that it is unneccessary if both the build system and + the target system use Linux 2.6.27, as that has an architecture + independent tpacket_hdr (called tpacket2_hdr). [Added by David as + --disable-packet-ring] + o Test Jay Fink's UDP payload prototype. http://seclists.org/nmap-dev/2010/q1/168 [ tested, improved, merged by David]