websec-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ignore list


From: Luca
Subject: Re: Ignore list
Date: Fri, 16 Feb 2007 12:50:16 +0100

Hi,
thanks for the reply.
I tried
"visitata da \d+"

with and without quotes and websec still report the page has been changed.
I have also tried \d\d\d\d with the same results....

Luca

On 2/16/07, Baruch Even <address@hidden> wrote:
* Luca <address@hidden> [070216 10:43]:
> Hi all,
> first thanks for the very nice program.
> I have a page
>
> http://www.crema.unimi.it/Web.asp?Tipo=23&Area=5
>
> that at the bottom contains this damn
>
> Questa Pagina ? stata visitata da
> 2466
>
>
> it's just a counter. I tried adding "visitata da" in the ignorl.list
> in the General section and adding  Ignore = General but I still get
> updates...Can anyone help me?

You need something called a regular expression to cover the number as
well, so the string you need is: "visitata da \d+"

The \d means number and + means at least one character or more. So it
covers any string which has any number after the visitata da part.

Cheers,
Baruch





reply via email to

[Prev in Thread] Current Thread [Next in Thread]