From 7d34d8c529bf48de39364b9e83c054f1d7f7147b Mon Sep 17 00:00:00 2001 From: patrik Date: Fri, 16 Mar 2012 19:29:40 +0000 Subject: [PATCH] updated script documentation --- scripts/stun-info.nse | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/stun-info.nse b/scripts/stun-info.nse index bd09fb05b..adcdd8b87 100644 --- a/scripts/stun-info.nse +++ b/scripts/stun-info.nse @@ -1,6 +1,5 @@ description = [[ -Retrieves the external IP address of a NAT:ed host using the STUN Classic -protocol. +Retrieves the external IP address of a NAT:ed host using the STUN protocol. ]] ---