<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>晓风听雨轩</title>
		<link>http://suddymail.org//</link>
		<description>时光流逝，岁月飞沙，记录下的，才是真实的脚印~</description>
		<copyright>Copyright (C) 2004 Security Angel Team [S4T] All Rights Reserved.</copyright>
		<generator>SaBlog-X Version 1.6 Build 20080806</generator>
		<lastBuildDate>Mon, 06 Sep 2010 22:16:07 +0000</lastBuildDate>
		<ttl></ttl>
		<item>
			<guid>http://suddymail.org//show-209-1.html</guid>
			<title>Web Vulnerability Scanner 6.5 Patch for 2010_02_10_01</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>RT<br />
Thanks for <span id="PresenceContainer">too<br />
Not work for free version.<br />
<br />
<strong>Information:</strong><br />
<br />
Build v6.5.20100210 - 10th February 2010<br />
<br />
New security check:<br />
<br />
&nbsp;&nbsp;&nbsp; * Test for Cross Site Scripting in the Referer header<br />
<br />
Improvement:<br />
<br />
&nbsp;&nbsp;&nbsp; * Acunetix Firefox extension now supports latest Firefox release<br />
<br />
Bug Fixes:<br />
<br />
&nbsp;&nbsp;&nbsp; * Crawler: Html decode form inputs before usage<br />
&nbsp;&nbsp;&nbsp; * Fixed an infinite recursion when crawler reported an external link from the same host but on a different port<br />
&nbsp;&nbsp;&nbsp; * Fixed an issue with the crawler with parsing robots.txt file<br />
&nbsp;&nbsp;&nbsp; * Web Services scanner: Fixed parsing of WSDL files with attributes</span></p>
<p>&nbsp;</p>
<p>2010-02-19 update：</p>
<p><span id="PresenceContainer">[code]2010_02_10_01_webvulnscan65.exe<br />
size: 15445824 byte<br />
MD5: 4BB84128A895CD5959C1369E1BD8AE55<br />
SHA1: 040AFAC2EE406AB6FBCF8AFBA078C34074EED933<br />
CRC32: 0CAFEA4F[/code]<br />
</span></p><br /><br /><b>附件: </b><a href="http://suddymail.org//attachment.php?id=106" target="_blank">web.vulnerability.scanner.6.5.patch.rar</a> (165.81 K, 下载次数:336)]]></description>
			<link>http://suddymail.org//show-209-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2010-02-17 23:11</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-191-1.html</guid>
			<title>使用grldr硬盘启动BT4</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>昨天晚上taobao搞了一个Intel 5300<br />
<br />
顺便搞搞看bt4咋用。结果货还没到，一天时间就折腾没了。</p><br /><br /><a href="http://suddymail.org//show-191-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-191-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2009-05-29 23:21</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-169-1.html</guid>
			<title>常在河边走，怎能不湿鞋</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>记一次中马与查杀过程。</p><br /><br /><a href="http://suddymail.org//show-169-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-169-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2008-11-09 23:32</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-167-1.html</guid>
			<title>SSH TUNNEL的麻烦</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>SSH服务，原来开放给用户用来进行跳板登录并记录相关LOG，后来大师告知说可以通过tunnel模式来进行别的操作。</p>
