Re: Block google page cache at firewall?
- From: "Secure Buddha" <securebuddha@xxxxxxxxx>
- Date: 8 Apr 2006 06:18:19 -0700
In the case of blocking obfuscated strings such as hexadecimal
representations; use the L7 filter. It may be easier and more efficient
to mark the http traffic and then jump to a regular expression target
to match against.
Something such as:
\x[:printxdigit:][:printxdigit:]([:printxdigit:])?
This should match against \xNN where N is a hexadecimal character; as
well as
\xNNN. That is --- if my regex skill aren't too rusty. ;)
.
- Follow-Ups:
- Re: Block google page cache at firewall?
- From: Volker Birk
- Re: Block google page cache at firewall?
- References:
- Block google page cache at firewall?
- From: ridergroov
- Re: Block google page cache at firewall?
- From: E.
- Re: Block google page cache at firewall?
- From: Secure Buddha
- Re: Block google page cache at firewall?
- From: Volker Birk
- Block google page cache at firewall?
- Prev by Date: Re: VPN with Zywall, help me
- Next by Date: Need ADSL router with some combination of services
- Previous by thread: Re: Block google page cache at firewall?
- Next by thread: Re: Block google page cache at firewall?
- Index(es):
Relevant Pages
|