mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixed a NSEDoc comment on http-header.nse
This commit is contained in:
parent
32db650a4b
commit
5136ad0668
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ Does a GET request for the root folder ("/"), and displays the HTTP headers retu
|
|||
-- | Connection: close
|
||||
-- |_ Content-Type: text/html;charset=ISO-8859-1
|
||||
--
|
||||
--@arg path The path to request, such as '/index.php'. Default: '/'.
|
||||
--@arg useget Set to force GET requests instead of HEAD.
|
||||
--@args path The path to request, such as '/index.php'. Default: '/'.
|
||||
--@args useget Set to force GET requests instead of HEAD.
|
||||
|
||||
|
||||
author = "Ron Bowes <ron@skullsecurity.org>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue