mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove some http headers that http.lua sets already.
This commit is contained in:
parent
ec120db54f
commit
9c04123ad5
1 changed files with 0 additions and 2 deletions
|
|
@ -54,9 +54,7 @@ local function get_response(host, port, folder)
|
|||
|
||||
local options = {
|
||||
header = {
|
||||
Host = host.ip,
|
||||
Connection = "close",
|
||||
["User-Agent"] = "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)",
|
||||
["Content-Type"] = "application/xml",
|
||||
},
|
||||
content = webdav_req
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue