<?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 2 (sessiond ID analysis)</title>
	<atom:link href="http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 01:46:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Arvind</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-840</link>
		<dc:creator>Arvind</dc:creator>
		<pubDate>Thu, 03 Jun 2010 06:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-840</guid>
		<description>Thanks for this tutorial. The problem in this case is that a session ID is generated on the login page itself and used inside the application as well. So I want to test the strength of this generated session ID. Now Webscarab captures and analyzes etc no problem , except that the session ID always remains the same for all the requests generated. Testing manually and refreshing the page clearly shows that the session ID DOES indeed change for every request, so why does Webscarab &quot;fetch&quot; with the session ID all the time? There&#039;s no LOGOUT here, so I closed the browser itself - but that didn&#039;t help as expected. Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial. The problem in this case is that a session ID is generated on the login page itself and used inside the application as well. So I want to test the strength of this generated session ID. Now Webscarab captures and analyzes etc no problem , except that the session ID always remains the same for all the requests generated. Testing manually and refreshing the page clearly shows that the session ID DOES indeed change for every request, so why does Webscarab &#8220;fetch&#8221; with the session ID all the time? There&#8217;s no LOGOUT here, so I closed the browser itself &#8211; but that didn&#8217;t help as expected. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-660</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 03 Aug 2009 09:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-660</guid>
		<description>zach,

