Nmap Development mailing list archives

http-trace update


From: Paulino Calderon <paulino () calderonpale com>
Date: Mon, 13 Jun 2011 23:54:05 -0700

Hi nmap-dev,

Here is my new version of http-trace. This new version was created to fix some issues that were discussed a while ago:
    * http://seclists.org/nmap-dev/2010/q2/295
    * http://seclists.org/nmap-dev/2007/q3/327
    * http://seclists.org/nmap-dev/2007/q4/610

    Features:
* This version will always show you if TRACE is enabled (Current http-trace only shows headers that are different from the original response causing confusion in cases where TRACE is not reported as enabled because the host did not return any additiona headers)
    * Supports redirects.

description = [[
Sends an HTTP TRACE request and shows if the method TRACE is enabled and returns the header fields that were modified in the response.
]]

---
-- @usage
-- nmap --script http-trace <ip>
--
-- @output
-- 80/tcp open  http    syn-ack
-- | http-trace: TRACE is enabled
-- | Headers:
-- | Date: Tue, 14 Jun 2011 04:41:28 GMT
-- | Server: Apache
-- | Connection: close
-- | Transfer-Encoding: chunked
-- |_Content-Type: message/http
--
-- @args http-trace.path Path to URI

Attachment: http-trace.nse
Description:

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: