On Jul 27, 12:03 pm, [EMAIL PROTECTED] (Ravi Malghan) wrote:
> Hi: I am looking to build a script that can go to a webpage, login with a 
> username/password, download a page, perform a checksum comparison. Two things 
> I am trying to accomplish.
>
> 1. Is the website is up
> 2. Has the website been compromised.

Others have given good suggestions to grab the page content, but I
just want to point out that your test will not determine if the site
has been compromised, only if it has been defaced.  A cracker might
have installed all sorts of nasty backdoors and such that would never
show up on your webpage.

If you have the ability to ssh to your webserver and check the md5sum
of the programs themselves (instead of just their output) then this is
a preferable approach.


--
The best way to get a good answer is to ask a good question.
David Filmer (http://DavidFilmer.com)


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to