diff --git a/scripts/hostmap-robtex.nse b/scripts/hostmap-robtex.nse index 36a40a395..c379a96a0 100644 --- a/scripts/hostmap-robtex.nse +++ b/scripts/hostmap-robtex.nse @@ -5,7 +5,7 @@ local string = require "string" local table = require "table" description = [[ -Tries to find hostnames that resolve to the target's IP address by querying the Robtex service at http://www.robtex.com/dns/. +Discovers hostnames that resolve to the target's IP address by querying the Robtex service at http://www.robtex.com/dns/. ]]; --- diff --git a/scripts/http-gitweb-projects-enum.nse b/scripts/http-gitweb-projects-enum.nse index d8be93c2a..366f1ef7d 100644 --- a/scripts/http-gitweb-projects-enum.nse +++ b/scripts/http-gitweb-projects-enum.nse @@ -6,7 +6,7 @@ local tab = require "tab" local table = require "table" description=[[ -Gets a list of Git projects, owners and descriptions from a gitweb. +Retrieves a list of Git projects, owners and descriptions from a gitweb (web interface to the Git revision control system). ]] ---