From 7b6b1f691c46e1dd9bfcd9c3f32d963bfb61584a Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 7 Jun 2012 09:15:39 +0000 Subject: [PATCH] A couple more minor description updates that I forgot to checkin last time --- scripts/hostmap-robtex.nse | 2 +- scripts/http-gitweb-projects-enum.nse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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). ]] ---