mirror of
https://github.com/nmap/nmap.git
synced 2025-12-12 02:39:03 +00:00
http-headers uses HEAD by default, not GET.
This commit is contained in:
@@ -5,7 +5,7 @@ local stdnse = require "stdnse"
|
|||||||
local table = require "table"
|
local table = require "table"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Performs a GET request for the root folder ("/") of a web server and displays the HTTP headers returned.
|
Performs a HEAD request for the root folder ("/") of a web server and displays the HTTP headers returned.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user