From e77a08479013e1e37435c4be4c0f670e294876d2 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 24 Jan 2013 18:11:06 +0000 Subject: [PATCH] Restore original docs for ip-forwarding.target. It was hidden as a @param isntead of an @args. --- scripts/ip-forwarding.nse | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/ip-forwarding.nse b/scripts/ip-forwarding.nse index 78efa033b..d39d252d0 100644 --- a/scripts/ip-forwarding.nse +++ b/scripts/ip-forwarding.nse @@ -24,13 +24,11 @@ to be on the LAN. -- @usage -- sudo nmap -sn --script ip-forwarding --script-args='target=www.example.com' -- --- @args ip-forwarding.target the host to which to attempt forwarding (required). --- -- @output -- | ip-forwarding: -- |_ The host has ip forwarding enabled, tried ping against (www.example.com) -- --- @param ip-forwarding.target a LAN or routed target responding to ICMP echo +-- @args ip-forwarding.target a LAN or routed target responding to ICMP echo -- requests (ping). --