<?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: Google.py</title>
	<atom:link href="http://www.gnucitizen.org/blog/google_py/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnucitizen.org/blog/google_py/</link>
	<description>Information Security Think Tank</description>
	<lastBuildDate>Sat, 02 Feb 2013 17:50:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-126326</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-126326</guid>
		<description>the code is old! perhaps you need to change the regexes slightly...</description>
		<content:encoded><![CDATA[<p>the code is old! perhaps you need to change the regexes slightly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vatts</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-126311</link>
		<dc:creator>vatts</dc:creator>
		<pubDate>Sun, 15 Mar 2009 13:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-126311</guid>
		<description>Hey why do i run the code and get just this:

&lt;pre&gt;&lt;code&gt;[vatts@VattServ Desktop]$ python google.py 
usage: google.py query
[vatts@VattServ Desktop]$ python google.py linux
# linux
# crawls the first 5 pages only (50 results max)
[vatts@VattServ Desktop]$&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hey why do i run the code and get just this:</p>
<pre><code>[vatts@VattServ Desktop]$ python google.py 
usage: google.py query
[vatts@VattServ Desktop]$ python google.py linux
# linux
# crawls the first 5 pages only (50 results max)
[vatts@VattServ Desktop]$</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-112312</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Sat, 09 Feb 2008 19:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-112312</guid>
		<description>might be a good idea to collaborate.</description>
		<content:encoded><![CDATA[<p>might be a good idea to collaborate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barbsie</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-112087</link>
		<dc:creator>barbsie</dc:creator>
		<pubDate>Sat, 09 Feb 2008 08:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-112087</guid>
		<description>interesting :) . I&#039;m working on something similar, together with someone else. Basically it combines dns enumeration with some google scraping and whois stuff. It&#039;s a major rewrite of the old dnsenum thingy. If you are interested to exchange ideas, drop me a mail...</description>
		<content:encoded><![CDATA[<p>interesting :) . I&#8217;m working on something similar, together with someone else. Basically it combines dns enumeration with some google scraping and whois stuff. It&#8217;s a major rewrite of the old dnsenum thingy. If you are interested to exchange ideas, drop me a mail&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-112076</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Sat, 09 Feb 2008 08:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-112076</guid>
		<description>yep, good enough solution to evade Google&#039;s bot detection mechanism. I was planning to implement all these stuff into the next release of &lt;a href=&quot;http://www.gnucitizen.org/blog/met&quot; rel=&quot;nofollow&quot;&gt;MET (Massive Enumeration Toolset)&lt;/a&gt;, but I never find time for it. I hope that the project is not dead just yet.</description>
		<content:encoded><![CDATA[<p>yep, good enough solution to evade Google&#8217;s bot detection mechanism. I was planning to implement all these stuff into the next release of <a href="http://www.gnucitizen.org/blog/met" rel="nofollow">MET (Massive Enumeration Toolset)</a>, but I never find time for it. I hope that the project is not dead just yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barbsie</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-111715</link>
		<dc:creator>barbsie</dc:creator>
		<pubDate>Fri, 08 Feb 2008 12:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-111715</guid>
		<description>Hi,

I also wrote a googlescraper in ruby. During my tests I had the impression that google not only checks the agent. Therefore I also added random delay in getting next pages and resetting cookies on top of randomizing agents. Oh...and also the use of a proxy (so privoxy with tor can be used)...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I also wrote a googlescraper in ruby. During my tests I had the impression that google not only checks the agent. Therefore I also added random delay in getting next pages and resetting cookies on top of randomizing agents. Oh&#8230;and also the use of a proxy (so privoxy with tor can be used)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-110599</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Wed, 06 Feb 2008 10:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-110599</guid>
		<description>10x for sharing. I will have a look.</description>
		<content:encoded><![CDATA[<p>10x for sharing. I will have a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GooHackle</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-110426</link>
		<dc:creator>GooHackle</dc:creator>
		<pubDate>Wed, 06 Feb 2008 03:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-110426</guid>
		<description>First of all, congratulations for this site.

Now about this post, back in the hot google hacking days I wrote a similar script but in Perl. Some months ago I wrote it in PHP and publish a online version of this &quot;google parser&quot; named GooParser to test a couple of things. You can try it here: &lt;a href=&quot;http://goohackle.com/scripts/google_parser.php&quot; rel=&quot;nofollow&quot;&gt;Google Parser&lt;/a&gt;

Cheers,
       GooHackle</description>
		<content:encoded><![CDATA[<p>First of all, congratulations for this site.</p>
<p>Now about this post, back in the hot google hacking days I wrote a similar script but in Perl. Some months ago I wrote it in PHP and publish a online version of this &#8220;google parser&#8221; named GooParser to test a couple of things. You can try it here: <a href="http://goohackle.com/scripts/google_parser.php" rel="nofollow">Google Parser</a></p>
<p>Cheers,<br />
       GooHackle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willy</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-100544</link>
		<dc:creator>Willy</dc:creator>
		<pubDate>Thu, 17 Jan 2008 08:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-100544</guid>
		<description>I noticed that in the script.  I wish I&#039;d known it when I was writing mine.  It still seemed to work to just search through someone else&#039;s site that didn&#039;t check the user agent, but knowing that would have saved me about an hour of messing around trying to get past the forbidden error.</description>
		<content:encoded><![CDATA[<p>I noticed that in the script.  I wish I&#8217;d known it when I was writing mine.  It still seemed to work to just search through someone else&#8217;s site that didn&#8217;t check the user agent, but knowing that would have saved me about an hour of messing around trying to get past the forbidden error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaggy</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-100135</link>
		<dc:creator>zaggy</dc:creator>
		<pubDate>Wed, 16 Jan 2008 10:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-100135</guid>
		<description>&lt;pre&gt;&lt;code&gt;C:\shared&gt;google.py define:lol
# define:lol
# crawls the first 5 pages only (50 results max)&lt;/code&gt;&lt;/pre&gt;

Did I miss something?</description>
		<content:encoded><![CDATA[<pre><code>C:\shared&gt;google.py define:lol
# define:lol
# crawls the first 5 pages only (50 results max)</code></pre>
<p>Did I miss something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-99860</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Tue, 15 Jan 2008 14:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-99860</guid>
		<description>Willy, the Google.py code shows how to change the user agent. You can just grab the Get object and use it in your projects.</description>
		<content:encoded><![CDATA[<p>Willy, the Google.py code shows how to change the user agent. You can just grab the Get object and use it in your projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willy</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-99856</link>
		<dc:creator>Willy</dc:creator>
		<pubDate>Tue, 15 Jan 2008 14:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-99856</guid>
		<description>If you put this in an infinite loop you can mess with google trends, although the results are only changed for whatever region you&#039;re connected through.

I didn&#039;t know how to change the user agent from python when I wrote mine though, so I did it through another site that returns results from Google, they don&#039;t check.</description>
		<content:encoded><![CDATA[<p>If you put this in an infinite loop you can mess with google trends, although the results are only changed for whatever region you&#8217;re connected through.</p>
<p>I didn&#8217;t know how to change the user agent from python when I wrote mine though, so I did it through another site that returns results from Google, they don&#8217;t check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett Gee</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-90323</link>
		<dc:creator>Garrett Gee</dc:creator>
		<pubDate>Sat, 22 Dec 2007 19:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-90323</guid>
		<description>Many thanks for this python module. I recently started a project that needs to leverage search engine results, and I was very sad to see google removing their soap interface over the ajax one.</description>
		<content:encoded><![CDATA[<p>Many thanks for this python module. I recently started a project that needs to leverage search engine results, and I was very sad to see google removing their soap interface over the ajax one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Script en python para bÃºsquedas en google // men&#233;ame</title>
		<link>http://www.gnucitizen.org/blog/google_py/comment-page-1/#comment-90233</link>
		<dc:creator>Script en python para bÃºsquedas en google // men&#233;ame</dc:creator>
		<pubDate>Sat, 22 Dec 2007 14:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/googlepy#comment-90233</guid>
		<description>[...] Script en python para bÃºsquedas en googlewww.gnucitizen.org/projects/google_py/ por Carme hace pocos segundos [...]</description>
		<content:encoded><![CDATA[<p>[...] Script en python para bÃºsquedas en googlewww.gnucitizen.org/projects/google_py/ por Carme hace pocos segundos [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
