From fca2f90143a55af11d2302ad2187502b49d73b73 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 17 Feb 2010 00:49:47 +0000 Subject: [PATCH] Add a couple more pending script reviews to TODO. --- docs/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/TODO b/docs/TODO index 6f5db2bc6..cdd9316cf 100644 --- a/docs/TODO +++ b/docs/TODO @@ -24,6 +24,12 @@ o The -v and -d arguments should take the same syntax. Right now you use -vvv vs. -d3. We should probably just make either approach work with either of them. +o Review afp-serverinfo.nse from Andrew Orr. + http://seclists.org/nmap-dev/2010/q1/470 + +o Review pgsql-brute.nse from Patrik Karlsson. + http://seclists.org/nmap-dev/2010/q1/455 + 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]