<?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>Back To Will a.k.a. i.am.Ben &#187; Dreamhost</title> <atom:link href="http://www.iambencn.com/tag/dreamhost/feed/" rel="self" type="application/rss+xml" /><link>http://www.iambencn.com</link> <description>F100fd闯天下.... Maroon 5 &#38; Rihanna... ^_^</description> <lastBuildDate>Tue, 03 Jan 2012 16:31:51 +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>URGENT: Account Exploit... But How?</title><link>http://www.iambencn.com/2010/05/19/urgent-account-exploit-but-how/</link> <comments>http://www.iambencn.com/2010/05/19/urgent-account-exploit-but-how/#comments</comments> <pubDate>Tue, 18 May 2010 18:45:09 +0000</pubDate> <dc:creator>i.am.Ben</dc:creator> <category><![CDATA[建站笔记]]></category> <category><![CDATA[Dreamhost]]></category> <category><![CDATA[Transmit]]></category><guid isPermaLink="false">http://www.iambencn.com/?p=505</guid> <description><![CDATA[今天想上下我网站的时候忽然发现403，一阵纳闷，就ssh上来看到底咋回事，发现我网页folder变成了iambencn.com_DISABLED_BY_DREAMHOST__COMPROMISED，于是就更纳闷。dh也没给我发信啊，怎么就直接这么封了？然后联系上客服，给了send了这封mail。 Hello, We have received a report of what appears to be a phishing page that has been uploaded to your account. It would appear that phishers have uploaded a phishing site to the following location: http://www.iambencn.com/global/online.regions/ as well as a backdoor shell here: http://www.iambencn.com/doc.php We have deleted the page in question, but would appreciate [...]]]></description> <content:encoded><![CDATA[<p>今天想上下我网站的时候忽然发现403，一阵纳闷，就ssh上来看到底咋回事，发现我网页folder变成了iambencn.com_DISABLED_BY_DREAMHOST__COMPROMISED，于是就更纳闷。dh也没给我发信啊，怎么就直接这么封了？然后联系上客服，给了send了这封mail。</p><blockquote><p>Hello,</p><p>We have received a report of what appears to be a phishing page that has<br /> been uploaded to your account. It would appear that phishers have<br /> uploaded a phishing site to the following location:</p><p>http://www.iambencn.com/global/online.regions/</p><p>as well as a backdoor shell here:</p><p>http://www.iambencn.com/doc.php</p><p>We have deleted the page in question, but would appreciate it if you<br /> could go through your account and update any 3rd party scripts under it -<br /> particularly those that either include email functionality or interact<br /> with the file system in some manner. Old versions of WordPress, PHPBB,<br /> etc. are common causes for this sort of thing, as are openly available<br /> upload scripts. You should also look to see if any suspicious files can<br /> be found that you did not upload yourself.</p><p>Helpful information on dealing with exploits can be found here:</p><p>http://abuse.dreamhost.com/cracking/#exploits</p><p>Note that I've disabled the domain until you can complete the upgrades.<br /> Please do not re-enable it until it is secure.</p><p>If you have any questions, please let us know.</p><p>Thanks!<br /> Robert R</p></blockquote><p>大意就是被人hack了，装上了后门。我global的目录放的是全局的js，也放上了个index.php，照理应该不存在什么安全隐患。后来查看了下目录，发现了两个文件：</p><ul><li>file.php - decode之后就是个php的uploader；</li><li>core - 是个java vm。</li></ul><p>这得要什么权限才能把文件上传到根目录上来？我仔细想了想：</p><ul><li>装了个DBManager，可是以前也装过，没出过问题，也没搜出有人装出过问题，所以排除；</li><li>刚从macidea下了k'ed的Transmit 4.0.4没几天，只能说这个嫌疑最大了。</li></ul><p>不过还是没想出个究竟。</p><p>sigh 哪年哪月才有那闲钱买个transmit回来用啊？有心无力啊moll兄⋯</p> ]]></content:encoded> <wfw:commentRss>http://www.iambencn.com/2010/05/19/urgent-account-exploit-but-how/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Mac上用Dreamhost的SSH来翻越围墙...</title><link>http://www.iambencn.com/2009/01/08/socks-proxy-via-dreamhost-ssh-on-mac/</link> <comments>http://www.iambencn.com/2009/01/08/socks-proxy-via-dreamhost-ssh-on-mac/#comments</comments> <pubDate>Wed, 07 Jan 2009 19:22:08 +0000</pubDate> <dc:creator>i.am.Ben</dc:creator> <category><![CDATA[Mac二三事]]></category> <category><![CDATA[Dreamhost]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Proxy]]></category> <category><![CDATA[SSH]]></category> <category><![CDATA[代理]]></category> <category><![CDATA[翻墙]]></category><guid isPermaLink="false">http://www.iambencn.com/?p=352</guid> <description><![CDATA[打开Terminal ssh -D 7142 username@domain 输入密码 打开Firefox-&#62;Preferences-&#62;Network-&#62;Settings 选Manual proxy configuration 在SOCKS Host中填上127.0.0.1跟7142 Enjoy 小心流量...]]></description> <content:encoded><![CDATA[<ol><li>打开Terminal</li><li>ssh -D 7142 username@domain</li><li>输入密码</li><li>打开Firefox-&gt;Preferences-&gt;Network-&gt;Settings</li><li>选Manual proxy configuration</li><li>在SOCKS Host中填上127.0.0.1跟7142</li><li>Enjoy</li></ol><p><a rel="attachment wp-att-353" href="http://www.iambencn.com/2009/01/08/socks-proxy-via-dreamhost-ssh-on-mac/firefox/"><img src="http://www.iambencn.com/wp-content/uploads/2009/01/firefox.png" alt="firefox" width="100%" /></a></p><p>小心流量...</p> ]]></content:encoded> <wfw:commentRss>http://www.iambencn.com/2009/01/08/socks-proxy-via-dreamhost-ssh-on-mac/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/13 queries in 0.033 seconds using disk: basic
Object Caching 364/386 objects using disk: basic

Served from: www.iambencn.com @ 2012-02-08 05:36:55 -->
