<?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: Webscarab Tutorial Part 3 (fuzzing)</title>
	<atom:link href="http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/feed/" rel="self" type="application/rss+xml" />
	<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 13:17:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Kiran DJ</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-1262</link>
		<dc:creator>Kiran DJ</dc:creator>
		<pubDate>Wed, 02 May 2012 06:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-1262</guid>
		<description>Hi Travis,

Many thanks for your informative posts,

While working on my project instead of fuzzer i used XSS/CRLF functionality available in webscarab, the difference that i found was

In fuzzer you have to select the attack vectors against the listed parameters one at a time, so if in case of 5 different parameters you have to repeat the fuzzing task 5 times (This reply is purely according to my experience, i welcome if someone found a nice method to do it)

Assume that particular URL methods are vulnerable to XSS/CRLF attacks then I bet, that particular URL will be picked up by the XSS/CRLF section, the beauty of this method is 
assume that you have five parameters, you just have to update &quot;Edit Test Strings&quot; (add some more attack vectors, one below one) and click on Check button, all parameters will be auto injected and you will find the response.

Here no need to inject parameter by parameter as it in case of fuzzer.

If you are already updated this feature somewhere else then that&#039;s awesome, or else I request you to update it.

Correct me if I am wrong

Note: If parameters are vulnerable then you will definitely get a response or else there will be no response.</description>
		<content:encoded><![CDATA[<p>Hi Travis,</p>
<p>Many thanks for your informative posts,</p>
<p>While working on my project instead of fuzzer i used XSS/CRLF functionality available in webscarab, the difference that i found was</p>
<p>In fuzzer you have to select the attack vectors against the listed parameters one at a time, so if in case of 5 different parameters you have to repeat the fuzzing task 5 times (This reply is purely according to my experience, i welcome if someone found a nice method to do it)</p>
<p>Assume that particular URL methods are vulnerable to XSS/CRLF attacks then I bet, that particular URL will be picked up by the XSS/CRLF section, the beauty of this method is<br />
assume that you have five parameters, you just have to update &#8220;Edit Test Strings&#8221; (add some more attack vectors, one below one) and click on Check button, all parameters will be auto injected and you will find the response.</p>
<p>Here no need to inject parameter by parameter as it in case of fuzzer.</p>
<p>If you are already updated this feature somewhere else then that&#8217;s awesome, or else I request you to update it.</p>
<p>Correct me if I am wrong</p>
<p>Note: If parameters are vulnerable then you will definitely get a response or else there will be no response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MAFRI</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-993</link>
		<dc:creator>MAFRI</dc:creator>
		<pubDate>Wed, 05 Oct 2011 22:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-993</guid>
		<description>&lt;strong&gt;mafri...&lt;/strong&gt;

[...]&#187; Blog Archive &#187; Webscarab Tutorial Part 3 (fuzzing)[...]...</description>
		<content:encoded><![CDATA[<p><strong>mafri&#8230;</strong></p>
<p>[...]&raquo; Blog Archive &raquo; Webscarab Tutorial Part 3 (fuzzing)[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KiranKumar Pedda</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-745</link>
		<dc:creator>KiranKumar Pedda</dc:creator>
		<pubDate>Fri, 04 Dec 2009 03:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-745</guid>
		<description>This site rocks...</description>
		<content:encoded><![CDATA[<p>This site rocks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-715</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Tue, 20 Oct 2009 10:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-715</guid>
		<description>Thank you Travis</description>
		<content:encoded><![CDATA[<p>Thank you Travis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-714</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 19 Oct 2009 11:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-714</guid>
		<description>mohamed,

not all web applications use the &quot;location&quot; field in their headers.  it just so happens the example i used does.  when looking to see if the sql injection was successful it&#039;s better to look in the body of the response (aka the very bottom pane in webscarab).  if you see any errors or something that looks out of place then you may be able to perform sql injection.  it&#039;s not an exact science but be on the look out for a response that is abnormal.  does that answer your question?</description>
		<content:encoded><![CDATA[<p>mohamed,</p>
<p>not all web applications use the &#8220;location&#8221; field in their headers.  it just so happens the example i used does.  when looking to see if the sql injection was successful it&#8217;s better to look in the body of the response (aka the very bottom pane in webscarab).  if you see any errors or something that looks out of place then you may be able to perform sql injection.  it&#8217;s not an exact science but be on the look out for a response that is abnormal.  does that answer your question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-713</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Mon, 19 Oct 2009 09:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-713</guid>
		<description>I added sql dictionary  and started scanning then I went to conversations to check if the expression will take me to another page, I didn&#039;t found &quot;Location&quot; :(</description>
		<content:encoded><![CDATA[<p>I added sql dictionary  and started scanning then I went to conversations to check if the expression will take me to another page, I didn&#8217;t found &#8220;Location&#8221; <img src='http://travisaltman.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-712</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 19 Oct 2009 08:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-712</guid>
		<description>mohamed,

are you saying there&#039;s no &quot;location&quot; in the header of the response?</description>
		<content:encoded><![CDATA[<p>mohamed,</p>
<p>are you saying there&#8217;s no &#8220;location&#8221; in the header of the response?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-709</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Sun, 18 Oct 2009 15:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-709</guid>
		<description>Hi Travis
I work on OWASP livecd Austin terrier Feb2009. When I tried webscarab as a sql scanner I didn&#039;t found the entry of Location 
please replay ASAP 
thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Travis<br />
I work on OWASP livecd Austin terrier Feb2009. When I tried webscarab as a sql scanner I didn&#8217;t found the entry of Location<br />
please replay ASAP<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harjeet</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-655</link>
		<dc:creator>Harjeet</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-655</guid>
		<description>Hi Travis

I am not getting any pop up window on security certificate for my application. Even though I clicked Intercept botton ON/OFF.Can you pls tell me wat to do?

Thanks
Harjeet</description>
		<content:encoded><![CDATA[<p>Hi Travis</p>
<p>I am not getting any pop up window on security certificate for my application. Even though I clicked Intercept botton ON/OFF.Can you pls tell me wat to do?</p>
<p>Thanks<br />
Harjeet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/comment-page-1/#comment-654</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-3-fuzzing/#comment-654</guid>
		<description>harjeet,

that&#039;s somewhat of a general error but the first error is complaining about ssl, have you accepted the certificate so that webscarab can man in the middle the ssl traffic?  you should click yes / accept to this certificate.  below is a screen shot link to accepting a certificate.

http://www.dental.ufl.edu/IT/images/netstorage_accept_cert.jpg</description>
		<content:encoded><![CDATA[<p>harjeet,</p>
<p>that&#8217;s somewhat of a general error but the first error is complaining about ssl, have you accepted the certificate so that webscarab can man in the middle the ssl traffic?  you should click yes / accept to this certificate.  below is a screen shot link to accepting a certificate.</p>
<p><a href="http://www.dental.ufl.edu/IT/images/netstorage_accept_cert.jpg" rel="nofollow">http://www.dental.ufl.edu/IT/images/netstorage_accept_cert.jpg</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

