diff --git a/CHANGELOG b/CHANGELOG index c23098bb1..a1b54c4d3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ # Nmap Changelog ($Id$); -*-text-*- +o [NSE] Added script http-fetch. This script can be used to fetch all files + from the target, specific files from the target or files that match a given + pattern. [Gyanendra Mishra] + o [NSE] http-drupal-modules was renamed to http-drupal-enum. Extended to enumerate both themesa and modules of drupal installaions. [Gyanendra Mishra] diff --git a/scripts/script.db b/scripts/script.db index 6c4775598..957476590 100644 --- a/scripts/script.db +++ b/scripts/script.db @@ -169,6 +169,7 @@ Entry { filename = "http-errors.nse", categories = { "discovery", "intrusive", } Entry { filename = "http-exif-spider.nse", categories = { "intrusive", } } Entry { filename = "http-favicon.nse", categories = { "default", "discovery", "safe", } } Entry { filename = "http-feed.nse", categories = { "discovery", "intrusive", } } +Entry { filename = "http-fetch.nse", categories = { "safe", } } Entry { filename = "http-fileupload-exploiter.nse", categories = { "exploit", "intrusive", "vuln", } } Entry { filename = "http-form-brute.nse", categories = { "brute", "intrusive", } } Entry { filename = "http-form-fuzzer.nse", categories = { "fuzzer", "intrusive", } }