<p>测试发现，所有经过tunnel模式的操作都没有LOG。这个比较郁闷。</p>
<p>解决办法也很简单，直接禁用。</p>
<p>在/etc/ssh/sshd_config文件中启用以下选项：</p>
<p>[code]</p>
<p style="margin-bottom: 7.8pt; margin-left: 0cm; text-indent: 21pt; margin-right: 0cm;" class="MsoNormal"><font size="2" face="Arial" color="red"><span lang="EN-US" style="font-size: 10.5pt; color: red; font-family: Arial;">AllowTcpForwarding  no<o:p></o:p></span></font></p>
<p style="margin-bottom: 7.8pt; margin-left: 0cm; text-indent: 21pt; margin-right: 0cm;" class="MsoNormal"><font size="2" face="Arial" color="red"><span lang="EN-US" style="font-size: 10.5pt; color: red; font-family: Arial;">X11Forwarding  no<o:p></o:p></span></font></p>
<p style="margin-bottom: 7.8pt; margin-left: 0cm; text-indent: 21pt; margin-right: 0cm;" class="MsoNormal"><font size="2" face="Arial" color="red"><span lang="EN-US" style="font-size: 10.5pt; color: red; font-family: Arial;">PermitTunnel  no<o:p></o:p></span></font></p>
<p>[/code]</p>
<p>然后restart服务。OK 世界清净了。</p>
<p>ps：测试中意外发现，restart ssh服务不会对线上用户造成影响，也就是说你可以无视线上的用户直接去restart服务，线上的那些用户还是连在线上，不会出现中断的现在。不过，新的配置文件只对restart后新登录上来的用户生效。</p>]]></description>
			<link>http://suddymail.org//show-167-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2008-09-22 16:02</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-149-1.html</guid>
			<title>[zz]ph4nt0m Webzine第一期发布</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>第一期发布了。</p>
<p>目录如下：</p>
<div class="mboxct">
<div class="zlist">[0x01] Introduction [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x01Introduction.txt">txt</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x01Introduction.html">htm</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x01Introduction.pdf">pdf</a>]</div>
<div class="zlist">[0x02] An improvement on mixed case alphanumeric shellcode decoder [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x02Animprovementonmixedc.txt">txt</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x02Animprovementonmixed.html">htm</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x02Animprovementonmixedc.pdf">pdf</a>]</div>
<div class="zlist">[0x03] 做一个优秀的木匠 [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x03.txt">txt</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x03.html">htm</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x03.pdf">pdf</a>]</div>
<div class="zlist">[0x04] 安全幻想曲2008 [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x042008.txt">txt</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x042008.html">htm</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x042008.pdf">pdf</a>]</div>
<div class="zlist">[0x05] Shellcode For Mac OSX x86 Tips [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x05ShellcodeForMacOSXx86.txt">txt</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x05ShellcodeForMacOSXx8.html">htm</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x05ShellcodeForMacOSXx86.pdf">pdf</a>]</div>
<div class="zlist">[0x06] 利用httponly提升应用程序安全性 [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x06httponly.txt">txt</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x06httponly.html">htm</a>] [<a target="_blank" href="http://www.ph4nt0m.org-a.googlepages.com/PSTZine0x010x06httponly.pdf">pdf</a>]<br />
<br />
<br />
<div id="pstnews" class="mbox">
<div class="mboxtt">Package download</div>
<div class="mboxct">
<div><a href="http://www.ph4nt0m.org-a.googlepages.com/pstzine_0x01.zip">pstzine_0x01.zip</a></div>
<div><a href="http://www.ph4nt0m.org-a.googlepages.com/pstzine_0x01.tar.gz">pstzine_0x01.tar.gz</a><br />
<br />
<br />
原始链接(以这为准)<br />
http://www.ph4nt0m.org-a.googlepages.com/pstzine_0x01</div>
</div>
</div>
</div>
</div>]]></description>
			<link>http://suddymail.org//show-149-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2008-03-26 11:08</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-135-1.html</guid>
			<title>IPTABLES限制</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>在centos上配置ntpd的时候发现iptables的限制解决</p><br /><br /><a href="http://suddymail.org//show-135-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-135-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2007-12-03 17:57</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-61-1.html</guid>
			<title>win自带的结束进程命令</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>ntsd -c q -p PID</p>
<p>系统自带的。用pid来强制结束进程的命令</p>]]></description>
			<link>http://suddymail.org//show-61-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2006-08-06 23:04</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-58-1.html</guid>
			<title>关于国内邮箱的跨站攻击</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>测试了一下午。终于在小米的帮助下成功了。</p>
<p>&nbsp;</p><br /><br /><a href="http://suddymail.org//show-58-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-58-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2006-07-18 17:07</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-57-1.html</guid>
			<title>assoc命令</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>关于命令行下使用assoc命令恢复文件关联，具体如下</p>
<p>assoc .exe=exefile</p>
<p>上面的就是恢复exe文件的关联，这个是在同学电脑exe文件不能用的时候不小心gg到的，感觉还满好用的。不用直接去写注册表。</p>]]></description>
			<link>http://suddymail.org//show-57-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2006-07-17 03:34</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-15-1.html</guid>
			<title>另类脚本文件后缀</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>关于代替vbs的脚本后缀</p><br /><br /><a href="http://suddymail.org//show-15-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-15-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-07-15 13:27</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-16-1.html</guid>
			<title>[ZZ]radmin的另类bat安装。</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>使用bat来安装radmin</p>
