<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>techbits.de &#187; phpwebchecksum</title>
	<atom:link href="http://www.techbits.de/tag/phpwebchecksum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbits.de</link>
	<description>thoughts on hardware, software, development and tech news</description>
	<lastBuildDate>Fri, 02 Dec 2011 22:51:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PhpWebChecksum to be released soon</title>
		<link>http://www.techbits.de/2006/01/11/phpwebchecksum-to-be-released-soon/</link>
		<comments>http://www.techbits.de/2006/01/11/phpwebchecksum-to-be-released-soon/#comments</comments>
		<pubDate>Wed, 11 Jan 2006 19:34:15 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[phpwebchecksum]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/01/11/phpwebchecksum-to-be-released-soon/</guid>
		<description><![CDATA[The first version of my php script to monitor changes in your website will be released soon. I already set up a sourceforge account for PhpWebChecksum which will be mainly used for bugtracking, and maybe source code management (CVS) and &#8230; <a href="http://www.techbits.de/2006/01/11/phpwebchecksum-to-be-released-soon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
The first version of my php script to monitor changes in your website will be released soon. I already set up a <a href="http://sourceforge.net/projects/phpwebchecksum">sourceforge account for PhpWebChecksum</a> which will be mainly used for bugtracking, and maybe source code management (CVS) and file storage for releases for now. The projects homepage will be hosted on techbits.de under <a href="http://www.techbits.de/projects/phpwebchecksum/">/projects/phpwebchecksum</a> which is already available as well. At this point I have to make sure I can use <a href="http://keithdevens.com/software/phpxml">Keith Devens&#8217; PHP XML Library</a> which I included in my php script and figure out how I&#8217;ll solve the pass-by-reference issue when switching between PHP4 und PHP5.
</p>
<p>Here is another teaser screenshot of the main form with header, footer and some design improvements:
</p>
<p><a class="imagelink" href="http://www.techbits.de/wp-content/uploads/2006/01/phpwebchecksum1.png" title="main form with some design improvements"><img id="image12" src="http://www.techbits.de/wp-content/uploads/2006/01/phpwebchecksum1.thumbnail.png" alt="main form with some design improvements" height="57" width="128" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/01/11/phpwebchecksum-to-be-released-soon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Checking websites for intrusions</title>
		<link>http://www.techbits.de/2006/01/05/checking-websites-for-intrusions/</link>
		<comments>http://www.techbits.de/2006/01/05/checking-websites-for-intrusions/#comments</comments>
		<pubDate>Thu, 05 Jan 2006 22:26:19 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[checksum]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[phpwebchecksum]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.techbits.de/2006/01/05/checking-websites-for-intrusions/</guid>
		<description><![CDATA[When I recently installed this blog a thought about how you could monitor a website for intrusions. Almost all sites use some kind of content management system, blog or other portal software. Unfortunately we all know that software does have &#8230; <a href="http://www.techbits.de/2006/01/05/checking-websites-for-intrusions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
When I recently installed this blog a thought about how you could monitor a website for intrusions. Almost all sites use some kind of content management system, blog or other portal software. Unfortunately we all know that software does have flaws an that there are <a href="http://en.wikipedia.org/wiki/Script_kiddies">script kiddies</a> out there who do not hesitate to exploit them as soon as they are found. Since most of the small sites and blogs are hosted on simple PHP/MySQL webspace it is not as easy to monitor the integrity of your site when the web application has hundreds of files buried deep in a directory hierarchy and you only have FTP access to browse through it.
</p>
<p>
I googled for tools that create checksums for websites but I didn&#8217;t find much, so I started on creating a PHP application for that that purpose. My prototype has the following functionality:</p>
<ul>
<li>generating an xml list with checksums (<a href="http://en.wikipedia.org/wiki/SHA1">SHA1</a>) and file dates for a complete directory tree
<li>the xml list can be downloaded to be stored locally
<li>the xml checksum list can later be uploaded to be compared against the current state of the website
<li>a comparison is computed and display showing all modified, new and missing files with the information what (date, size, checksum) has been modified.
</ul>
<p>
Here are two screenshots that show the current development version:</p>
<p><a class="imagelink" href="http://www.techbits.de/wp-content/uploads/2006/01/webchecksum_screen1.png" title="Main Form - generate and compare checksums"><img id="image6" src="http://www.techbits.de/wp-content/uploads/2006/01/webchecksum_screen1.thumbnail.png" alt="Main Form - generate and compare checksums" height="51" width="128" /></a><a class="imagelink" href="http://www.techbits.de/wp-content/uploads/2006/01/webchecksum_screen2.png" title="Checksum Comparison View"><img id="image7" src="http://www.techbits.de/wp-content/uploads/2006/01/webchecksum_screen2.thumbnail.png" alt="Checksum Comparison View" height="38" width="128" /></a>
</p>
<p>
I will continue working on this tool and make it available as open source when it&#8217;s fairly stable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbits.de/2006/01/05/checking-websites-for-intrusions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

