<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Fireshark blog</title>
	<atom:link href="http://www.fireshark.org/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.fireshark.org/blog</link>
	<description>linking the malicious web</description>
	<lastBuildDate>Sat, 29 May 2010 15:54:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Fireshark 1.0 Pre-release! by Eli Kirk</title>
		<link>http://www.fireshark.org/blog/?p=4&#038;cpage=1#comment-15</link>
		<dc:creator>Eli Kirk</dc:creator>
		<pubDate>Sat, 29 May 2010 15:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.fireshark.org/blog/?p=4#comment-15</guid>
		<description>Heh I am actually the only comment to this great post.</description>
		<content:encoded><![CDATA[<p>Heh I am actually the only comment to this great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plans for new version (Fireshark 1.1) by hank</title>
		<link>http://www.fireshark.org/blog/?p=8&#038;cpage=1#comment-13</link>
		<dc:creator>hank</dc:creator>
		<pubDate>Thu, 27 May 2010 16:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fireshark.org/blog/?p=8#comment-13</guid>
		<description>Hi Stephan, 
Thanks for the reply. 
about the META data &quot;REFRESH&quot; tag, that is exactly what I said.
I think I illustrate the problem badly. 
What I want to said is it will not be log correctly when I put the another link after redirection link.
for example, URL A will redirect user to URLB, 
When I write the data.txt file like this:
ULRA
URLC
It will only log URL A and URL C without URL B
However, I I write the file like ;
URLC
URLA, 
Then I will log all the URLs, including URL A B, and C

About different kind of redirectors, I am interested in three kind of redirection methods, 1) HTTP status, 2)Meta Data &quot;REFRESH&quot; tag, and 3) JavaScript redirection.
1) HTTP status: It is already shown in the raw log file as you said.
2) Meta data: I find it will be logged as another &quot;urlloadded&quot; ,
3) JavaScript: the basic one might look like this 

window.location = http://redirect.html
 
There are other more complicated ways to do redirection in JavaScript. I just want to group them in the same group.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Stephan,<br />
Thanks for the reply.<br />
about the META data &#8220;REFRESH&#8221; tag, that is exactly what I said.<br />
I think I illustrate the problem badly.<br />
What I want to said is it will not be log correctly when I put the another link after redirection link.<br />
for example, URL A will redirect user to URLB,<br />
When I write the data.txt file like this:<br />
ULRA<br />
URLC<br />
It will only log URL A and URL C without URL B<br />
However, I I write the file like ;<br />
URLC<br />
URLA,<br />
Then I will log all the URLs, including URL A B, and C</p>
<p>About different kind of redirectors, I am interested in three kind of redirection methods, 1) HTTP status, 2)Meta Data &#8220;REFRESH&#8221; tag, and 3) JavaScript redirection.<br />
1) HTTP status: It is already shown in the raw log file as you said.<br />
2) Meta data: I find it will be logged as another &#8220;urlloadded&#8221; ,<br />
3) JavaScript: the basic one might look like this </p>
<p>window.location = <a href="http://redirect.html" rel="nofollow">http://redirect.html</a></p>
<p>There are other more complicated ways to do redirection in JavaScript. I just want to group them in the same group.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plans for new version (Fireshark 1.1) by Stephan Chenette</title>
		<link>http://www.fireshark.org/blog/?p=8&#038;cpage=1#comment-10</link>
		<dc:creator>Stephan Chenette</dc:creator>
		<pubDate>Wed, 26 May 2010 06:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.fireshark.org/blog/?p=8#comment-10</guid>
		<description>Hi Hank,

Fireshark should follow meta refresh tags correctly.
you specifically mean something in this form right?

&lt;META HTTP-EQUIV=&quot;Refresh&quot; CONTENT=&quot;3;URL=http://www.some.org/some.html&quot;&gt;

All Fireshark is doing is logging while Firefox does all the hard work, but the question then becomes if it logging it in a way that the redirect is linked correctly. I&#039;ll test it out and make sure.

As for your second question, you can see 302s by looking at the connection type event and looking for status, you should see a 302 if you look at the raw log (reportlog.yml). The other option is to run the post-processing scripts and look at the graphviz graph and the incoming edges are actually the server status codes, so that should be a large indicator. This will only work if it&#039;s a 302 redirect though. Anything else might just look like a connection type in the logs.

