1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 17:59:04 +00:00

Update http-headers output.

This commit is contained in:
david
2013-01-25 17:43:28 +00:00
parent ac2cf33113
commit 60600a5a77

View File

@@ -10,20 +10,17 @@ Performs a HEAD request for the root folder ("/") of a web server and displays t
--- ---
-- @output -- @output
-- Interesting ports on scanme.nmap.org (64.13.134.52):
-- PORT STATE SERVICE -- PORT STATE SERVICE
-- 80/tcp open http syn-ack -- 80/tcp open http
-- | http-headers: -- | http-headers:
-- | | HTTP/1.1 200 OK -- | Date: Fri, 25 Jan 2013 17:39:08 GMT
-- | | Date: Tue, 10 Nov 2009 01:25:11 GMT -- | Server: Apache/2.2.14 (Ubuntu)
-- | | Server: Apache/2.2.9 (Unix) PHP/5.2.10 -- | Accept-Ranges: bytes
-- | | Last-Modified: Sat, 11 Oct 2008 15:22:21 GMT -- | Vary: Accept-Encoding
-- | | ETag: "90013-e3d-458fbd508c540" -- | Connection: close
-- | | Accept-Ranges: bytes -- | Content-Type: text/html
-- | | Content-Length: 3645 -- |
-- | | Connection: close -- |_ (Request type: HEAD)
-- | | Content-Type: text/html
-- |_ |_ (Request type: HEAD)
-- --
--@args path The path to request, such as <code>/index.php</code>. Default <code>/</code>. --@args path The path to request, such as <code>/index.php</code>. Default <code>/</code>.
--@args useget Set to force GET requests instead of HEAD. --@args useget Set to force GET requests instead of HEAD.