ratproxy
ratproxy copied to clipboard
Automatically exported from code.google.com/p/ratproxy
``` Google Code service is closing. Do you have plans to move this project to GitHub or similar hosting service? ``` Original issue reported on code.google.com by `[email protected]` on 30...
``` What steps will reproduce the problem? 1. Compile on Windows 7 2. Run ratproxy with ratproxy -v testout -w testoutfile -d "http://www.domain.com" -lfscm 3. See error What is the...
``` I am running $ ./ratproxy -v DELME -w report -d www.okiok.com –lfscmxt But I cannot generate the report. The report file is properly generated $ ./ratproxy-report.sh ./ratproxy-report.sh: line 29:...
``` I compiled ratproxy using Cygwin following this guideline: http://www.butterdev.com/web-security/2008/07/google-ratproxy-web-application-se curity-audit-tool/ When I ran Make with flag -Wno-pointer-sign removed I got this error cc ratproxy.c -o ratproxy -Wall -O3 -D_GNU_SOURCE...
``` Hello, I'm trying to use RatProxy to test my Web application. But sometimes, RatProxy break my requests and there is the following message : *** glibc detected *** ./ratproxy:...
``` 1. generate some report with ratproxy-report with POST requests 2. click on some POST link When forms are openning in new windows you can stay and read current report...
``` What steps will reproduce the problem? When tests web-server on not standart ports like 80 and 443 you will see such warning: "[!] WARNING: Access to this port denied."...
``` I'm not sure why ratproxy detects JavaScript code with MIME type "application/javascript" as "application_javascript". Is there some valid reason for this? This leads to the following warnings in the...
``` ratproxy-report.sh has a comment TODO: Use standalone stylesheets to conserve bytes. Attached are files: ratproxy-report.sh: creates a valid XHTML report file that looks very close to the original, using...
``` The MiTM SSL Proxy only works if ratproxy is started from the ratproxy root. In my setup it was called from a view scripts: /home/user1/ratproxy is the ratproxy install...