list out the possibly redirectors you might be interested in and I&#039;ll try to help figure out how the log will show you it&#039;s a redirector, if it&#039;s not possible I&#039;ll make sure to include it in version two, which was supposed to be due out end of June, but has been delayed due to priorities.</description>
		<content:encoded><![CDATA[<p>Hi Hank,</p>
<p>Fireshark should follow meta refresh tags correctly.<br />
you specifically mean something in this form right?</p>
<p>&lt;META HTTP-EQUIV=&#8221;Refresh&#8221; CONTENT=&#8221;3;URL=http://www.some.org/some.html&#8221;&gt;</p>
<p>All Fireshark is doing is logging while Firefox does all the hard work, but the question then becomes if it logging it in a way that the redirect is linked correctly. I&#8217;ll test it out and make sure.</p>
<p>As for your second question, you can see 302s by looking at the connection type event and looking for status, you should see a 302 if you look at the raw log (reportlog.yml). The other option is to run the post-processing scripts and look at the graphviz graph and the incoming edges are actually the server status codes, so that should be a large indicator. This will only work if it&#8217;s a 302 redirect though. Anything else might just look like a connection type in the logs.</p>
<p>list out the possibly redirectors you might be interested in and I&#8217;ll try to help figure out how the log will show you it&#8217;s a redirector, if it&#8217;s not possible I&#8217;ll make sure to include it in version two, which was supposed to be due out end of June, but has been delayed due to priorities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plans for new version (Fireshark 1.1) by hank</title>
		<link>http://www.fireshark.org/blog/?p=8&#038;cpage=1#comment-9</link>
		<dc:creator>hank</dc:creator>
		<pubDate>Tue, 25 May 2010 18:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fireshark.org/blog/?p=8#comment-9</guid>
		<description>Hi, 
I just found that fireshark will not follow mate data refresh tag correctly if I put another linke after that one. For example I wrote the data.txt file like this:
http://example_mate_redirect.html
http://exaplme2.html

The other question is :
From the reportlog.yml file, Is there any way I can tell what kind of redirection methods the URLs use (if they do). 
For example some URL may use 302 redirect, and someone may use JavaScripts, I would like to which method they use. 

Thanks for response in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I just found that fireshark will not follow mate data refresh tag correctly if I put another linke after that one. For example I wrote the data.txt file like this:<br />
<a href="http://example_mate_redirect.html" rel="nofollow">http://example_mate_redirect.html</a><br />
<a href="http://exaplme2.html" rel="nofollow">http://exaplme2.html</a></p>
<p>The other question is :<br />
From the reportlog.yml file, Is there any way I can tell what kind of redirection methods the URLs use (if they do).<br />
For example some URL may use 302 redirect, and someone may use JavaScripts, I would like to which method they use. </p>
<p>Thanks for response in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by hank</title>
		<link>http://www.fireshark.org/blog/?page_id=2&#038;cpage=1#comment-8</link>
		<dc:creator>hank</dc:creator>
		<pubDate>Tue, 25 May 2010 18:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fireshark.org/blog/?page_id=2#comment-8</guid>
		<description>Hi, 
I found that fireshark will not follow the meta refresh redirect correctly when I put another link after redirect one.
like this:
http://example_meta_redirect.html
http://example2.html


and the other question is , is there anyway that I can tell what kind of redirection method the URL use from reportlog.yml ? 
For example someone may use Javascript, http status code or Meta data reflash flag.

Thanks for your response first.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I found that fireshark will not follow the meta refresh redirect correctly when I put another link after redirect one.<br />
like this:<br />
<a href="http://example_meta_redirect.html" rel="nofollow">http://example_meta_redirect.html</a><br />
<a href="http://example2.html" rel="nofollow">http://example2.html</a></p>
<p>and the other question is , is there anyway that I can tell what kind of redirection method the URL use from reportlog.yml ?<br />
For example someone may use Javascript, http status code or Meta data reflash flag.</p>
<p>Thanks for your response first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plans for new version (Fireshark 1.1) by Stephan Chenette</title>
		<link>http://www.fireshark.org/blog/?p=8&#038;cpage=1#comment-3</link>
		<dc:creator>Stephan Chenette</dc:creator>
		<pubDate>Sun, 25 Apr 2010 17:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fireshark.org/blog/?p=8#comment-3</guid>
		<description>Documentation is def. lacking right now as I explained in my previous post, but check out the download link, you&#039;ll find a &quot;quick&quot; explanation of how to run it. When I release 1.1 there will be full documentation. thanks for the patience.</description>
		<content:encoded><![CDATA[<p>Documentation is def. lacking right now as I explained in my previous post, but check out the download link, you&#8217;ll find a &#8220;quick&#8221; explanation of how to run it. When I release 1.1 there will be full documentation. thanks for the patience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plans for new version (Fireshark 1.1) by urrgh</title>
		<link>http://www.fireshark.org/blog/?p=8&#038;cpage=1#comment-2</link>
		<dc:creator>urrgh</dc:creator>
		<pubDate>Sun, 25 Apr 2010 02:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.fireshark.org/blog/?p=8#comment-2</guid>
		<description>i like the idea, but would anyone tell me how to run it? see no button for doing anything...</description>
		<content:encoded><![CDATA[<p>i like the idea, but would anyone tell me how to run it? see no button for doing anything&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

