Thursday 29 September 2011

OWASP The Open Web Application Security Project


OWASP The Open Web Application Security Project



The Hatkit Proxy is an intercepting http/tcp proxy which is based on the Owasp Proxy.
The primary purpose of the Hatkit Proxy is to create a minimal, lightweight proxy which stores traffic into an offline storage where further analysis can be performed, i.e. all kinds of analysis which is currently implemented by the proxies themselves (webscarab/burp/paros etc).
Also, since the http traffic is stored in a MongoDB, the traffic is stored at an object-level, retaining the structure of the parsed traffic



Hatkit proxy features

  1. The additions which have been implemented on top of Owasp Proxy are:
  2. Swing-based UI,
  3. Interception capabilities with manual edit, both for TCP and HTTP traffic,
  4. Syntax highlightning (html/form-data/http) based on JFlex,
  5. Storage of http traffic into MongoDB database,
  6. Possibilities to intercept in Fully Qualified mode (like all other http-proxies) OR Non-fully qualified mode. The latter means that interception is performed *after* the host has been parsed, thereby enabling the user to submit non-valid http content.
  7. A set of filters to either ignore or process traffic which is routed to the proxy. The 'ignored' traffic will be streamed to the endpoint with minimal impact on performance.
Download Here:

0 comments:

Post a Comment

 
Related Posts Plugin for WordPress, Blogger...