<?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"
	>

<channel>
	<title>bkenny</title>
	<atom:link href="http://www.bkenny.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bkenny.com/blog</link>
	<description>The life of Brian Kenny</description>
	<pubDate>Wed, 27 Aug 2008 08:17:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Stop gap for SQL Injection attacks under IIS - URL Scan</title>
		<link>http://www.bkenny.com/blog/2008/08/27/stop-gap-for-sql-injection-attacks-under-iis-url-scan/</link>
		<comments>http://www.bkenny.com/blog/2008/08/27/stop-gap-for-sql-injection-attacks-under-iis-url-scan/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 08:17:28 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[Hacking]]></category>

		<category><![CDATA[SQL]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=127</guid>
		<description><![CDATA[SQL injection attacks are becoming more and more of an issue. The trouble is, some companies may have old systems vulnerable to injection attacks and to apply fixes to that code to ensure its security may take weeks of development.
How do you create a safe guard stop gap between those weeks of development? - URL [...]]]></description>
			<content:encoded><![CDATA[<p>SQL injection attacks are becoming more and more of an issue. The trouble is, some companies may have old systems vulnerable to injection attacks and to apply fixes to that code to ensure its security may take weeks of development.</p>
<p>How do you create a safe guard stop gap between those weeks of development? - URL Scan for IIS seems to do the trick.</p>
<p>Safe guard allows you to apply rules to your IIS server that you previously couldn&#8217;t.  For example if you were to write a simple rule to stop SQL injection attacks it might look something like this&#8230;</p>
<blockquote><p><strong>[SQL Injection]<br />
</strong><strong>AppliesTo=.asp,.aspx<br />
</strong><strong>DenyDataSection=SQL Injection Strings<br />
</strong><strong>ScanUrl=0<br />
</strong><strong>ScanAllRaw=0<br />
</strong><strong>ScanQueryString=1<br />
</strong><strong>ScanHeaders=</p>
<p>[SQL Injection Strings]<br />
&#8211;<br />
%3b ; a semicolon<br />
/*<br />
@ ; also catches @@<br />
char ; also catches nchar and varchar<br />
alter<br />
begin<br />
cast<br />
convert<br />
create<br />
cursor<br />
declare<br />
delete<br />
drop<br />
end<br />
exec ; also catches execute<br />
fetch<br />
insert<br />
kill<br />
open<br />
select<br />
sys ; also catches sysobjects and syscolumns<br />
table<br />
update</strong></p></blockquote>
<p>You can write many custom rules for URL Scan, but it is a definite tool to research if your administrating large farms of websites.</p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/08/27/stop-gap-for-sql-injection-attacks-under-iis-url-scan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DNS Issues in Mac OS X</title>
		<link>http://www.bkenny.com/blog/2008/08/19/dns-issues-in-mac-os-x/</link>
		<comments>http://www.bkenny.com/blog/2008/08/19/dns-issues-in-mac-os-x/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 09:04:32 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=125</guid>
		<description><![CDATA[I don&#8217;t know if this is a common issue or not. However, for some reason, some websites on my mac will not load. An example is www.mneylon.com.
I have tried in both Safari and Firefox 3, it just seems to hang with the &#8216;Connecting to www.mneylon.com&#8230;&#8217; in the status bar.
It becomes strange, when I fire up [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know if this is a common issue or not. However, for some reason, some websites on my mac will not load. An example is www.mneylon.com.<a href="http://www.bkenny.com/blog/wp-content/uploads/2008/08/picture-11.png"><img class="alignnone size-medium wp-image-126 alignright" style="float: right;" title="pinging" src="http://www.bkenny.com/blog/wp-content/uploads/2008/08/picture-11-300x44.png" alt="" width="300" height="44" /></a></p>
<p>I have tried in both Safari and Firefox 3, it just seems to hang with the &#8216;Connecting to www.mneylon.com&#8230;&#8217; in the status bar.</p>
<p>It becomes strange, when I fire up my windows XP on parallels, it loads up find on both IE and Firefox 3!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/08/19/dns-issues-in-mac-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Poisoned DNS</title>
		<link>http://www.bkenny.com/blog/2008/08/11/poisoned-dns/</link>
		<comments>http://www.bkenny.com/blog/2008/08/11/poisoned-dns/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 11:43:19 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=124</guid>
		<description><![CDATA[A lot of chatter is on the DNS exploit that is active at the moment. The majority of servers have been patched however I found a great tool created by IANA on the Blacknight Blog.
Should you wish to check to see if your name servers are exploitable - just type in your domain name on [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of chatter is on the DNS exploit that is active at the moment. The majority of servers have been patched however I found a great tool created by IANA on the Blacknight Blog.</p>
<p>Should you wish to check to see if your name servers are exploitable - just type in your domain name on this page and the tool will tell you all you need to know.</p>
<p>I&#8217;m happy to see our domains are perfectly patched by the guys in blacknight who take care of our NS needs.</p>
<p>Tool: http://recursive.iana.org/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/08/11/poisoned-dns/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Swap desktops - The Mac way</title>
		<link>http://www.bkenny.com/blog/2008/07/17/swap-desktops-the-mac-way/</link>
		<comments>http://www.bkenny.com/blog/2008/07/17/swap-desktops-the-mac-way/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 22:31:00 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[Interesting Snippet]]></category>

		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=123</guid>
		<description><![CDATA[Since I picked up my new mac, I have always wanted to get the smackbook hack working. Until tonight I havn&#8217;t actually bothered.
So - what&#8217;s involved ?
I&#8217;ve compressed all the files you indeed, which you can download here.
Place both into the same folder. Then change the permissions on the smackleopard.command file to executable. You can [...]]]></description>
			<content:encoded><![CDATA[<p>Since I picked up my new mac, I have always wanted to get the smackbook hack working. Until tonight I havn&#8217;t actually bothered.</p>
<p>So - what&#8217;s involved ?</p>
<p>I&#8217;ve compressed all the files you indeed, which you can download <a href="http://www.bkenny.com/Smackbook.zip">here.</a></p>
<p>Place both into the same folder. Then change the permissions on the smackleopard.command file to executable. You can do this by opening a terminal and typing &#8216;chmod +x smackleopard.command&#8217;.</p>
<p>Then simply run the file ./smackleopard.command (simple as that).</p>
<p>Note - if you are like me and didn&#8217;t have the spaces default setting of Ctrl + direction pad, and use the option key instead, you need to change this little snippet from</p>
<blockquote><p><em><strong>`osascript -e &#8216;tell application \&#8221;System Events\&#8221; to keystroke (ASCII character 29) using control down&#8217;`</strong></em></p>
<p><em><strong>} else {</strong></em></p>
<p><em><strong>`osascript -e &#8216;tell application \&#8221;System Events\&#8221; to keystroke (ASCII character 28) using control down&#8217;`</strong></em></p></blockquote>
<p>to the following</p>
<blockquote><p><em><strong>`osascript -e &#8216;tell application \&#8221;System Events\&#8221; to keystroke (ASCII character 28) using </strong><strong>option down’`</strong></em></p>
<p><em><strong>} else {</strong></em></p>
<p><em><strong>`osascript -e ‘tell application \”System Events\” to keystroke (ASCII character 29) using </strong><strong>option down’`</strong></em></p></blockquote>
<p>Easy as that!</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6uvQTTPr9Rw&#038;hl=en&#038;fs=1&#038;color1=0xe1600f&#038;color2=0xfebd01"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/6uvQTTPr9Rw&#038;hl=en&#038;fs=1&#038;color1=0xe1600f&#038;color2=0xfebd01" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/07/17/swap-desktops-the-mac-way/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server move</title>
		<link>http://www.bkenny.com/blog/2008/07/17/server-move/</link>
		<comments>http://www.bkenny.com/blog/2008/07/17/server-move/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:26:00 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=122</guid>
		<description><![CDATA[It finally happened, I&#8217;ve been trying to move www.bkenny.com to a new server for quiet some time. The main reason being disk space.
I have quiet alot of photos etc that I am going to be placing on the blog. The previous shared hosting account from blacknight just wasn&#8217;t big enough. I had out grown it.
Thus, [...]]]></description>
			<content:encoded><![CDATA[<p>It finally happened, I&#8217;ve been trying to move <a href="http://www.bkenny.com">www.bkenny.com</a> to a new server for quiet some time. The main reason being disk space.</p>
<p>I have quiet alot of photos etc that I am going to be placing on the blog. The previous shared hosting account from <a href="http://www.blacknight.com">blacknight</a> just wasn&#8217;t big enough. I had out grown it.</p>
<p>Thus, I have migrated to a <a href="http://www.blacknightvps.com/">VPS from blacknight</a> and boy was it easy. A quick backup for the MySQL DB, restore onto the VPS and migration of the files. A few accounts had to be migrated to.</p>
<p>The only outstanding piece of work is migrating my email. But that should be as simple as moving the MX records and again some account work.</p>
<p>One other thing I will be missing is the statistics on the domain. I don&#8217;t think I can migrate them however.</p>
<p>Expect some nice photo galleries soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/07/17/server-move/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creative imaginations</title>
		<link>http://www.bkenny.com/blog/2008/07/03/creative-imaginations/</link>
		<comments>http://www.bkenny.com/blog/2008/07/03/creative-imaginations/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 10:25:39 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=120</guid>
		<description><![CDATA[I have always been a fan of great creativity. I have been sent this advertisement today and find it to be one of the few that have really caught my eye. Today&#8217;s market focuses to much on getting the brand name across and not dwelling to much on the fact that a good, creative ad [...]]]></description>
			<content:encoded><![CDATA[<p>I have always been a fan of great creativity. I have been sent this advertisement today and find it to be one of the few that have really caught my eye. Today&#8217;s market focuses to much on getting the brand name across and not dwelling to much on the fact that a good, creative ad can sell your product better.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/1OSzYrN9RXY&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/1OSzYrN9RXY&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/07/03/creative-imaginations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Full Directory Listing in Mac OS X</title>
		<link>http://www.bkenny.com/blog/2008/06/17/full-directory-listing-in-mac-os-x/</link>
		<comments>http://www.bkenny.com/blog/2008/06/17/full-directory-listing-in-mac-os-x/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 09:21:03 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=118</guid>
		<description><![CDATA[Ever wonder how to get your full directory tree into a text file in Mac OS X or any unix or linux env for that matter.
Paul from irc.linux.ie came up with a great way of doing it from one simple command:
find / &#62; ~/tree.txt
]]></description>
			<content:encoded><![CDATA[<p>Ever wonder how to get your full directory tree into a text file in Mac OS X or any unix or linux env for that matter.</p>
<p>Paul from irc.linux.ie came up with a great way of doing it from one simple command:</p>
<p><strong>find / &gt; ~/tree.txt</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/06/17/full-directory-listing-in-mac-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Birthday Bash</title>
		<link>http://www.bkenny.com/blog/2008/06/16/birthday-bash/</link>
		<comments>http://www.bkenny.com/blog/2008/06/16/birthday-bash/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 11:24:53 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=117</guid>
		<description><![CDATA[Last Saturday my wonderful and amazing girlfriend organised a brilliant birthday bash for me. It involved, heading up to johnny foxs, meeting all my closest friends. Drinking lovely guinness and chatting and having lovely muscles.
Then into a disco bus, everything getting smashed against windows and drinking champagne etc. Off the disco bus and into club [...]]]></description>
			<content:encoded><![CDATA[<p>Last Saturday my wonderful and amazing girlfriend organised a brilliant birthday bash for me. It involved, heading up to johnny foxs, meeting all my closest friends. Drinking lovely guinness and chatting and having lovely muscles.</p>
<p>Then into a disco bus, everything getting smashed against windows and drinking champagne etc. Off the disco bus and into club 92 for more drunking dancing. Brilliance!</p>
<p>If I had one video to remember the night by, it definitely would be this one:</p>
<p>[See post to watch Flash video]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/06/16/birthday-bash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Darkside</title>
		<link>http://www.bkenny.com/blog/2008/06/15/the-darkside/</link>
		<comments>http://www.bkenny.com/blog/2008/06/15/the-darkside/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 18:32:57 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Personal Hardware]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=115</guid>
		<description><![CDATA[After using PC&#8217;s all my life, I am very familiar with their habits of breaking and general annoyances etc. So - I finally decided to do something about it and move to the dark side. Last Thursday, I picked up my brand spanking new Macbook Pro. Boy is this thing pretty.
From the moment I took [...]]]></description>
			<content:encoded><![CDATA[<p>After using PC&#8217;s all my life, I am very familiar with their habits of breaking and general annoyances etc. So - I finally decided to do something about it and move to the dark side. Last Thursday, I picked up my brand spanking new Macbook Pro. Boy is this thing pretty.<a href="http://www.bkenny.com/blog/wp-content/uploads/2008/06/macbookpro.jpg"><img class="alignnone size-medium wp-image-116 alignright" style="float: right;" title="macbookpro" src="http://www.bkenny.com/blog/wp-content/uploads/2008/06/macbookpro-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>From the moment I took it out of the box to now, I&#8217;ve been nothing but completely happy with it. I know I&#8217;m starting to sound a little like Steve Jobs here - &#8220;We&#8217;re really excited about this&#8221; - but it&#8217;s the truth. It&#8217;s completely perfect in every respect.</p>
<p>However, the only one problem I have found with it so far - only 2 USBs. I have alot of external storage and other devices in work that I use via USB. My old dell had 4 USBs. I have managed to overcome this by picking up one of the new keyboards today, and my monitor has an extra 2 ports also.</p>
<p>I have a feeling I won&#8217;t be turning away from Mac moving forward <img src='http://www.bkenny.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/06/15/the-darkside/feed/</wfw:commentRss>
		</item>
		<item>
		<title>www.menupages.ie becomes IPv6 - again.</title>
		<link>http://www.bkenny.com/blog/2008/06/11/wwwmenupagesie-becomes-ipv6-again/</link>
		<comments>http://www.bkenny.com/blog/2008/06/11/wwwmenupagesie-becomes-ipv6-again/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 09:09:24 +0000</pubDate>
		<dc:creator>bkenny</dc:creator>
		
		<category><![CDATA[IPv6]]></category>

		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.bkenny.com/blog/?p=114</guid>
		<description><![CDATA[I previously brought www.menupages.ie the ability to be served out via IPv6. There was plenty of support for the task from the guys at blacknight. A range was associated to Page 7 Media and now we have www.menupages.ie up and running correctly and full time.
What happened previously?
The answer is not one I&#8217;m proud of, but [...]]]></description>
			<content:encoded><![CDATA[<p>I previously brought <a href="http://www.menupages.ie">www.menupages.ie</a> the ability to be served out via IPv6. There was plenty of support for the task from the guys at <a href="http://www.blacknight.ie">blacknight</a>. A range was associated to Page 7 Media and now we have <a href="http://www.menupages.ie">www.menupages.ie</a> up and running correctly and full time.</p>
<p><strong>What happened previously?<br />
</strong>The answer is not one I&#8217;m proud of, but basically, I did not maintain it correctly. There were versions of the website being uploaded to our production environment but not moving across to the new IPv6 server. Apologies for this and I promise to maintain this version correctly.</p>
<p><strong>Whats the next step?<br />
</strong>Why stop with <a href="http://www.menupages.ie">www.menupages.ie</a> ? The next step is to move the major websites across to the IPv6 servers. Starting with <a href="http://www.cbg.ie">www.cbg.ie</a> - <a href="http://www.farmandplant.ie">www.farmandplant.</a><a href="http://www.farmandplant.ie">ie</a> - and finally <a href="http://www.indublin.ie">www.indublin.ie</a> Keep looking.</p>
<p><strong>The proof in the pudding</strong><br />
Pinging menupages.ie [2a01:a8:104:1::15] from 2a01:a8:104:1::15 with 32 bytes of<br />
data:<br />
Reply from 2a01:a8:104:1::15: time&lt;1ms<br />
Reply from 2a01:a8:104:1::15: time&lt;1ms<br />
Reply from 2a01:a8:104:1::15: time&lt;1ms<br />
Reply from 2a01:a8:104:1::15: time&lt;1ms</p>
<p>Ping statistics for 2a01:a8:104:1::15:<br />
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bkenny.com/blog/2008/06/11/wwwmenupagesie-becomes-ipv6-again/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=3872784; 
var sc_invisible=1; 
var sc_partition=34; 
var sc_click_stat=1; 
var sc_security="ef5e130a"; 
</script>

<script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><div class="statcounter"><a href="http://www.statcounter.com/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/3872784/0/ef5e130a/1/" alt="web statistics" ></a></div></noscript>
<!-- End of StatCounter Code -->