![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.security.firewalls archiveRe: Block google page cache at firewall?
From: Secure Buddha <securebuddha@gmail.com>
Date: Sat Apr 08 2006 - 15:18:19 CEST
In the case of blocking obfuscated strings such as hexadecimal
Something such as:
\x[:printxdigit:][:printxdigit:]([:printxdigit:])?
This should match against \xNN where N is a hexadecimal character; as
|