<p>实现了自启动<br />配合XMALI邮件发送工具 把肉鸡的IP经过ICMP判断是否在线后发送到指定的油箱<br />如果当前未上线则继续等到20分钟再判断<br />r_server.bat为安装RADMIN的批出理<br />当时分开来写了<br />通过VB 或者VC写个函数来调用<br />比如SHELLEXCUTE 这样的好处一是没有黑色DOS窗口 二是发送邮箱的密码可以填写在VB VC函数里作为DOS参数传递 而不会已明文显示在BAT中<br /><br />然后通过WINRAR自释放<br /><!----></p><br /><br /><a href="http://suddymail.org//show-16-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-16-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-06-25 20:52</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-17-1.html</guid>
			<title>[zz]用'or' '='or'就能登陆网站后台的漏洞及修补</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[修补'or' '='直接登陆后台的漏洞，转自邪8<br /><br /><a href="http://suddymail.org//show-17-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-17-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-06-25 20:50</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-18-1.html</guid>
			<title>当不能使用<%%>asp标记的时候的一个解决办法</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>使用javascript来代替asp标记</p><br /><br /><a href="http://suddymail.org//show-18-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-18-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-06-05 20:48</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-19-1.html</guid>
			<title>另类导入注册表</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[reg替换regedit,regedt32使用<br /><br /><a href="http://suddymail.org//show-19-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-19-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-05-20 12:59</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-20-1.html</guid>
			<title>站长助手6.0里调用自己上传的cmd的方法</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[站长助手修改来使用自己上传的cmd的方法<br /><br /><a href="http://suddymail.org//show-20-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-20-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-05-09 12:33</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-22-1.html</guid>
			<title>[zz]克隆管理员帐号的方法</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>转的一篇克隆帐号的文章，不过实际使用中还是有点瑕疵。</p>
<p>&nbsp;</p><br /><br /><a href="http://suddymail.org//show-22-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-22-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-05-06 12:38</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-23-1.html</guid>
			<title>[zz]NT的注册表文件存放位置</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>NT注册表文件的物理存放位置</p><br /><br /><a href="http://suddymail.org//show-23-1.html" target="_blank">阅读全文</a><br /><br />]]></description>
			<link>http://suddymail.org//show-23-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-05-06 12:22</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-7-1.html</guid>
			<title>命令行FTP下批量下载命令</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>可以用</p>
<p>mget </p>
<p>支持通配符。LFTP支持TAB</p>
<p>如mget *.*</p>]]></description>
			<link>http://suddymail.org//show-7-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-05-06 12:16</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-6-1.html</guid>
			<title>exe文件的另类后缀</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[实际上.exe和.cmd的效果好象相同。有利用的话说不定可以产生饶过某些监控的效果。<br />]]></description>
			<link>http://suddymail.org//show-6-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-05-06 12:13</pubDate>
		</item>
		<item>
			<guid>http://suddymail.org//show-5-1.html</guid>
			<title>Dialupass.exe 命令</title>
			<author>╰☆往事如风</author>
			<description><![CDATA[<p>net stop sharedaccess&nbsp; 关墙</p>
<p><br />Dialupass.exe /alluser /stext &quot;c:\1.txt&quot;&nbsp; FindPwd</p><br /><br /><b>附件: </b><a href="http://suddymail.org//attachment.php?id=2" target="_blank">dialupass.rar</a> (34.09 K, 下载次数:2917)]]></description>
			<link>http://suddymail.org//show-5-1.html</link>
			<category domain="http://suddymail.org//category-1-1.html">安全相关</category>
			<pubDate>2005-05-06 12:12</pubDate>
		</item>
	</channel>
</rss>
