On Fri, 1 Nov 2002, Michael Sorrentino wrote:

> Ugh! I know this is kinda off topic but I'm at my wits end. I've got a user 
> with FormMail that is vulnerable and a spammer bouncing off it. Problem is I 
> have 600 + virtuals on this box and I'm having a hell of a time trying to 
> determine which virtual is the culprit. Any suggestions anyone? Thanks

cd /var/log/httpd/ ; grep -i formmail *access_log

into a file, and it should be appearant perusing it.

Break up the query if needed

for i in a s d f g h j k l \
        q w e r t y u i o p \
        z x c v b n m ; do
        cd /var/log/httpd/ ; grep -i formmail [$i]*access_log \
                > $i.fm.log.extract
done

-- Russ Herrold



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to