From 656109a31f0d5749e633d46f38daf78043769284 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 13 Mar 2011 02:02:29 +0000 Subject: [PATCH] Add a link to Nping Echo Mode documentation. --- scripts/nping-brute.nse | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/nping-brute.nse b/scripts/nping-brute.nse index 1754400a8..be9d82c58 100644 --- a/scripts/nping-brute.nse +++ b/scripts/nping-brute.nse @@ -1,5 +1,8 @@ description = [[ -Performs brute force password auditing against the nping echo service. +Performs brute force password auditing against the Nping Echo service. + +See http://nmap.org/book/nping-man-echo-mode.html for Echo Mode +documentation. ]] ---