1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 07:29:01 +00:00

Restore original docs for ip-forwarding.target.

It was hidden as a @param isntead of an @args.
This commit is contained in:
david
2013-01-24 18:11:06 +00:00
parent 67fdf7fd63
commit e77a084790

View File

@@ -24,13 +24,11 @@ to be on the LAN.
-- @usage -- @usage
-- sudo nmap -sn <target> --script ip-forwarding --script-args='target=www.example.com' -- sudo nmap -sn <target> --script ip-forwarding --script-args='target=www.example.com'
-- --
-- @args ip-forwarding.target the host to which to attempt forwarding (required).
--
-- @output -- @output
-- | ip-forwarding: -- | ip-forwarding:
-- |_ The host has ip forwarding enabled, tried ping against (www.example.com) -- |_ 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). -- requests (ping).
-- --