diff --git a/CHANGELOG b/CHANGELOG index dede1fa80..c23098bb1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] http-drupal-modules was renamed to http-drupal-enum. Extended to + enumerate both themesa and modules of drupal installaions. [Gyanendra Mishra] + o [GH#196] Fix raw packet sending on FreeBSD 10.0 and later. FreeBSD changed byte order of the IPv4 stack, so SYN scan and other raw packet functions were broken. [Edward NapieraƂa] Also reported in [GH#50] by Olli Hauer. diff --git a/scripts/script.db b/scripts/script.db index 5fc0716a3..6c4775598 100644 --- a/scripts/script.db +++ b/scripts/script.db @@ -161,8 +161,8 @@ Entry { filename = "http-devframework.nse", categories = { "discovery", "intrusi Entry { filename = "http-dlink-backdoor.nse", categories = { "exploit", "vuln", } } Entry { filename = "http-dombased-xss.nse", categories = { "exploit", "intrusive", "vuln", } } Entry { filename = "http-domino-enum-passwords.nse", categories = { "auth", "intrusive", } } +Entry { filename = "http-drupal-enum.nse", categories = { "discovery", "intrusive", } } Entry { filename = "http-drupal-enum-users.nse", categories = { "discovery", "intrusive", } } -Entry { filename = "http-drupal-modules.nse", categories = { "discovery", "intrusive", } } Entry { filename = "http-email-harvest.nse", categories = { "discovery", "safe", } } Entry { filename = "http-enum.nse", categories = { "discovery", "intrusive", "vuln", } } Entry { filename = "http-errors.nse", categories = { "discovery", "intrusive", } }