<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[空空 's Blog]]></title> 
    <link>http://www.k0ngk0ng.cn/</link> 
    <description><![CDATA[谈什么都行，别提盗号！]]></description> 
    <language>cn</language> 
    <copyright><![CDATA[Copyright 2010, 空空 's Blog]]></copyright> 
    <webMaster><![CDATA[null@null.com (Unknown)]]></webMaster> 
    <generator>LBS v2.0.304</generator> 
    <pubDate>Sat, 31 Jul 2010 13:16:50 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[sql2005开启xp_cmdshell]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=152]]></link> 
      <category><![CDATA[技术文章]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 30 Jul 2010 17:53:39 +0800</pubDate> 
      <description><![CDATA[MSSQL SERVER 2005默认把xpcmdshell 给ON了 <br />如果要启用的话就必须把他加到高级用户模式 <br />可以直接在注入点那里直接注入 <div class="code">id=5;EXEC </div>]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=152]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[用WINRAR下载整站源代码]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=151]]></link> 
      <category><![CDATA[技术文章]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 27 Jul 2010 15:12:52 +0800</pubDate> 
      <description><![CDATA[多数站点主机都会安装winrar,如果你获得的webshell能够运行exe文件,你就可以使用rar.exe这个命令行程序进行打包,rar的详细命令可以在winrar的安装目录里&quot;Rar.txt&quot;文件]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=151]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Churrasco提权]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=150]]></link> 
      <category><![CDATA[技术文章]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Wed, 21 Jul 2010 16:41:50 +0800</pubDate> 
      <description><![CDATA[说起WebShell提权的方法网上文章是多得所处可见！<br />那么在这里我写点自己提权时所用到几个小方法！也是自己实战得来的经验！<br />方法如有不对的请大家多多指点！<br />提权时要到的工具如下：cmd.exe Churrasco.exe nc.exe<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=150]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[MSSQL数据库常用语句]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=149]]></link> 
      <category><![CDATA[技术文章]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Wed, 21 Jul 2010 13:45:56 +0800</pubDate> 
      <description><![CDATA[获取当前数据库中的所有用户表<div class="code">select Name from sysobjects where xtype=&#39;u&#39; and status&gt;=0</div><br />获取某一个表的所有字段<div class="code">select </div>]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=149]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[VB实现不占用CPU的延时,timer和sleep可以下岗了]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=148]]></link> 
      <category><![CDATA[技术文章]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 03 Jul 2009 17:58:56 +0800</pubDate> 
      <description><![CDATA[窗体:<br /><div class="code">Private mobjWaitTimer As clsWaitableTimer<br /><br />Private Sub RunProcess()<br /><br />Set mobjWaitTimer = New clsWaitableTimer</div>]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=148]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[php+mysql如何爆页面绝对路径]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=147]]></link> 
      <category><![CDATA[技术文章]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Thu, 04 Jun 2009 19:23:06 +0800</pubDate> 
      <description><![CDATA[1、加引号&#39;这个最常用<br /><br />2、变参数类型，比如把id=1改为id=a等 有时很有效果<br /><br />3、乱添数据,比如把id=1改为id=1111111111111111111111......等 有时很有效果<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=147]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[自己构造注入点asp]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=146]]></link> 
      <category><![CDATA[技术文章]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Thu, 04 Jun 2009 19:21:51 +0800</pubDate> 
      <description><![CDATA[一种是通过conn.asp获知数据库帐户密码以后<br />自己构造，另一个是通过搜索查看源代码构造注入点。<br /><br />第一种：适用条件:<br /><br />已经获得网站的数据库链接文件,但不是SA权限<br /><br />(当然如果是MDB数据库那就]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=146]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Tweak PDF To Word 3.0 绿色破解版]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=144]]></link> 
      <category><![CDATA[资源共享]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Mon, 01 Jun 2009 14:37:27 +0800</pubDate> 
      <description><![CDATA[<div style="width: 100%;overflow-x : auto;"><a href="http://i.namipan.com/files/a1e8c7adca5f76b5a8e82838c41ddba64b578b1b6b0e01008438/0/k0ng.jpg" target="_blank"><img src="http://i.namipan.com/files/a1e8c7adca5f76b5a8e82838c41ddba64b578b1b6b0e01008438/0/k0ng.jpg" alt="http://i.namipan.com/files/a1e8c7adca5f76b5a8e82838c41ddba64b578b1b6b0e01008438/0/k0ng.jpg" /></a></div><br /><br />可以很容易地转换成PDF格式的Word ]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=144]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[标志位破解]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=143]]></link> 
      <category><![CDATA[资源共享]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Wed, 20 May 2009 13:44:09 +0800</pubDate> 
      <description><![CDATA[记录一下，有些软件通过暴力破解或者JMP追出了注册码，并且软件界面上也有了“已注册”的字样，可运行软件时还是有限制？我想很多朋友也遇到过这种问题吧，所以抽空做了个动画，也许对某些人有所帮助吧。<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=143]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[命令行下的PUT方式上传大文件]]></title> 
      <link><![CDATA[http://www.k0ngk0ng.cn/article.asp?id=142]]></link> 
      <category><![CDATA[资源共享]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Thu, 19 Mar 2009 10:43:06 +0800</pubDate> 
      <description><![CDATA[文章作者：pt007[at]vip.sina.com<br />信息来源：邪恶八进制信息安全团队(www.eviloctal.com)<br /><br />注：文章首发I.S.T.O信息安全团队，后由原创作者友情提交到邪恶八进制]]></description>
      <wfw:commentRss><![CDATA[http://www.k0ngk0ng.cn/feed.asp?q=comment&id=142]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
