<?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: bruteoptions.py &#8212; Get allowed HTTP Methods for a list of directories</title>
	<atom:link href="http://www.tssci-security.com/archives/2008/12/31/bruteoptionspy-get-allowed-http-methods-for-a-list-of-directories/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tssci-security.com/archives/2008/12/31/bruteoptionspy-get-allowed-http-methods-for-a-list-of-directories/</link>
	<description>top secret/secure computing information</description>
	<lastBuildDate>Sun, 27 Mar 2011 12:47:22 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcin</title>
		<link>http://www.tssci-security.com/archives/2008/12/31/bruteoptionspy-get-allowed-http-methods-for-a-list-of-directories/comment-page-1/#comment-19796</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Sun, 11 Jan 2009 20:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tssci-security.com/archives/2008/12/31/bruteforcepy-get-allowed-http-methods-for-a-list-of-directories/#comment-19796</guid>
		<description>Hey Alex, I wrote a Python script to do this for me.

&lt;a href=&quot;http://www.tssci-security.com/pub/scripts/dir_expand.py&quot;&gt;dir_expand.py&lt;/a&gt;

What the script does, is it would take a deep URL, and break it up into individual lines, as so:

i.e.,
&lt;code&gt;$ cat spidered_urls
/deep/nested/directory/url/structure/index.php&lt;/code&gt;

&lt;code&gt;$ ./dir_expand.py spidered_urls
/deep/
/deep/nested/
/deep/nested/directory/
/deep/nested/directory/url/
/deep/nested/directory/url/structure/&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey Alex, I wrote a Python script to do this for me.</p>
<p><a href="http://www.tssci-security.com/pub/scripts/dir_expand.py">dir_expand.py</a></p>
<p>What the script does, is it would take a deep URL, and break it up into individual lines, as so:</p>
<p>i.e.,<br />
<code>$ cat spidered_urls<br />
/deep/nested/directory/url/structure/index.php</code></p>
<p><code>$ ./dir_expand.py spidered_urls<br />
/deep/<br />
/deep/nested/<br />
/deep/nested/directory/<br />
/deep/nested/directory/url/<br />
/deep/nested/directory/url/structure/</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.tssci-security.com/archives/2008/12/31/bruteoptionspy-get-allowed-http-methods-for-a-list-of-directories/comment-page-1/#comment-19654</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 07 Jan 2009 13:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tssci-security.com/archives/2008/12/31/bruteforcepy-get-allowed-http-methods-for-a-list-of-directories/#comment-19654</guid>
		<description>Do you have any favorite tools when it comes to making a directory list/spidering a web application?

I usually use Burp and then do some tweaking/scripting with the found URL:s which I copy out of Burp.

But are the tools that automatically makes a directory list when spidering?</description>
		<content:encoded><![CDATA[<p>Do you have any favorite tools when it comes to making a directory list/spidering a web application?</p>
<p>I usually use Burp and then do some tweaking/scripting with the found URL:s which I copy out of Burp.</p>
<p>But are the tools that automatically makes a directory list when spidering?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Technocrat</title>
		<link>http://www.tssci-security.com/archives/2008/12/31/bruteoptionspy-get-allowed-http-methods-for-a-list-of-directories/comment-page-1/#comment-19429</link>
		<dc:creator>Technocrat</dc:creator>
		<pubDate>Wed, 31 Dec 2008 23:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tssci-security.com/archives/2008/12/31/bruteforcepy-get-allowed-http-methods-for-a-list-of-directories/#comment-19429</guid>
		<description>I have found that OPTIONS will show TRACE enabled on IIS 6.0/7.0 even when it is disabled by default in these versions - however, the TRACK method might be enabled and does not show in OPTIONS.

http://blog.techstacks.com/2008/07/disabling-trace-method-in-iis.html</description>
		<content:encoded><![CDATA[<p>I have found that OPTIONS will show TRACE enabled on IIS 6.0/7.0 even when it is disabled by default in these versions &#8211; however, the TRACK method might be enabled and does not show in OPTIONS.</p>
<p><a href="http://blog.techstacks.com/2008/07/disabling-trace-method-in-iis.html" rel="nofollow">http://blog.techstacks.com/2008/07/disabling-trace-method-in-iis.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

