1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

http-headers uses HEAD by default, not GET.

This commit is contained in:
david
2013-01-25 17:43:27 +00:00
parent 6784954eee
commit ac2cf33113

View File

@@ -5,7 +5,7 @@ local stdnse = require "stdnse"
local table = require "table"
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.
]]
---