glad the article helped, i write these articles as a reference for myself and the students i teach but i&#039;m always glad to see they help others.</description>
		<content:encoded><![CDATA[<p>zach,</p>
<p>glad the article helped, i write these articles as a reference for myself and the students i teach but i&#8217;m always glad to see they help others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-659</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Mon, 27 Jul 2009 09:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-659</guid>
		<description>Great article! I was having problems with my web application not generating a new ID every time I connected. What I did is take the cookies (in my case CFID and CFTOKEN) that store session state. Go (in webscarab) Tools --&gt; Shared Cookies and I set the values of both to nothing. Then I went: Proxy --&gt; Miscellaneous and checked the &#039;Inject known cookies into requests&#039;. This got the server to create a new session every time I connect.</description>
		<content:encoded><![CDATA[<p>Great article! I was having problems with my web application not generating a new ID every time I connected. What I did is take the cookies (in my case CFID and CFTOKEN) that store session state. Go (in webscarab) Tools &#8211;&gt; Shared Cookies and I set the values of both to nothing. Then I went: Proxy &#8211;&gt; Miscellaneous and checked the &#8216;Inject known cookies into requests&#8217;. This got the server to create a new session every time I connect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harjeet</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-656</link>
		<dc:creator>Harjeet</dc:creator>
		<pubDate>Tue, 16 Jun 2009 06:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-656</guid>
		<description>Hi Travis

My 1st Prob is:

I had deployed a Web Goat in to my local machine.
http://localalhost/WebGoat/attack. I am able to Access it. But when i am accessing the same WebGoat Application in different system which is same domain as (http://160.110.233.88/WebGoat/attack) i am not able to access the WebGoat Application.160.110.233.88 is IP of my local system. How can i access Webgoat in different machine?

My 2nd problem is:

When i am running WebGoat in my local system I set proxy as Localhost &amp; port is 80 it runs fine. Now when i run Webscarab it runs on 8008 port. how can i run both Webgoat as well as Webscarab simaltaneosuly as Webgot runs on port 80 &amp; WebScarab runs on port8008.

Help me to solve my problem.

Thanks
Harjeet</description>
		<content:encoded><![CDATA[<p>Hi Travis</p>
<p>My 1st Prob is:</p>
<p>I had deployed a Web Goat in to my local machine.<br />
<a href="http://localalhost/WebGoat/attack" rel="nofollow">http://localalhost/WebGoat/attack</a>. I am able to Access it. But when i am accessing the same WebGoat Application in different system which is same domain as (<a href="http://160.110.233.88/WebGoat/attack" rel="nofollow">http://160.110.233.88/WebGoat/attack</a>) i am not able to access the WebGoat Application.160.110.233.88 is IP of my local system. How can i access Webgoat in different machine?</p>
<p>My 2nd problem is:</p>
<p>When i am running WebGoat in my local system I set proxy as Localhost &amp; port is 80 it runs fine. Now when i run Webscarab it runs on 8008 port. how can i run both Webgoat as well as Webscarab simaltaneosuly as Webgot runs on port 80 &amp; WebScarab runs on port8008.</p>
<p>Help me to solve my problem.</p>
<p>Thanks<br />
Harjeet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-652</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 01 Jun 2009 17:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-652</guid>
		<description>harjeet,

without the source code checking for SQLi and XSS will be the same no matter what language you&#039;re working in (asp, jsp, php).  if you have the source code then things are different.  abysssec.com has a great article on checking for typical vulnerabilities within php, go check it out.

http://www.abysssec.com/blog/2009/03/php_fuzz_audit/</description>
		<content:encoded><![CDATA[<p>harjeet,</p>
<p>without the source code checking for SQLi and XSS will be the same no matter what language you&#8217;re working in (asp, jsp, php).  if you have the source code then things are different.  abysssec.com has a great article on checking for typical vulnerabilities within php, go check it out.</p>
<p><a href="http://www.abysssec.com/blog/2009/03/php_fuzz_audit/" rel="nofollow">http://www.abysssec.com/blog/2009/03/php_fuzz_audit/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harjeet</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-651</link>
		<dc:creator>Harjeet</dc:creator>
		<pubDate>Mon, 01 Jun 2009 07:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-651</guid>
		<description>Hi Travis,

How to check the SQLi &amp; XSS in php applications using Webscarab or  Do you have any other tools to test php applications.

Thanks

Harjeet</description>
		<content:encoded><![CDATA[<p>Hi Travis,</p>
<p>How to check the SQLi &amp; XSS in php applications using Webscarab or  Do you have any other tools to test php applications.</p>
<p>Thanks</p>
<p>Harjeet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-628</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Tue, 28 Apr 2009 21:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-628</guid>
		<description>alan,

you&#039;re correct i didn&#039;t really explain myself well. i haven&#039;t played with that hacme casino app in a while but from what i remember if you don&#039;t log out you keep making a request for the same cookie over and over so the cookie never changes. basically webscarab keeps making requests with the cookie tied to your login.  once you log out and then do the session analysis on the login / logout process webscarab will grab a &quot;unique&quot; cookie each time it makes the request. the main thing you want to do is under the &quot;SessionID Analysis&quot; within Webscarab keep hitting the &quot;Test&quot; button to make sure the cookie changes. 

depending on the application some cookies will never change because they are sorta place holders if you will. the key is to find the cookie that is responsible for maintaining state. hope this helps? if not let me know and i can email you directly. also thanks for the positive comment.</description>
		<content:encoded><![CDATA[<p>alan,</p>
<p>you&#8217;re correct i didn&#8217;t really explain myself well. i haven&#8217;t played with that hacme casino app in a while but from what i remember if you don&#8217;t log out you keep making a request for the same cookie over and over so the cookie never changes. basically webscarab keeps making requests with the cookie tied to your login.  once you log out and then do the session analysis on the login / logout process webscarab will grab a &#8220;unique&#8221; cookie each time it makes the request. the main thing you want to do is under the &#8220;SessionID Analysis&#8221; within Webscarab keep hitting the &#8220;Test&#8221; button to make sure the cookie changes. </p>
<p>depending on the application some cookies will never change because they are sorta place holders if you will. the key is to find the cookie that is responsible for maintaining state. hope this helps? if not let me know and i can email you directly. also thanks for the positive comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alan</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-627</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Tue, 28 Apr 2009 16:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-627</guid>
		<description>Great walkthrough on session ids. You mentioned that there is an issues with analysis when you don&#039;t log out of session which you were going to touch on. Did I miss that in the article?</description>
		<content:encoded><![CDATA[<p>Great walkthrough on session ids. You mentioned that there is an issues with analysis when you don&#8217;t log out of session which you were going to touch on. Did I miss that in the article?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lily Bu</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-431</link>
		<dc:creator>Lily Bu</dc:creator>
		<pubDate>Sun, 29 Mar 2009 15:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-431</guid>
		<description>Great, I like this one, especially the video about cookie analysis.</description>
		<content:encoded><![CDATA[<p>Great, I like this one, especially the video about cookie analysis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LalKumar</title>
		<link>http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/comment-page-1/#comment-57</link>
		<dc:creator>LalKumar</dc:creator>
		<pubDate>Mon, 18 Feb 2008 07:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/webscarab-tutorial-part-2-sessiond-id-analysis/#comment-57</guid>
		<description>U done a great job with excellent presentations.</description>
		<content:encoded><![CDATA[<p>U done a great job with excellent presentations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
