<?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>Darknet - The Darkside &#187; asp</title>
	<atom:link href="http://www.darknet.org.uk/tag/asp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Microsoft Warns Of ASP.Net Vulnerability In The Wild &#8211; Cryptographic Padding Attack</title>
		<link>http://www.darknet.org.uk/2010/09/microsoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack/</link>
		<comments>http://www.darknet.org.uk/2010/09/microsoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 10:50:58 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[asp exploit]]></category>
		<category><![CDATA[asp flaw]]></category>
		<category><![CDATA[asp security]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[cryptographic attack]]></category>
		<category><![CDATA[cryptographic padding attack]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[hacking asp]]></category>
		<category><![CDATA[hacking microsoft]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[hacking-windows]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft security]]></category>
		<category><![CDATA[side channel]]></category>
		<category><![CDATA[side channel attack]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2956</guid>
		<description><![CDATA[There seems to be a fairly serious attack being exploited in the wild that targets vulnerable ASP.Net web applications, so far there is a temporary fix but no official announcement on when a patch will be issued. The next scheduled patches should be pushed out on October 12th. If you had set up your server [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be a fairly serious attack being exploited in the wild that targets vulnerable <a href="http://www.darknet.org.uk/tag/asp/">ASP.Net</a> web applications, so far there is a temporary fix but no official announcement on when a patch will be issued. The next scheduled patches should be pushed out on October 12th.</p>
<p>If you had set up your server to the &#8216;best standards&#8217; you shouldn&#8217;t be vulnerable to this anyway as the data in your config files should be encrypted, but honestly..how many people really take such precautions?</p>
<p>As the exploit is being used in the wild, I&#8217;d say not many.</p>
<blockquote><p>Attackers have begun exploiting a recently disclosed vulnerability in Microsoft web-development applications that opens password files and other sensitive data to interception and tampering.</p>
<p>The vulnerability in the way ASP.Net apps encrypt data was disclosed last week at the Ekoparty Conference in Argentina. Microsoft on Friday issued a temporary fix for the so-called “cryptographic padding attack,” which allows attackers to decrypt protected files by sending vulnerable systems large numbers of corrupted requests.</p>
<p>Now, Microsoft security pros say they are seeing “limited attacks” in the wild and warned that they can be used to read and tamper with a system&#8217;s most sensitive configuration files.</p>
<p>“There is a combination of attacks that was publicly demonstrated that can leak the contents of your web.config file, including any sensitive, unencrypted, information in the file,” Microsoft&#8217;s Scott Guthrie wrote on Monday night. “You should apply the workaround to block the padding oracle attack in its initial stage of the attack.” (He went on to say sensitive data within web.config files should also be encrypted.)</p></blockquote>
<p>It&#8217;s actually another fairly complex and interesting example of a <a href="http://www.darknet.org.uk/tag/side-channel-attack/">side channel attack</a>. The last time we reported on this kind of attack was when <a href="http://www.darknet.org.uk/2010/03/website-auto-complete-leaks-data-even-over-encrypted-link/">Website Auto-complete Leaked Data Even Over Encrypted Link</a>.</p>
<p>This is certainly not a straight forward attack and I wouldn&#8217;t expect to be seeing widespread hacks using this technique, but skilled attackers could leverage this when doing focused attacks on certain organisations or web properties.</p>
<blockquote><p>Microsoft personnel also warned about ASP.Net applications that store passwords, database connection strings or other sensitive data in the ViewState object. Because such objects are accessible to the outside, the Microsoft apps automatically encrypt its contents.</p>
<p>But by bombarding a vulnerable server with large amounts of corrupted data and then carefully analyzing the error messages that result, attackers can deduce the key used to encrypt the files. The side-channel attack can be used to convert virtually any file of the attacker&#8217;s choosing.</p>
<p>The temporary fix involves reconfiguring applications so that all error messages are mapped to a single error page that prevents the attacker from distinguishing among different types of errors A script to identify the oracles that needlessly reveal important cryptographic clues is here.</p>
<p>Thai Duong, one of the researchers who disclosed the vulnerability last week, said here that simply turning off custom error messages was not enough to ward off exploits because attackers can still measure the different amounts of time required for certain errors to be returned.</p></blockquote>
<p>Details from the ASP.Net Blog including the workaround are available here:</p>
<p><a href="http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx">Important: ASP.NET Security Vulnerability</a></p>
<p>There&#8217;s also a FAQ for the vulnerability here:</p>
<p><a href="http://weblogs.asp.net/scottgu/archive/2010/09/20/frequently-asked-questions-about-the-asp-net-security-vulnerability.aspx">Frequently Asked Questions about the ASP.NET Security Vulnerability</a></p>
<p>More technical details about the nature of the attack are on the technet blog here:</p>
<p><a href="http://blogs.technet.com/b/srd/archive/2010/09/17/understanding-the-asp-net-vulnerability.aspx">Understanding the ASP.NET Vulnerability</a></p>
<p>Source: <a href="http://www.theregister.co.uk/2010/09/21/asp_dot_net_padding_oracle_fix/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Warns+Of+ASP.Net+Vulnerability+In+The+Wild+%E2%80%93+Cryptographic+Padding+Attack+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2956+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/09/microsoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack/&amp;t=Microsoft+Warns+Of+ASP.Net+Vulnerability+In+The+Wild+%E2%80%93+Cryptographic+Padding+Attack" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/09/microsoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/09/microsoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack/&amp;title=Microsoft+Warns+Of+ASP.Net+Vulnerability+In+The+Wild+%E2%80%93+Cryptographic+Padding+Attack" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/09/microsoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack/&amp;title=Microsoft+Warns+Of+ASP.Net+Vulnerability+In+The+Wild+%E2%80%93+Cryptographic+Padding+Attack" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/09/microsoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack/&amp;title=Microsoft+Warns+Of+ASP.Net+Vulnerability+In+The+Wild+%E2%80%93+Cryptographic+Padding+Attack" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/09/microsoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack/&amp;title=Microsoft+Warns+Of+ASP.Net+Vulnerability+In+The+Wild+%E2%80%93+Cryptographic+Padding+Attack" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F09%2Fmicrosoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/09/microsoft-warns-of-asp-net-vulnerability-in-the-wild-cryptographic-padding-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NETIDS &#8211; .NET Intrusion Detection System</title>
		<link>http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/</link>
		<comments>http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 04:47:21 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[application intrusion detection]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[ASP IDS]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[intrusion detection system]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-security]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/</guid>
		<description><![CDATA[This tool is another one on the side of protection, again for web-based applications but this time for .NET applications it&#8217;s called .NETIDS (.NET Intrusion detection System). This tool is capable of detecting on attacks on web applications and gives the developer the possibility to react. The project files include filter rules and function stubs [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>This tool is another one on the side of protection, again for web-based applications but this time for .NET applications it&#8217;s called .NETIDS (.NET Intrusion detection System). This tool is capable of detecting on attacks on web applications and gives the developer the possibility to react. The project files include filter rules and function stubs to react on possible intrusions which may vary from logging to warning or redirecting the user.</p>
<p>The goal of this project is to provide am additional layer of protection to <strong>any</strong> .NET application this project is used with. This also includes the detection of XSS, directory traversal, SQL injections, protection against overwriting JS objects and methods, advanced logging functions, categorization and tagging of the single filter rules and interfaces for reacting on possible intrusions.</p>
<p>.NET IDS is a actually a port of <a href="http://www.darknet.org.uk/2008/02/phpids-security-layer-intrusion-detection-for-php-based-web-applications/">PHPIDS</a>, which we&#8217;ve mentioned before, to the .NET Framework. The library is fully CLS compliant and implements exactly the same filtering sets as the PHP version.</p>
<p>.NETIDS can be used in three ways.</p>
<p>The first method is by inheriting your ASP.NET pages from the SecurePage class. This offers an easy and customizable way to scan page input. If you are relatively new to the .NET Framework this is the simplest way to secure your applications.</p>
<p>The second method is more customizable but harder to implement for novice programmers and involves working directly with the IDS objects.</p>
<p>The third method (available in the upcoming release) is by using the supplied HttpModule. </p>
<p>You can find the documentation here:</p>
<p><a href="http://www.the-mice.co.uk/dotnetids/docs/">http://www.the-mice.co.uk/dotnetids/docs/</a></p>
<p>You can download .NET IDS v.0.1.3.0 here:</p>
<p><a href="http://dotnetids.googlecode.com/files/dotnetids-bin-0_1_3_0.zip">dotnetids-bin-0_1_3_0.zip</a></p>
<p></p>
<p>Or you can read more <a href="http://code.google.com/p/dotnetids/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=.NETIDS+%E2%80%93+.NET+Intrusion+Detection+System+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D731+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/&amp;t=.NETIDS+%E2%80%93+.NET+Intrusion+Detection+System" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/&amp;title=.NETIDS+%E2%80%93+.NET+Intrusion+Detection+System" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/&amp;title=.NETIDS+%E2%80%93+.NET+Intrusion+Detection+System" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/&amp;title=.NETIDS+%E2%80%93+.NET+Intrusion+Detection+System" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/&amp;title=.NETIDS+%E2%80%93+.NET+Intrusion+Detection+System" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2008%2F03%2Fnetids-net-intrusion-detection-system%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/03/netids-net-intrusion-detection-system/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ASP.NET Memberships and Roles</title>
		<link>http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/</link>
		<comments>http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/#comments</comments>
		<pubDate>Tue, 09 May 2006 04:48:03 +0000</pubDate>
		<dc:creator>tonyenkiducx</dc:creator>
				<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[4guysfromrolla]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[aspx]]></category>
		<category><![CDATA[computer-security]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programmiing]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/</guid>
		<description><![CDATA[If your familiar with asp.net, you&#8217;ll know the feeling of wasting hours searching through countless settings to get an app working, and then the many more hours it takes to tweak IIS to get your site running smoothly. But this is nothing compaired to getting authentication and domain controllers properly integrated. On Microsofts asp.net newsgroup [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>If your familiar with asp.net, you&#8217;ll know the feeling of wasting hours searching through countless settings to get an app working, and then the many more hours it takes to tweak IIS to get your site running smoothly.  But this is nothing compaired to getting authentication and domain controllers properly integrated.  On Microsofts asp.net newsgroup the biggest single security issue mentioned is user error and bad setup, sometimes allowing things as stupid as anonymous users having full control of a web app.</p>
<p>4GuysFromRolla regular .net author <a title="Scott Mitchell" href="http://www.4guysfromrolla.com/ScottMitchell.shtml">Scott Mitchell</a> has written a <a href="http://aspnet.4guysfromrolla.com/articles/120705-1.aspx">kick-ass guide</a> to all things membership and role based, and if your producing an intranet or just a large webapp you will want to take a look.  Allowing .net to manage your permissions and users can not only save you time, but takes out some of the many errors that can sneak in when your managing a large sites security manually.</p>
<p></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=ASP.NET+Memberships+and+Roles+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D191+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/&amp;t=ASP.NET+Memberships+and+Roles" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/&amp;title=ASP.NET+Memberships+and+Roles" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/&amp;title=ASP.NET+Memberships+and+Roles" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/&amp;title=ASP.NET+Memberships+and+Roles" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/&amp;title=ASP.NET+Memberships+and+Roles" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F05%2Faspnet-memberships-and-roles%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/05/aspnet-memberships-and-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whos is tonyenkiducx? Who the hell are you?</title>
		<link>http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/</link>
		<comments>http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/#comments</comments>
		<pubDate>Mon, 20 Mar 2006 01:30:08 +0000</pubDate>
		<dc:creator>tonyenkiducx</dc:creator>
				<category><![CDATA[Authors]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[crossbows-catapults]]></category>
		<category><![CDATA[dBase]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Game-Maker]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[SUN]]></category>
		<category><![CDATA[Visual-Studio]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/</guid>
		<description><![CDATA[Im a tinkerer. I can&#8217;t say I&#8217;m expert in anything more than ASP and MSSQL, but I make a point of playing and learning anything new and wanky. I&#8217;ve tweaked dBase, fiddled with Python, installed Apache, destroyed MS2003 server, plugged in SUN boxes, screamed at VisualStudio, urinated on Fedora, set fire too Game Maker, avoided [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Im a tinkerer.  I can&#8217;t say I&#8217;m expert in anything more than ASP and MSSQL, but I make a point of playing and learning anything new and wanky.  I&#8217;ve tweaked <a title="dBase" href="http://www.dbase.com">dBase</a>, fiddled with <a title="Python" href="http://www.python.org">Python</a>, installed <a title="Apache" href="http://www.apache.org">Apache</a>, destroyed <a title="MS2003 server" href="http://www.microsoft.com/windowsserversystem/default.mspx">MS2003 server</a>, plugged in <a title="SUN" href="http://www.sun.com/">SUN</a> boxes, screamed at <a title="Visual Studio" href="http://msdn.microsoft.com/vstudio/">VisualStudio</a>, urinated on <a title="Fedora" href="http://fedora.redhat.com/">Fedora</a>, set fire too <a title="Game Maker" href="http://www.gamemaker.nl/">Game Maker</a>, avoided Ajax, winked at Web2.0, beat the crap out of <a title="Oracle" href="http://www.oracle.com">Oracle</a>, been mentally scarred by <a title="DreamWeaver" href="http://www.macromedia.com/go/gnavtray_dwmx_home">DreamWeaver</a> and made mad passionate love to ASP.net.</p>
<p>Bottom line, if it exists, I&#8217;ve probably played with it.  My main expertise lies in Microsoft web and database technologies, namely ASP,  anything .net, mssql(From 6.5 up to 2005) and associated web technologies.  I spend 80% of my time on an intranet, the other 20% on our outward facing sites, and the other 20% my boss imagines I have, working on private projects.  In my spare time I play some mmorpgs, spend time with my wife, work on some websites(Except my own), and I&#8217;m currently building a huge <a title="Crossbows And Catapults" href="http://www.boardgamegeek.com/game/2129">crossbows and catapults</a> set for fun and the possible destruction of my flat.</p>
<p></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Whos+is+tonyenkiducx%3F+Who+the+hell+are+you%3F+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D121+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/&amp;t=Whos+is+tonyenkiducx%3F+Who+the+hell+are+you%3F" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/&amp;title=Whos+is+tonyenkiducx%3F+Who+the+hell+are+you%3F" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/&amp;title=Whos+is+tonyenkiducx%3F+Who+the+hell+are+you%3F" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/&amp;title=Whos+is+tonyenkiducx%3F+Who+the+hell+are+you%3F" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/&amp;title=Whos+is+tonyenkiducx%3F+Who+the+hell+are+you%3F" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F03%2Fwho-the-hell-are-you-an-introduction%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/03/who-the-hell-are-you-an-introduction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

