mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +00:00
Fixes incorrect argument name in documentation
This commit is contained in:
@@ -27,14 +27,14 @@ only the potentially risky methods are shown.
|
|||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
-- @args http.url-path The path to request. Defaults to
|
-- @args http-methods.url-path The path to request. Defaults to
|
||||||
-- <code>/</code>.
|
-- <code>/</code>.
|
||||||
-- @args http.retest If defined, do a request using each method
|
-- @args http-methods.retest If defined, do a request using each method
|
||||||
-- individually and show the response code. Use of this argument can
|
-- individually and show the response code. Use of this argument can
|
||||||
-- make this script unsafe; for example <code>DELETE /</code> is
|
-- make this script unsafe; for example <code>DELETE /</code> is
|
||||||
-- possible. All methods received through options are tested with generic
|
-- possible. All methods received through options are tested with generic
|
||||||
-- requests. Saved status lines are shown for rest.
|
-- requests. Saved status lines are shown for rest.
|
||||||
-- @args http.test-all If set true tries all the unsafe methods as well.
|
-- @args http-methods.test-all If set true tries all the unsafe methods as well.
|
||||||
--
|
--
|
||||||
-- @output
|
-- @output
|
||||||
-- PORT STATE SERVICE REASON
|
-- PORT STATE SERVICE REASON
|
||||||
@@ -44,7 +44,7 @@ only the potentially risky methods are shown.
|
|||||||
--
|
--
|
||||||
-- @usage
|
-- @usage
|
||||||
-- nmap --script http-methods <target>
|
-- nmap --script http-methods <target>
|
||||||
-- nmap --script http-methods --script-args http.url-path='/website' <target>
|
-- nmap --script http-methods --script-args http-methods.url-path='/website' <target>
|
||||||
--
|
--
|
||||||
-- @xmloutput
|
-- @xmloutput
|
||||||
-- <table key="Supported Methods">
|
-- <table key="Supported Methods">
|
||||||
|
|||||||
Reference in New Issue
Block a user