<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Sipo Blog - Linux</title><link>http://www.dc9.cn/</link><description>淡泊明志 - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright Sipo.</copyright><pubDate>Fri, 10 Sep 2010 01:33:05 +0800</pubDate><item><title>在Linux下尝试Raw Socket TCP/IP编程之后的收获</title><author>a@b.c (sipo)</author><link>http://www.dc9.cn/post/RawSocket.html</link><pubDate>Sat, 24 Mar 2007 23:15:04 +0800</pubDate><guid>http://www.dc9.cn/post/RawSocket.html</guid><description><![CDATA[先尝试了一下Libpnet6(http://pnet6.sourceforge.net/),这个库非常强大。真正用起来就知道。<br/>我先测试了一下用它tests/raw.c发送ICMP报文，成功。在Linux下进行DDOS看来真得很简单。<br/>而后，又编了一下TCP握手（模拟浏览器提交），经过三次TCP握手，通过HTTP协议发送一串报文进行GET或者POST操作，模拟浏览器提交。<br/>从而深入理解了为什么浏览器访问网站要用TCP协议(不用UDP)。因为用TCP协议没有办法伪造假IP（要握手的），除非服务器的操作系统有漏洞，能破解TCP序列号.<br/><b><font color="Red">也就是说想伪造一个IP（非代理）去GET/POST一个URL那几乎是不可能的。<br/>这就是说，凡是“伪造”（应该说跳板，其实无法伪造）IP进行GET/POST的必然是“代理服务器”。</font></b><br/>当然啦，除了IP不能伪造，所有的HttpRequestHeader都是可以伪造的。<br/>看。Accept, Referer，Accept-Language，Accept-Encoding，User-Agent，Connection都是可以伪造的。<br/>所以检测这些变量，就是扯淡，只能防君子不能防小人。<br/>深入理解TCP/IP协议，对于信息安全攻防大有裨益。]]></description><category>Linux</category><comments>http://www.dc9.cn/post/RawSocket.html#comment</comments><wfw:comment>http://www.dc9.cn/</wfw:comment><wfw:commentRss>http://www.dc9.cn/feed.asp?cmt=389</wfw:commentRss><trackback:ping>http://www.dc9.cn/cmd.asp?act=tb&amp;id=389&amp;key=5bbdc112</trackback:ping></item><item><title>INTEL SE7230NH1-E+PD925空载温度竟然99度</title><author>a@b.c (sipo)</author><link>http://www.dc9.cn/post/INTEL7230-PD925.html</link><pubDate>Sat, 27 Jan 2007 19:27:59 +0800</pubDate><guid>http://www.dc9.cn/post/INTEL7230-PD925.html</guid><description><![CDATA[今天攒了一台INTEL7230+PD925的1U服务器，在村里忘了看，<br/>回到家里发现开机温度居然飙升到了84度，过了2分钟上升到99度。<br/>我的神阿。<br/>没想到PD925这样的热。果然PD925不适合作服务器CPU使用。<br/>玩游戏还差不多。再加个水冷什么的。<br/>明天打算换一个P4 630 3.0GB或者换一个2.8GB的<br/>应该温度能降下来吧，愿上帝保佑了。<br/>以后有钱再买好的服务器咯。...]]></description><category>Linux</category><comments>http://www.dc9.cn/post/INTEL7230-PD925.html#comment</comments><wfw:comment>http://www.dc9.cn/</wfw:comment><wfw:commentRss>http://www.dc9.cn/feed.asp?cmt=375</wfw:commentRss><trackback:ping>http://www.dc9.cn/cmd.asp?act=tb&amp;id=375&amp;key=fe2ef59c</trackback:ping></item></channel></rss>
