<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Gone Phishing | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1913</link>
    <description>Recent comments on userscript: Gone Phishing</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by B10m</title>
      <description>&lt;p&gt;Thanks for the feedback nitro322. Let me explain why I don't think your examples should be updated:&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;link: &lt;a href=&quot;http://www.evilsite.net/&quot;&gt;http://www.evilsite.net/&lt;/a&gt;
&lt;br /&gt;text: &lt;a href=&quot;http://www.goodsite.net&quot;&gt;www.goodsite.net&lt;/a&gt;&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;Technically, &quot;www.goodsite.net&quot; is not an URL. I don't trust that to begin with ;-). We could scan for text that begins with 'www', but the next thing would be to include 'secure', 'images', etc. What about this?&lt;/p&gt;

&lt;p&gt;link: &lt;a href=&quot;http://evilsite.com/&quot;&gt;http://evilsite.com/&lt;/a&gt;
&lt;br /&gt;text: goodsite.com&lt;/p&gt;

&lt;p&gt;As you can see, it's getting tricky.&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;link: &lt;a href=&quot;http://www.evilsite.net/&quot;&gt;http://www.evilsite.net/&lt;/a&gt;
&lt;br /&gt;text: goodpage.html&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;See above. This URL is not really trying to trick you that much. Following this example (and taking it to extremes) this would be incorrect too:&lt;/p&gt;

&lt;p&gt;link: &lt;a href=&quot;http://www.evilsite.com/contact.html&quot;&gt;http://www.evilsite.com/contact.html&lt;/a&gt;
&lt;br /&gt;text: faq&lt;/p&gt;

&lt;p&gt;&lt;blockquote&gt;link: &lt;a href=&quot;http://www.goodsite.net/evilpage&quot;&gt;http://www.goodsite.net/evilpage&lt;/a&gt;
&lt;br /&gt;text: &lt;a href=&quot;http://www.goodsite.net/&quot;&gt;http://www.goodsite.net/&lt;/a&gt;&lt;/blockquote&gt;&lt;/p&gt;

&lt;p&gt;The same thing as above applies here. This isn't really a fishing attempt. We're on the same domain, so the least we can do is trust the server. The &quot;evilpage&quot; shouldn't be on the &quot;goodsite.net&quot; to begin with ;-)&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2007 20:19:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9745:18006</guid>
      <author>B10m</author>
      <link>http://userscripts.org/posts/18006</link>
    </item>
    <item>
      <title>Archived Comments, replied by nitro322</title>
      <description>&lt;p&gt;By the way, the link/text pairs in my example should have all been plain text.  The userscript.org website translated them into links.  I'd recommend not clicking on any of them as I really don't know where they lead.&lt;/p&gt;</description>
      <pubDate>Sun, 25 Feb 2007 07:28:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9745:18007</guid>
      <author>nitro322</author>
      <link>http://userscripts.org/posts/18007</link>
    </item>
    <item>
      <title>Archived Comments, replied by nitro322</title>
      <description>&lt;p&gt;B10m, I've been using this script for a while now.  Very cool idea; thanks for making it available.&lt;/p&gt;

&lt;p&gt;I've recently been testing it, though, and I noticed a few cases where it will fail.  For example, take the following link/text pairs:&lt;/p&gt;

&lt;p&gt;link: &lt;a href=&quot;http://www.evilsite.net/&quot;&gt;http://www.evilsite.net/&lt;/a&gt;
&lt;br /&gt;text: &lt;a href=&quot;http://www.goodsite.net&quot;&gt;www.goodsite.net&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;link: &lt;a href=&quot;http://www.evilsite.net/&quot;&gt;http://www.evilsite.net/&lt;/a&gt;
&lt;br /&gt;text: goodpage.html&lt;/p&gt;

&lt;p&gt;link: &lt;a href=&quot;http://www.goodsite.net/evilpage&quot;&gt;http://www.goodsite.net/evilpage&lt;/a&gt;
&lt;br /&gt;text: &lt;a href=&quot;http://www.goodsite.net/&quot;&gt;http://www.goodsite.net/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In all three cases, your script will fail to report the discrepancy.  I tried playing around with the source a bit to see if I could make this work, but I'm just not that good with Javascript.&lt;/p&gt;

&lt;p&gt;Any chance you could look into this and try to make your script a bit more robust?&lt;/p&gt;</description>
      <pubDate>Sun, 25 Feb 2007 07:26:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9745:18008</guid>
      <author>nitro322</author>
      <link>http://userscripts.org/posts/18008</link>
    </item>
    <item>
      <title>Archived Comments, replied by mar 1</title>
      <description>&lt;p&gt;This is certainly one of the best Greasemonkey scripts that I've ever used. Personaly, I want to know what is hiding under the surface. So, this script has made it much easier for me to detect suspicious Web pages. If you are using the &quot;Redirect Remover&quot; extension (which I am doing), it will be even better to have this script installed since &quot;Gone Fishing&quot; will act as an early-warning-system when you click on a suspicious link. I recommend them both! If you want the extension to work, you have to configure it in a certain way. For best result, go to the &quot;Highlighting&quot; tab and untick the first checkbox (...containing a removed redirect). For the uncleaned section, just use yellow as background. Sorry for the looong comment! B10m you rock!! :)&lt;/p&gt;</description>
      <pubDate>Mon, 15 May 2006 00:12:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9745:18009</guid>
      <author>mar 1</author>
      <link>http://userscripts.org/posts/18009</link>
    </item>
    <item>
      <title>Archived Comments, replied by B10m</title>
      <description>&lt;p&gt;Updated, thanks a bunch.&lt;/p&gt;</description>
      <pubDate>Fri, 03 Feb 2006 14:40:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9745:18010</guid>
      <author>B10m</author>
      <link>http://userscripts.org/posts/18010</link>
    </item>
    <item>
      <title>Archived Comments, replied by Bret Mogilefsky</title>
      <description>&lt;p&gt;Works great, and a great idea. Thanks!&lt;/p&gt;

&lt;p&gt;One little nit... The script was turning up false positives over differences in case, which I think is unnecessary. That situation crops up more often than you might think; about 2/3 of the warnings I was seeing were for that. I put &quot;.toLowerCase()&quot; on each of the operands to the main string compare to stop that.&lt;/p&gt;</description>
      <pubDate>Fri, 03 Feb 2006 12:37:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9745:18011</guid>
      <author>Bret Mogilefsky</author>
      <link>http://userscripts.org/posts/18011</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9745:18005</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/18005</link>
    </item>
  </channel>
</rss>
