From 7ddb82d555279c464304ed830e21f04eaa10a28c Mon Sep 17 00:00:00 2001 From: david Date: Sat, 22 Sep 2012 16:54:31 +0000 Subject: [PATCH] Remove nonexistent @output from ipv6-ra-flood.nse. --- scripts/ipv6-ra-flood.nse | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/ipv6-ra-flood.nse b/scripts/ipv6-ra-flood.nse index 13f82b312..3eb526af2 100644 --- a/scripts/ipv6-ra-flood.nse +++ b/scripts/ipv6-ra-flood.nse @@ -15,9 +15,6 @@ description = [[ Generates a flood of Router Adverisments (RA) with randomized s -- @usage -- nmap -6 --script ipv6-ra-flood.nse -- nmap -6 --script ipv6-ra-flood.nse --script-args 'interface=' --- --- @output --- n/a author = "Adam Števko" license = "Same as Nmap--See http://nmap.org/book/man-legal.html"