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

Re: Websec



On Wed, 26 Jan 2005, David Baron wrote:

> I am trying to use this to monitor a few websites, running as a daily cron.

tar zcvf /mnt/floppy/website.tgz

--------

via cron ( once a minute .. once an hour ... however long it takes
for the cracker to deface the site )

	mount /dev/floppy

	tar zdvf /mnt/floppy/website.tgz

	if ( $? == error )
 		mail -s "website changed"  d_baron@012.net.il 

and if the site is too big to fit on floppy or some other safe
place you can keep the db, than you can:

	wget the md5sum if you like that better

	- or -

	ls -laR /home/httpd/ > /mnt/floppy/website.lst

	- or - 

	hundred other ways, none of which means you needbuy somebody
	else's sw

c ya
alvin

> I get the cron notifications that it emailing me a page with marked up 
> changes. I never get the email.
> 
> I have tried the full domain, username@localhost, and just username. No go.
> 
> Anyone tried this puppy?
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 



Reply to: