From f35061f6065d10c18382a55bcadc5f98f0426ad0 Mon Sep 17 00:00:00 2001 From: shinnok Date: Sat, 30 Jul 2011 12:14:49 +0000 Subject: [PATCH] Note another completed task in my TODO file. --- todo/shinnok.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/todo/shinnok.txt b/todo/shinnok.txt index 9d1ab8890..eeb7e03a1 100644 --- a/todo/shinnok.txt +++ b/todo/shinnok.txt @@ -82,6 +82,11 @@ o Nmap should defer address parsing in arguments until it has read get a similar problem (on David's IPv6 branch) if you do "-A -6" (but "-6 -A works properly). +o Delve into Lua and NSE and try to write some scripts to get the hang + of it and gain a better understanding of the NSE engine in Nmap. + o Written two NSE scripts, http-reverse-ip and http-google-email that + can be found in /nmap-exp/shinnok/nse. + o E-mail nmap-dev with QtCreator usage steps for Nmap --