Mike Barushok wrote on Feb 03, 2003 at 01:03:32 AM:
>
> Correction on my earlier reply, to find the location of all the
> formmail files, use:
> find /home/ -name formmail*
>
Better yet, use:
find /home -iname "form*ail*"
I regulary see files named Formmail, FormMail and formail etc..
-ina
Mike Barushok wrote on Feb 03, 2003 at 01:03:32 AM:
>
> Correction on my earlier reply, to find the location of all the
> formmail files, use:
> find /home/ -name formmail*
>
Better yet, use:
find /home -iname "form*ail*"
I regulary see files named Formmail, FormMail and formail etc..
-ina
On Mon, 2003-02-03 at 07:56, Patrick Bucher wrote:
>
> There is a security-bug in the formmail.pl-script from matt wright. You
> can use this script as an kind of "smtp-relay-server". I've found an
> secure one located at ftp://ftp.monkeys.com/pub/formmail/ .
No
t; sites the formmail.pl script is being abused, a client is using an
> unsecure script. How can I find out on what site this is?
>
> Thanks,
> Stefaan.
>
>
Hi Stefaan,
> I have a server with a lot of name-based virtual hosts. On
> one of those sites the formmail.pl script is being abused,
> a client is using an unsecure script. How can I find out
> on what site this is?
There is a security-bug in the formmail.pl-script from matt wri
something along the lines of:
grep -r "formmail.pl" /var/log/apache/access/*.log | less
will show the attempts on all the [domain_name].log files if they
are in /var/log/apache/access/
grep -r "formmail.pl" /var/log/apache/access/*.log | grep -v 40 | less
will filte
Hi,
I have a server with a lot of name-based virtual hosts. On one of those
sites the formmail.pl script is being abused, a client is using an
unsecure script. How can I find out on what site this is?
Thanks,
Stefaan.
<>
On Mon, 2003-02-03 at 07:56, Patrick Bucher wrote:
>
> There is a security-bug in the formmail.pl-script from matt wright. You
> can use this script as an kind of "smtp-relay-server". I've found an
> secure one located at ftp://ftp.monkeys.com/pub/formmail/ .
No
t; sites the formmail.pl script is being abused, a client is using an
> unsecure script. How can I find out on what site this is?
>
> Thanks,
> Stefaan.
>
>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hi Stefaan,
> I have a server with a lot of name-based virtual hosts. On
> one of those sites the formmail.pl script is being abused,
> a client is using an unsecure script. How can I find out
> on what site this is?
There is a security-bug in the formmail.pl-script from matt wri
something along the lines of:
grep -r "formmail.pl" /var/log/apache/access/*.log | less
will show the attempts on all the [domain_name].log files if they
are in /var/log/apache/access/
grep -r "formmail.pl" /var/log/apache/access/*.log | grep -v 40 | less
will filte
Hi,
I have a server with a lot of name-based virtual hosts. On one of those
sites the formmail.pl script is being abused, a client is using an
unsecure script. How can I find out on what site this is?
Thanks,
Stefaan.
<>
12 matches
Mail list logo