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:
@@ -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.
|
||||
]]
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user