<?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 on: Squid Forensics</title>
	<atom:link href="http://philosecurity.org/2009/04/19/squid-forensics/feed" rel="self" type="application/rss+xml" />
	<link>http://philosecurity.org/2009/04/19/squid-forensics</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 23:41:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bezt</title>
		<link>http://philosecurity.org/2009/04/19/squid-forensics/comment-page-1#comment-5779</link>
		<dc:creator>bezt</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://philosecurity.org/?p=1429#comment-5779</guid>
		<description>Yeah... you right, that my stupid quetion :P
Thx a lot</description>
		<content:encoded><![CDATA[<p>Yeah&#8230; you right, that my stupid quetion <img src='http://philosecurity.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
Thx a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherri</title>
		<link>http://philosecurity.org/2009/04/19/squid-forensics/comment-page-1#comment-5778</link>
		<dc:creator>sherri</dc:creator>
		<pubDate>Thu, 11 Feb 2010 08:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://philosecurity.org/?p=1429#comment-5778</guid>
		<description>Oh, gotcha. The URL from access.log is also listed inside the cache file itself. That allows you to match them up. If you open that squid cache file (0000036A), you will see that it contains the original URL (in this case, http://finickypenguin.files.wordpress.com/2007/10/1161451564593.jpg). 

Just use grep to recursively search for all or part of the original URL to find the squid cache file. For example:

$ grep -r &quot;1161451564593.jpg&quot; /var/spool/squid/

Make sense?</description>
		<content:encoded><![CDATA[<p>Oh, gotcha. The URL from access.log is also listed inside the cache file itself. That allows you to match them up. If you open that squid cache file (0000036A), you will see that it contains the original URL (in this case, <a href="http://finickypenguin.files.wordpress.com/2007/10/1161451564593.jpg)" rel="nofollow">http://finickypenguin.files.wordpress.com/2007/10/1161451564593.jpg)</a>. </p>
<p>Just use grep to recursively search for all or part of the original URL to find the squid cache file. For example:</p>
<p>$ grep -r &#8220;1161451564593.jpg&#8221; /var/spool/squid/</p>
<p>Make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bezt</title>
		<link>http://philosecurity.org/2009/04/19/squid-forensics/comment-page-1#comment-5777</link>
		<dc:creator>bezt</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://philosecurity.org/?p=1429#comment-5777</guid>
		<description>No... i mean, the access.log not giving information about what the file an http://finickypenguin.files.wordpress.com/2007/10/1161451564593.jpg  that rename it to 0000036A, can you tell me?
(sory for my bad english)</description>
		<content:encoded><![CDATA[<p>No&#8230; i mean, the access.log not giving information about what the file an <a href="http://finickypenguin.files.wordpress.com/2007/10/1161451564593.jpg" rel="nofollow">http://finickypenguin.files.wordpress.com/2007/10/1161451564593.jpg</a>  that rename it to 0000036A, can you tell me?<br />
(sory for my bad english)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherri</title>
		<link>http://philosecurity.org/2009/04/19/squid-forensics/comment-page-1#comment-5776</link>
		<dc:creator>sherri</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://philosecurity.org/?p=1429#comment-5776</guid>
		<description>Also, if you&#039;re looking for a particular filename, you can use the &#039;find&#039; command. ie: 

$ find . -name &quot;foo&quot;

Will recursively look for files named &quot;foo&quot; in the current directory tree.</description>
		<content:encoded><![CDATA[<p>Also, if you&#8217;re looking for a particular filename, you can use the &#8216;find&#8217; command. ie: </p>
<p>$ find . -name &#8220;foo&#8221;</p>
<p>Will recursively look for files named &#8220;foo&#8221; in the current directory tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherri</title>
		<link>http://philosecurity.org/2009/04/19/squid-forensics/comment-page-1#comment-5775</link>
		<dc:creator>sherri</dc:creator>
		<pubDate>Thu, 11 Feb 2010 07:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://philosecurity.org/?p=1429#comment-5775</guid>
		<description>$ grep -r foo *

Will look for the word &quot;foo&quot; recursively in every directory/file, and will output the matching file with the relative path.</description>
		<content:encoded><![CDATA[<p>$ grep -r foo *</p>
<p>Will look for the word &#8220;foo&#8221; recursively in every directory/file, and will output the matching file with the relative path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bezt</title>
		<link>http://philosecurity.org/2009/04/19/squid-forensics/comment-page-1#comment-5774</link>
		<dc:creator>bezt</dc:creator>
		<pubDate>Thu, 11 Feb 2010 06:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://philosecurity.org/?p=1429#comment-5774</guid>
		<description>Hey... how could you know 0000036A   saved in /00/03 directory? No information abaout it</description>
		<content:encoded><![CDATA[<p>Hey&#8230; how could you know 0000036A   saved in /00/03 directory? No information abaout it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherri</title>
		<link>http://philosecurity.org/2009/04/19/squid-forensics/comment-page-1#comment-4654</link>
		<dc:creator>sherri</dc:creator>
		<pubDate>Tue, 28 Apr 2009 04:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://philosecurity.org/?p=1429#comment-4654</guid>
		<description>Thanks Alan! I&#039;ll check that out.</description>
		<content:encoded><![CDATA[<p>Thanks Alan! I&#8217;ll check that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan J. Wylie</title>
		<link>http://philosecurity.org/2009/04/19/squid-forensics/comment-page-1#comment-4652</link>
		<dc:creator>Alan J. Wylie</dc:creator>
		<pubDate>Mon, 27 Apr 2009 19:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://philosecurity.org/?p=1429#comment-4652</guid>
		<description>&gt; What I didn’t find was public information or tools for reconstructing
&gt; pages from the web cache

The &quot;purge&quot; tool listed on the squid-cache.org related software page
allows this - use &quot;purge -e .&quot; to list the contents of the cache, then
&quot;purge -C  -e &quot; to extract selected files</description>
		<content:encoded><![CDATA[<p>&gt; What I didn’t find was public information or tools for reconstructing<br />
&gt; pages from the web cache</p>
<p>The &#8220;purge&#8221; tool listed on the squid-cache.org related software page<br />
allows this &#8211; use &#8220;purge -e .&#8221; to list the contents of the cache, then<br />
&#8220;purge -C  -e &#8221; to extract selected files</p>
]]></content:encoded>
	</item>
</channel>
</rss>
