<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to detect if your webserver is hacked and get alerted</title>
	<atom:link href="http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/</link>
	<description>Little words of wisdom</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:46:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: TerryH</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-2/#comment-73643</link>
		<dc:creator>TerryH</dc:creator>
		<pubDate>Sat, 31 Dec 2011 13:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-73643</guid>
		<description>@Alan

Sorry for the delay in reply - I don&#039;t get email from this site any more for some reason.

To answer your question - you&#039;ve probably worked it out for yourself - directories can&#039;t be excluded, only files. Sorry.

I think the original websitecds is the same.

Regards</description>
		<content:encoded><![CDATA[<p>@Alan</p>
<p>Sorry for the delay in reply &#8211; I don&#8217;t get email from this site any more for some reason.</p>
<p>To answer your question &#8211; you&#8217;ve probably worked it out for yourself &#8211; directories can&#8217;t be excluded, only files. Sorry.</p>
<p>I think the original websitecds is the same.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucio Becze</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-65786</link>
		<dc:creator>Lucio Becze</dc:creator>
		<pubDate>Sun, 04 Dec 2011 01:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-65786</guid>
		<description>Howdy! This post couldn’t be written any better! Reading through this post reminds me of my old room mate! He always kept talking about this. I will forward this post to him. Pretty sure he will have a good read. Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>Howdy! This post couldn’t be written any better! Reading through this post reminds me of my old room mate! He always kept talking about this. I will forward this post to him. Pretty sure he will have a good read. Thank you for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALan</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-62202</link>
		<dc:creator>ALan</dc:creator>
		<pubDate>Thu, 17 Nov 2011 23:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-62202</guid>
		<description>Hi Terry, does this http://dl.dropbox.com/u/8512030/web_search_cron.php
have any option to omit certain subdirectories?</description>
		<content:encoded><![CDATA[<p>Hi Terry, does this <a href="http://dl.dropbox.com/u/8512030/web_search_cron.php" rel="nofollow">http://dl.dropbox.com/u/8512030/web_search_cron.php</a><br />
have any option to omit certain subdirectories?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TerryH</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-59798</link>
		<dc:creator>TerryH</dc:creator>
		<pubDate>Sun, 06 Nov 2011 08:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-59798</guid>
		<description>Just noticed my error on the previous post:

1.
&#039;deleted/modified/missing&#039; should read &#039;added/modified/missing&#039;

regards</description>
		<content:encoded><![CDATA[<p>Just noticed my error on the previous post:</p>
<p>1.<br />
&#8216;deleted/modified/missing&#8217; should read &#8216;added/modified/missing&#8217;</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TerryH</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-59684</link>
		<dc:creator>TerryH</dc:creator>
		<pubDate>Sat, 05 Nov 2011 16:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-59684</guid>
		<description>Hi Nik

I have written another script without md5, which comes in 2 files (you won&#039;t get any &#039;Missing’ and ‘Modified&#039; repetitions with these).

Read the file comments for setup:

1.
File &#039;web_search.php&#039; This one will display all deleted/modified/missing files from the site route through to the deepest sub-directory and send an email alert to the nominated email address. The link for this file is: 
http://dl.dropbox.com/u/8512030/web_search.php

2.
File &#039;web_search_cron.php&#039; This is basically the same file without any formatting and no response at all where no changes are found. It is intended to be used as a scheduled task or cron job. The link for this file is:
http://dl.dropbox.com/u/8512030/web_search_cron.php

Hope you find the code useful - if you have a question, upload it here.

Regards</description>
		<content:encoded><![CDATA[<p>Hi Nik</p>
<p>I have written another script without md5, which comes in 2 files (you won&#8217;t get any &#8216;Missing’ and ‘Modified&#8217; repetitions with these).</p>
<p>Read the file comments for setup:</p>
<p>1.<br />
File &#8216;web_search.php&#8217; This one will display all deleted/modified/missing files from the site route through to the deepest sub-directory and send an email alert to the nominated email address. The link for this file is:<br />
<a href="http://dl.dropbox.com/u/8512030/web_search.php" rel="nofollow">http://dl.dropbox.com/u/8512030/web_search.php</a></p>
<p>2.<br />
File &#8216;web_search_cron.php&#8217; This is basically the same file without any formatting and no response at all where no changes are found. It is intended to be used as a scheduled task or cron job. The link for this file is:<br />
<a href="http://dl.dropbox.com/u/8512030/web_search_cron.php" rel="nofollow">http://dl.dropbox.com/u/8512030/web_search_cron.php</a></p>
<p>Hope you find the code useful &#8211; if you have a question, upload it here.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-59209</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 02 Nov 2011 21:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-59209</guid>
		<description>@TerryH

Any chance of a copy of the latest version of your modified script?

My email is: support banana camstudio apple org
(Replace banana with @ and apple with a .)

Thanks in advance

Nick</description>
		<content:encoded><![CDATA[<p>@TerryH</p>
<p>Any chance of a copy of the latest version of your modified script?</p>
<p>My email is: support banana camstudio apple org<br />
(Replace banana with @ and apple with a .)</p>
<p>Thanks in advance</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iceorigin</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-38443</link>
		<dc:creator>iceorigin</dc:creator>
		<pubDate>Sun, 15 May 2011 11:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-38443</guid>
		<description>Thanks for developing this script,I have put it in my own server.</description>
		<content:encoded><![CDATA[<p>Thanks for developing this script,I have put it in my own server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wcdspro</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-35351</link>
		<dc:creator>wcdspro</dc:creator>
		<pubDate>Sun, 27 Mar 2011 20:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-35351</guid>
		<description>Free service to detect website changes.</description>
		<content:encoded><![CDATA[<p>Free service to detect website changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TerryH</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-30173</link>
		<dc:creator>TerryH</dc:creator>
		<pubDate>Wed, 26 Jan 2011 22:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-30173</guid>
		<description>Forgot to say. If it&#039;s only email that&#039;s affected, check that you&#039;re server is not allowing open relay.</description>
		<content:encoded><![CDATA[<p>Forgot to say. If it&#8217;s only email that&#8217;s affected, check that you&#8217;re server is not allowing open relay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TerryH</title>
		<link>http://www.webdigi.co.uk/blog/2009/how-to-detect-if-your-webserver-is-hacked-and-get-alerted/comment-page-1/#comment-30172</link>
		<dc:creator>TerryH</dc:creator>
		<pubDate>Wed, 26 Jan 2011 22:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdigi.co.uk/blog/?p=31#comment-30172</guid>
		<description>Hi Meg

A site on my server was recently hacked. The hacker claimed to be a representative of Al Queda (probably a hoax) but I found files in the route directory that I didn&#039;t put there - index.htm, index.html some .asp files and some .txt files (which I wouldn&#039;t exclude in the above script, if I were you). Create new FTP accounts and delete the old ones. If you are using a dedicated server, change your RDT access password, and do it often. There&#039;s no point in installing the websitecds script until you know that your site is clean. Check sub-directories too. As far as I know, there&#039;s no script to detect the hacker&#039;s files. It has to be done manually.

Hope that helps

TerryH</description>
		<content:encoded><![CDATA[<p>Hi Meg</p>
<p>A site on my server was recently hacked. The hacker claimed to be a representative of Al Queda (probably a hoax) but I found files in the route directory that I didn&#8217;t put there &#8211; index.htm, index.html some .asp files and some .txt files (which I wouldn&#8217;t exclude in the above script, if I were you). Create new FTP accounts and delete the old ones. If you are using a dedicated server, change your RDT access password, and do it often. There&#8217;s no point in installing the websitecds script until you know that your site is clean. Check sub-directories too. As far as I know, there&#8217;s no script to detect the hacker&#8217;s files. It has to be done manually.</p>
<p>Hope that helps</p>
<p>TerryH</p>
]]></content:encoded>
	</item>
</channel>
</rss>

