Filtering sql injection in WebGoat

Hi all,

i hope i can get some help here,
Im doing project to filter sql injection in WebGoat. the project requirement is to install proxy server to filter the sql injection. currently, i install squid + dansguardian in my ubuntu server, but i found out that dansguardian can only filter outgoing connection. Since sql injection filter ingoing connection i cannot enhance dansguardian to filter ingoing… i could not find other content filter that can be match with squid and filter sql injection. i hope anyone can help me here.thank you

I don’t know what WebGoat is, but I think that you need this:
http://www.greensql.net/
Aside from obvious part that you need to fix the code for injection not to be possible.
I found out what WebGoat is :smiley: http://www.owasp.org/index.php/Category:OWASP_WebGoat_Project

green sql doest not work well with my ubuntu~