metasploit-framework/external/ratproxy
et b4cbe4ff8d Multiple bug fixes. Fixed query modules now resolved to correct function. Corrected in proxy and wmap code handling of RHOSTS as hostnames are not in use. Fixed reporting as target port was not handled properly and modules modified to reflect new wmap_target methods.
git-svn-id: file:///home/svn/framework3/trunk@5869 4d416f70-5f16-0410-b530-b9f4589650da
2008-11-10 04:38:05 +00:00
..
ratproxy_wmap.diff Multiple bug fixes. Fixed query modules now resolved to correct function. Corrected in proxy and wmap code handling of RHOSTS as hostnames are not in use. Fixed reporting as target port was not handled properly and modules modified to reflect new wmap_target methods. 2008-11-10 04:38:05 +00:00
readme.txt added MZ's ratproxy patch for wmap 2008-09-28 00:09:50 +00:00

readme.txt

Ratproxy v1.51
Passive web application security assessment tool

Author:   		MZ
URL:     		http://code.google.com/p/ratproxy/
Version:  		1.51

WMAP requirements:	Sqlite3 C dev library


1. Download ratproxy.
2. Uncompress source code.
3. Apply patch.

   patch -d ratproxy_dir < ratproxy_wmap.diff

4. Compile and run. 

Please read documentation/wmap.txt.          

-ET