<?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 1 (learning the basics)</title>
	<atom:link href="http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 10:51:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Is there a program that automaticly finds .PHP files on a web server and tests them for SQL injections? - Admins Goodies</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-966</link>
		<dc:creator>Is there a program that automaticly finds .PHP files on a web server and tests them for SQL injections? - Admins Goodies</dc:creator>
		<pubDate>Thu, 11 Aug 2011 21:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-966</guid>
		<description>[...] WebScarab Howto: http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/ [...]</description>
		<content:encoded><![CDATA[<p>[...] WebScarab Howto: <a href="http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/" rel="nofollow">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-931</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 06 Jun 2011 17:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-931</guid>
		<description>Mo,

Glad you found your answer.  Also some browsers will automatically not allow proxies for localhost, so you may have to specifically check a box inside the browsers settings to allow for localhost. Thanks for adding you info and experience.</description>
		<content:encoded><![CDATA[<p>Mo,</p>
<p>Glad you found your answer.  Also some browsers will automatically not allow proxies for localhost, so you may have to specifically check a box inside the browsers settings to allow for localhost. Thanks for adding you info and experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mo</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-928</link>
		<dc:creator>Mo</dc:creator>
		<pubDate>Thu, 26 May 2011 15:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-928</guid>
		<description>Travis,

This is Mo again. I just found an answer to my problem (please feel free to add this to any FAQ&#039;s you build). If someone decides to build a test environment and has the webserver and the proxy run on the same box, make sure not to use the URL: http://localhost/mysite...

Using &quot;localhost&quot; means traffic is not routed the classic way (web browser to http server listening port) and therefore the webscarab user wont be able to intercept traffic. Best practice is to use the local box IP address instead.

URL: http://192.168.1.5/mysite...

This solution took me a while to find. I hope it can help a lost soul somewhere.</description>
		<content:encoded><![CDATA[<p>Travis,</p>
<p>This is Mo again. I just found an answer to my problem (please feel free to add this to any FAQ&#8217;s you build). If someone decides to build a test environment and has the webserver and the proxy run on the same box, make sure not to use the URL: <a href="http://localhost/mysite.." rel="nofollow">http://localhost/mysite..</a>.</p>
<p>Using &#8220;localhost&#8221; means traffic is not routed the classic way (web browser to http server listening port) and therefore the webscarab user wont be able to intercept traffic. Best practice is to use the local box IP address instead.</p>
<p>URL: <a href="http://192.168.1.5/mysite.." rel="nofollow">http://192.168.1.5/mysite..</a>.</p>
<p>This solution took me a while to find. I hope it can help a lost soul somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mo</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-927</link>
		<dc:creator>Mo</dc:creator>
		<pubDate>Thu, 26 May 2011 14:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-927</guid>
		<description>Hi Travis,

Great work! Thank you for all the help. I&#039;m trying to test an in-house web application with webscarab and I&#039;m running into issues (my experience is limited). I have the web application running on my local XP IIS and I can&#039;t figure out a way to intercept traffic.

I have followed all of your instructions above (I am using IE 8.0) and still having issues with locally installed web apps. Any help would be greatly appreciated.

Keep up the good work :)</description>
		<content:encoded><![CDATA[<p>Hi Travis,</p>
<p>Great work! Thank you for all the help. I&#8217;m trying to test an in-house web application with webscarab and I&#8217;m running into issues (my experience is limited). I have the web application running on my local XP IIS and I can&#8217;t figure out a way to intercept traffic.</p>
<p>I have followed all of your instructions above (I am using IE 8.0) and still having issues with locally installed web apps. Any help would be greatly appreciated.</p>
<p>Keep up the good work <img src='http://travisaltman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-893</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Wed, 19 Jan 2011 12:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-893</guid>
		<description>Fabrizio,

I&#039;m not quite sure what your problem could be, sounds like you have everything setup correctly. Maybe try the same setup with Internet Explorer and see if you have the same issue. Also you might want to clear your history and cookies inside of firefox that gives it a fresh start. I&#039;ve sometimes gotten hangups on old history and cookies. Try that and let me know if that works.</description>
		<content:encoded><![CDATA[<p>Fabrizio,</p>
<p>I&#8217;m not quite sure what your problem could be, sounds like you have everything setup correctly. Maybe try the same setup with Internet Explorer and see if you have the same issue. Also you might want to clear your history and cookies inside of firefox that gives it a fresh start. I&#8217;ve sometimes gotten hangups on old history and cookies. Try that and let me know if that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrizio</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-892</link>
		<dc:creator>Fabrizio</dc:creator>
		<pubDate>Wed, 19 Jan 2011 11:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-892</guid>
		<description>Hi,
I am trying to solve WebGoat lessons using Webscarab. I&#039;m also using the browser 
Firefox. I set webscarab listen on port 8008. I&#039;ve configured firefox to connect on 
HTTP proxy on port 8008. The problem is that Webscarab is able to intercept the request, but my 
browser don&#039;t receive data. It remains  waiting for localhost response. Please tell me 
any solution.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am trying to solve WebGoat lessons using Webscarab. I&#8217;m also using the browser<br />
Firefox. I set webscarab listen on port 8008. I&#8217;ve configured firefox to connect on<br />
HTTP proxy on port 8008. The problem is that Webscarab is able to intercept the request, but my<br />
browser don&#8217;t receive data. It remains  waiting for localhost response. Please tell me<br />
any solution.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-862</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Tue, 16 Nov 2010 12:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-862</guid>
		<description>suresh,

i think what you want to do is &quot;chain&quot; proxies, have a look at &lt;a href=&quot;http://www.owasp.org/index.php/Chaining_WebScarab_onto_another_proxy&quot; rel=&quot;nofollow&quot;&gt;this article&lt;/a&gt; and see if it solves your issue.</description>
		<content:encoded><![CDATA[<p>suresh,</p>
<p>i think what you want to do is &#8220;chain&#8221; proxies, have a look at <a href="http://www.owasp.org/index.php/Chaining_WebScarab_onto_another_proxy" rel="nofollow">this article</a> and see if it solves your issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-857</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Thu, 28 Oct 2010 07:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-857</guid>
		<description>Previously I had no issues. Webscarab went on fine. Now there is a firewall for browzing web site with some sites blocked in. After implementing Firewall I am unable to use webscarab. I am able to edit request but in my browser am facing.

WebScarab encountered an error trying to retrieve 

The error was :

Connection refused: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)
 
I tried both 8008 &amp; 8080 and facing same issue. Can anyone give me some inputs on this, how to configure webscarab in firewall</description>
		<content:encoded><![CDATA[<p>Previously I had no issues. Webscarab went on fine. Now there is a firewall for browzing web site with some sites blocked in. After implementing Firewall I am unable to use webscarab. I am able to edit request but in my browser am facing.</p>
<p>WebScarab encountered an error trying to retrieve </p>
<p>The error was :</p>
<p>Connection refused: connect<br />
	at java.net.PlainSocketImpl.socketConnect(Native Method)</p>
<p>I tried both 8008 &amp; 8080 and facing same issue. Can anyone give me some inputs on this, how to configure webscarab in firewall</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghavan</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-853</link>
		<dc:creator>Raghavan</dc:creator>
		<pubDate>Mon, 20 Sep 2010 07:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-853</guid>
		<description>Guys, 

Somebody asked how to switch between lite and full mode.. Go to Tools and check the Use full-featured mode check box. Now close and open Webscarab, u ll get the full mode..

Vice versa for getting to lite-mode..

If an obsolete info, my apologies.. just as an FYI...</description>
		<content:encoded><![CDATA[<p>Guys, </p>
<p>Somebody asked how to switch between lite and full mode.. Go to Tools and check the Use full-featured mode check box. Now close and open Webscarab, u ll get the full mode..</p>
<p>Vice versa for getting to lite-mode..</p>
<p>If an obsolete info, my apologies.. just as an FYI&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santhosh</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/comment-page-1/#comment-826</link>
		<dc:creator>Santhosh</dc:creator>
		<pubDate>Wed, 07 Apr 2010 06:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-1-learning-the-basics/#comment-826</guid>
		<description>Hi Travis,

I have already tried it, but still cant fix it. 

Question:
Can I have webscarab and webserver installed on the same machine?</description>
		<content:encoded><![CDATA[<p>Hi Travis,</p>
<p>I have already tried it, but still cant fix it. </p>
<p>Question:<br />
Can I have webscarab and webserver installed on the same machine?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

