From 7b83ec9370fbf0779be66e25630ed7f69543fce0 Mon Sep 17 00:00:00 2001 From: paulino Date: Tue, 5 Jul 2011 03:51:39 +0000 Subject: [PATCH] TODO update Accomplishments: * Added 117 new signatures to http-enum for a new total of 223! These new signatures are all from vulnerable web applications taken from exploit-db.com's archives from July 1 2009 until May 30 2011. I only checked advisories with more than 300 views to focus on the most popular apps and also did a quick Google search to make sure there are enough installations out there. * Researched about malware detection methods in HTTP servers. * Submitted http-default-accounts.nse to nmap-dev * Fixed a bug in http.lua. The argument 'http.pipeline' was not being read correctly. * Submitted http-unsafe-host.nse to nmap-dev * Added more signatures to http-default-accounts * Submitted http-wp-enum to nmap-dev Priorities: * Work on more NSE scripts * Polish documentation in all my scripts * Add more signatures to http-default-accounts --- todo/paulino.calderon.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/todo/paulino.calderon.txt b/todo/paulino.calderon.txt index 26c89d8a5..53ac68e6e 100644 --- a/todo/paulino.calderon.txt +++ b/todo/paulino.calderon.txt @@ -1,8 +1,15 @@ PENDING: --Add more signatures for http-default-accounts --Select new scripts to work on +-Write more signatures for http-default-accounts +-Select new scripts from queue and work on them +-Improve my documentation COMPLETED: +-Write http-wp-enum +-Write http-malware-host +-Write more signatures for http-default-accounts +-Research more about spidering +-Add more signatures for http-default-accounts +-Select new scripts to work on -Completed http-default-accounts -Added new signatures to http-enum -Work on the http-waf-detect