<?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>Chinadu&#039;s Blog &#187; Join</title>
	<atom:link href="http://www.4shell.org/archives/tag/join/feed" rel="self" type="application/rss+xml" />
	<link>http://www.4shell.org</link>
	<description>关注网络安全</description>
	<lastBuildDate>Tue, 31 Jan 2012 12:43:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Join破解Linux密码</title>
		<link>http://www.4shell.org/archives/1080.html</link>
		<comments>http://www.4shell.org/archives/1080.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 07:27:35 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[Join]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.4shell.org/archives/1080.html</guid>
		<description><![CDATA[来源：iCNPunk 测试环境，RHEL5系统，系统root帐户一个，自建帐户icnpunk一个。 [root@localhost run]# ./unshadow /etc/passwd /etc/shadow &#62; /tmp/passwd [root@localhost run]# vim /tmp/passwd 删除没有用的行，只剩下需要破解的账号： root:$1$aUXH7Z3Y$fec8RLXoAkEdn41UmvMYj.:0:0:root:/root:/bin/bash icnpunk:$1$CmzD3ab0$qp.JmpXa8d3IIBYrltWDb/:500:500::/home/icnpunk:/bin/bash 我加入了自己的真实密码到password.lst文件里 [root@localhost run]# echo 1234567 &#62;&#62; password.lst [root@localhost run]# ./john –wordlist=password.lst /tmp/passwd Loaded 2 password hashes with 2 different salts (FreeBSD MD5 [32/32]) 1234567          (root) 1234567          (icnpunk) guesses: 2  time: 0:00:00:01 100%  c/s: 5920  trying: 1234567 相关文章2011年11月25日 -- 最小化安装CentOS6 VMware-tools安装几点注意事项2011年11月24日 [...]]]></description>
			<content:encoded><![CDATA[<p>来源：<a href="http://icnpunk.wordpress.com.cn/2009/08/31/%e6%b5%8b%e8%af%95%e7%94%a8join%e7%bb%93%e5%90%88%e5%ad%97%e5%85%b8%e7%a0%b4%e8%a7%a3linux%e5%af%86%e7%a0%81/">iCNPunk</a></p>
<p>测试环境，RHEL5系统，系统root帐户一个，自建帐户icnpunk一个。</p>
<p>[root@localhost run]# ./unshadow /etc/passwd /etc/shadow &gt; /tmp/passwd</p>
<p>[root@localhost run]# vim /tmp/passwd<br />
删除没有用的行，只剩下需要破解的账号：
<pre>
<code>root:$1$aUXH7Z3Y$fec8RLXoAkEdn41UmvMYj.:0:0:root:/root:/bin/bash
icnpunk:$1$CmzD3ab0$qp.JmpXa8d3IIBYrltWDb/:500:500::/home/icnpunk:/bin/bash</code></pre>
<p><span id="more-1080"></span></p>
<p>我加入了自己的真实密码到password.lst文件里</p>
<p>[root@localhost run]# echo 1234567 &gt;&gt; password.lst</p>
<p>[root@localhost run]# ./john –wordlist=password.lst /tmp/passwd<br />
Loaded 2  password hashes with 2 different salts (FreeBSD MD5 [32/32])<br />
1234567           (root)<br />
1234567          (icnpunk)<br />
guesses: 2  time: 0:00:00:01 100%  c/s:  5920  trying: 1234567</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2011年11月25日 -- <a href="http://www.4shell.org/archives/2062.html" title="最小化安装CentOS6 VMware-tools安装几点注意事项">最小化安装CentOS6 VMware-tools安装几点注意事项</a></li><li>2011年11月24日 -- <a href="http://www.4shell.org/archives/2059.html" title="linux Backdoor">linux Backdoor</a></li><li>2011年11月24日 -- <a href="http://www.4shell.org/archives/2055.html" title="allinone: Linux pentest tools">allinone: Linux pentest tools</a></li><li>2011年06月10日 -- <a href="http://www.4shell.org/archives/1969.html" title="VMware 硬盘扩容">VMware 硬盘扩容</a></li><li>2011年06月6日 -- <a href="http://www.4shell.org/archives/1958.html" title="Linux下MySQL的load_file常用路径">Linux下MySQL的load_file常用路径</a></li><li>2011年06月6日 -- <a href="http://www.4shell.org/archives/1956.html" title="linux渗透小技巧">linux渗透小技巧</a></li><li>2011年05月26日 -- <a href="http://www.4shell.org/archives/1933.html" title="Linux 安装基于PPTPD的vpn,内网渗透用">Linux 安装基于PPTPD的vpn,内网渗透用</a></li><li>2011年05月16日 -- <a href="http://www.4shell.org/archives/1930.html" title="kernel-2.6.18-164 Local 2010 Exploit Root Private Cant See Images">kernel-2.6.18-164 Local 2010 Exploit Root Private Cant See Images</a></li><li>2011年04月30日 -- <a href="http://www.4shell.org/archives/1920.html" title="Linux基本操作命令">Linux基本操作命令</a></li><li>2011年04月30日 -- <a href="http://www.4shell.org/archives/1919.html" title="让putty支持中文输入和显示">让putty支持中文输入和显示</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/1080.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

