Re: [mod-security-users] (no subject)
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-11-26 18:08:49
|
Diego Pellegrino wrote: > Hi. I need that mod_security decode and applies rules filters to > arguments codified in base64. Those arguments are passed > like: > http://www.blablabla.com?name=XYWXZXWZ > where XYWXZXWZ is base64 encoded. > how can i do that? By changing the source code. Since you are probably after a quick & dirty solution, you could change the function parse_arguments to base64-decode parameter values (if a valid base64 encoding is detected). -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |