<?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"
	>
<channel>
	<title>Comments on: check for robots.txt</title>
	<atom:link href="http://usefulfor.com/security/2007/10/23/check-for-robotstxt/feed/" rel="self" type="application/rss+xml" />
	<link>http://usefulfor.com/security/2007/10/23/check-for-robotstxt/</link>
	<description>security dojo</description>
	<pubDate>Tue, 06 Jan 2009 13:42:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Abhijeet Udas</title>
		<link>http://usefulfor.com/security/2007/10/23/check-for-robotstxt/#comment-54</link>
		<dc:creator>Abhijeet Udas</dc:creator>
		<pubDate>Wed, 27 Aug 2008 13:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.nomejortu.com/?p=12#comment-54</guid>
		<description>A possible easy way of doing it is

for i in `cat File_with_ips`
do
       echo 'trying $i'
       nc -nv $i 80 &#60; robots.txt
done

contents of robots.txt
GET /robots.txt HTTP/1.0</description>
		<content:encoded><![CDATA[<p>A possible easy way of doing it is</p>
<p>for i in `cat File_with_ips`<br />
do<br />
       echo &#8216;trying $i&#8217;<br />
       nc -nv $i 80 &lt; robots.txt<br />
done</p>
<p>contents of robots.txt<br />
GET /robots.txt HTTP/1.0</p>
]]></content:encoded>
	</item>
</channel>
</rss>
