<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[linuxの飘扬]]></title> 
<link>http://www.linuxfly.org/index.php</link> 
<description><![CDATA[Power by www.linuxfly.org]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[linuxの飘扬]]></copyright>
<item>
<link>http://www.linuxfly.org/post/514/</link>
<title><![CDATA[[原]OpenVPN在Win7下的使用]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Mon, 10 May 2010 18:49:56 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/514/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;OpenVPN还是相当方便的VPN工具，Win7下的使用与XP基本相同，但有两点是需要注意的。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/openvpn/" rel="tag">openvpn</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/483/</link>
<title><![CDATA[[转]因ip_append_data()导致的本地权限提升漏洞]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Mon, 31 Aug 2009 03:02:30 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/483/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;与之前udev的Bug类似，都是可以提升本地普通用户到root管理员权限。<br/>简单测试：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">[qkboy@mail ~]$ uname -r<br/>2.6.9-42.7AXsmp<br/>[qkboy@mail ~]$ id <br/>uid=1001(qkboy) gid=1001(qkboy) groups=48(apache),1001(qkboy) <br/>[qkboy@mail ~]$ ./a <br/>sh-3.00# id <br/><span style="color: #FF0000;">uid=0(root) gid=0(root)</span> groups=48(apache),1001(qkboy) <br/>sh-3.00# cat /etc/redflag-release <br/>Red Flag DC Server release 5.0 (Trinity)</div></div><br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/exploit/" rel="tag">exploit</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/480/</link>
<title><![CDATA[[原]源于bluetooth/ppp等无线接入模块的权限提升漏洞]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Mon, 17 Aug 2009 05:05:27 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/480/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;8月11日，国外黑客taviso和julien公开了可以攻击所有新旧Linux系统的一个漏洞，该漏洞影响自2001年以来所有2.4.x和2.6.<br/>x的核心版本及其分支。包括但不限于RedFlag，RedHat，CentOS，Suse，Debian，Ubuntu，Slackware，Mandriva，Gentoo及其衍生系统。通过此漏洞，普通用户可轻易获得root权限，即使开启了SELinux也于事无补！<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/exploit/" rel="tag">exploit</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/455/</link>
<title><![CDATA[[转]通过pam限制置顶用户无法登录系统]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Wed, 08 Jul 2009 02:36:20 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/455/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;插入式验证模块（Pluggable Authentication Module，PAM）API 将公开一组功能，应用程序程序员可以使用这些功能来实现与安全性相关的功能，例如用户验证、数据加密、LDAP 等。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/pam/" rel="tag">pam</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/387/</link>
<title><![CDATA[[原]udev漏洞导致本地普通用户可提升到管理员权限]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Fri, 01 May 2009 15:09:38 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/387/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;前段时间（准确来说，应该是2009年4月24日），Linux的udev程序爆出本地提权漏洞，<span style="color: #FF0000;">本地用户可以轻易获得root权限</span>，经测试，漏洞影响红旗 Asianux 3.0 标准版和SP1 的各版本，但对DC Server 5.0没有影响。对应平台的朋友，请立即更新udev程序。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/udev/" rel="tag">udev</a> , <a href="http://www.linuxfly.org/tags/exploit/" rel="tag">exploit</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/381/</link>
<title><![CDATA[[转]linux下如何限制su - 权限]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Sat, 25 Apr 2009 03:34:06 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/381/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;因为root用户对系统具有全权的操作权限，为了避免一些失误的操作，建议在一般情况下，以一般用户登录系统，必要的时候需要root操作权限时，再通过“su -”命令来登录为root用户进行操作。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;在 一般情况下，一般用户通过执行“su -”命令、输入正确的root密码，可以登录为root用户来对系统进行管理员级别的配置。但是，为了更进一步加强系统的安全性，有必要建立一个管理员的组，只允许这个组的用户来执行“su -”命令登录为root用户，而让其他组的用户即使执行“su -”、输入了正确的root密码，也无法登录为root用户。在UNIX下，这个组的名称通常为“wheel”。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/su/" rel="tag">su</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/353/</link>
<title><![CDATA[[转]用好sudo]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Sun, 29 Mar 2009 02:36:03 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/353/</guid> 
<description>
<![CDATA[ 
	sudo工具能够帮你把一部分系统管理的责任分摊给其他人，还不用给出完全的root访问权限。它是一个setuid程序，只需要输入用户自己的密码，就可以执行sudo后面的命令。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/sudo/" rel="tag">sudo</a> , <a href="http://www.linuxfly.org/tags/security/" rel="tag">security</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/296/</link>
<title><![CDATA[[转]iptables 流程图]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Sun, 01 Feb 2009 06:44:01 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/296/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;整理资料时，从旧文档中找到的一幅，关于iptables对数据包进行处理的流程图，供大家参考：<br/><a href="http://www.linuxfly.org/attachment.php?fid=165" target="_blank"><img src="http://www.linuxfly.org/attachment.php?fid=165" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/iptables/" rel="tag">iptables</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/233/</link>
<title><![CDATA[[原]给iptables增加connlimit模块]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Mon, 23 Jun 2008 08:32:38 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/233/</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;使用p2p软件下载的客户端会建立了很多的tcp连接，导致网关负载太重，上网速度很慢。而iptables的connlimit模块，可以限制用户的tcp连接数，以下是给iptables加载模块的步骤和过程。<br/><br/><strong><span style="color: #4169E1;">一、系统平台</span></strong><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">操作系统：红旗 DC Server 5.0 for x86_64 sp2<br/>iptables版本：1.3.5</div></div><br/>系统自带的iptalbes版本为1.2.1，版本太低，加载connlimit补丁很麻烦。为保持较好的兼容性，我决定使用Asianux 3.0上的1.3.5版本。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/iptables/" rel="tag">iptables</a> , <a href="http://www.linuxfly.org/tags/kernel/" rel="tag">kernel</a> , <a href="http://www.linuxfly.org/tags/modules/" rel="tag">modules</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/post/229/</link>
<title><![CDATA[[原]使用IMQ（中介队列设备）模块]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[安全相关]]></category>
<pubDate>Wed, 04 Jun 2008 08:56:28 +0000</pubDate> 
<guid>http://www.linuxfly.org/post/229/</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;前面两篇日志都是为了做使用IMQ设备的准备。因为IMQ模块并没有包括在标准核心中，所以，需要我们另行编译。而这今天的日志中，我用一个几乎是最简单的例子，来说明如何使用IMQ设备模块。其中使用到tc的相关知识，如果您还不知道该怎么做，请先回头看看前几天的日志，否则会有点不知所云的。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/tags/tc/" rel="tag">tc</a> , <a href="http://www.linuxfly.org/tags/qos/" rel="tag">qos</a> , <a href="http://www.linuxfly.org/tags/imq/" rel="tag">imq</a>
]]>
</description>
</item>
</channel>
</rss>