mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Modified scripts/script.db to show the http-fetch changes.
Added information about http-fetch to the CHANGELOG.
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# 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
|
o [NSE] http-drupal-modules was renamed to http-drupal-enum. Extended to
|
||||||
enumerate both themesa and modules of drupal installaions. [Gyanendra Mishra]
|
enumerate both themesa and modules of drupal installaions. [Gyanendra Mishra]
|
||||||
|
|
||||||
|
|||||||
@@ -169,6 +169,7 @@ Entry { filename = "http-errors.nse", categories = { "discovery", "intrusive", }
|
|||||||
Entry { filename = "http-exif-spider.nse", categories = { "intrusive", } }
|
Entry { filename = "http-exif-spider.nse", categories = { "intrusive", } }
|
||||||
Entry { filename = "http-favicon.nse", categories = { "default", "discovery", "safe", } }
|
Entry { filename = "http-favicon.nse", categories = { "default", "discovery", "safe", } }
|
||||||
Entry { filename = "http-feed.nse", categories = { "discovery", "intrusive", } }
|
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-fileupload-exploiter.nse", categories = { "exploit", "intrusive", "vuln", } }
|
||||||
Entry { filename = "http-form-brute.nse", categories = { "brute", "intrusive", } }
|
Entry { filename = "http-form-brute.nse", categories = { "brute", "intrusive", } }
|
||||||
Entry { filename = "http-form-fuzzer.nse", categories = { "fuzzer", "intrusive", } }
|
Entry { filename = "http-form-fuzzer.nse", categories = { "fuzzer", "intrusive", } }
|
||||||
|
|||||||
Reference in New Issue
Block a user