except in mod_security2 rule

tincboy

Verified User
Joined
Aug 14, 2009
Messages
126
I want to make a mod_security2 rule which blocks "select" word in http packet but not "selected"
I've used the rule below but it doesn't act as I like

Code:
SecRule REQUEST_URI|REQUEST_HEADERS_NAMES|REQUEST_HEADERS|REQUEST_COOKIES|REQUEST_COOKIES_NAMES|REQUEST_FILENAME|ARGS_NAMES|ARGS|XML "@pm select !selected"

Any experiance in doing so?
 
I hope somebody here would help you. And while you're waiting for a reply, I'd suggest you asking the question on a specialized forums or mailing-lists, as there you'll probable be more lucky.
 
Back
Top