Re: [squid-users] How can i block this type of script

From: Michel Santos <michel@dont-contact.us>
Date: Fri, 31 Aug 2007 19:04:47 -0300 (BRT)

jeff donovan disse na ultima mensagem:
> greetings
>
> i am using squidguard for content filtering.
>
> How can i block this type of script?
>
> http://www.softworldpro.com/demos/proxy/
>
> it's easy to block the url. but when the script is executed there is
> nothing in the url that will let me key in on.

what do you mean with 'let me key in on'?

> here is the regex I am using:
>
> #Block Cgiproxy, Poxy, PHProxy and other Web-based proxies
> (cecid.php|nph-webpr|nph-pro|/dmirror|cgiproxy|phpwebproxy|nph-
> proxy.cgi|__new_url)
>

using squid resources in squid config you would do

acl src clients 200.1.1.0/27

acl bla urlpath_regex cecid\.php
acl bla ...

http_access deny clients bla

...

****************************************************
Datacenter Matik http://datacenter.matik.com.br
E-Mail e Data Hosting Service para Profissionais.
****************************************************
Received on Fri Aug 31 2007 - 16:05:04 MDT

This archive was generated by hypermail pre-2.1.9 : Sat Sep 01 2007 - 12:00:04 MDT