<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: ShmooCon 2008 &#8212; Path X: Explosive Security Testing Tools with XPath</title>
	<link>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/</link>
	<description>top secret/secure computing information</description>
	<pubDate>Tue, 14 Oct 2008 11:08:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Marcin</title>
		<link>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-7706</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Fri, 13 Jun 2008 16:53:13 +0000</pubDate>
		<guid>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-7706</guid>
		<description>@ PM: Deleting the cookie can sometimes be tricky because you have to make sure the cookie name is correct.

The last td might need to be "PicksLocation" in your case.

&lt;code&gt;
    &#60;td&#62;deleteCookie&#60;/td&#62;
    &#60;td&#62;name&#60;/td&#62;
    &#60;td&#62;PicksLocation&#60;/td&#62;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@ PM: Deleting the cookie can sometimes be tricky because you have to make sure the cookie name is correct.</p>
<p>The last td might need to be &#8220;PicksLocation&#8221; in your case.</p>
<p><code><br />
    &lt;td&gt;deleteCookie&lt;/td&gt;<br />
    &lt;td&gt;name&lt;/td&gt;<br />
    &lt;td&gt;PicksLocation&lt;/td&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PM</title>
		<link>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-7670</link>
		<dc:creator>PM</dc:creator>
		<pubDate>Thu, 12 Jun 2008 18:47:59 +0000</pubDate>
		<guid>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-7670</guid>
		<description>Can some one help to delete the cookie.
I tried to do follow example scripts but no success. Can any one please help me.

cookie name=PicksLocation
path = /

Please help me.</description>
		<content:encoded><![CDATA[<p>Can some one help to delete the cookie.<br />
I tried to do follow example scripts but no success. Can any one please help me.</p>
<p>cookie name=PicksLocation<br />
path = /</p>
<p>Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CG</title>
		<link>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4757</link>
		<dc:creator>CG</dc:creator>
		<pubDate>Mon, 25 Feb 2008 19:59:41 +0000</pubDate>
		<guid>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4757</guid>
		<description>can  you guys recommend a tool for XPath Injection scanning?</description>
		<content:encoded><![CDATA[<p>can  you guys recommend a tool for XPath Injection scanning?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4694</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Thu, 21 Feb 2008 04:36:44 +0000</pubDate>
		<guid>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4694</guid>
		<description>Well the whole point to replaying those tests is to test applications throughout the entire SDLC, at every time code is compiled and during the integration phase.

&lt;em&gt;I’m sure you had plenty to say, but from the slides I’m just missing the point of your talk…&lt;/em&gt;

Hah, that's how I feel when I read the slides to a lot of talks, lol. Don't worry, the video should be up soon. :)</description>
		<content:encoded><![CDATA[<p>Well the whole point to replaying those tests is to test applications throughout the entire SDLC, at every time code is compiled and during the integration phase.</p>
<p><em>I’m sure you had plenty to say, but from the slides I’m just missing the point of your talk…</em></p>
<p>Hah, that&#8217;s how I feel when I read the slides to a lot of talks, lol. Don&#8217;t worry, the video should be up soon. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuza55</title>
		<link>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4693</link>
		<dc:creator>kuza55</dc:creator>
		<pubDate>Thu, 21 Feb 2008 04:08:18 +0000</pubDate>
		<guid>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4693</guid>
		<description>I think I'm just missing the point. What I got from the slides was:

 - XPath is an easy way to find elements in a DOM tree
 - You can use Xpath with Selenium (or any other tool which supports XPath) to write tests
 - You can then replay those tests

I'm sure you had plenty to say, but from the slides I'm just missing the point of your talk...</description>
		<content:encoded><![CDATA[<p>I think I&#8217;m just missing the point. What I got from the slides was:</p>
<p> - XPath is an easy way to find elements in a DOM tree<br />
 - You can use Xpath with Selenium (or any other tool which supports XPath) to write tests<br />
 - You can then replay those tests</p>
<p>I&#8217;m sure you had plenty to say, but from the slides I&#8217;m just missing the point of your talk&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin</title>
		<link>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4686</link>
		<dc:creator>Marcin</dc:creator>
		<pubDate>Wed, 20 Feb 2008 14:37:30 +0000</pubDate>
		<guid>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4686</guid>
		<description>What part are you confused on kuza?</description>
		<content:encoded><![CDATA[<p>What part are you confused on kuza?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kuza55</title>
		<link>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4682</link>
		<dc:creator>kuza55</dc:creator>
		<pubDate>Wed, 20 Feb 2008 04:48:28 +0000</pubDate>
		<guid>http://www.tssci-security.com/archives/2008/02/19/shmoocon-2008-path-x-explosive-security-testing-tools-with-xpath/#comment-4682</guid>
		<description>I hope the video is made available soon since I'm kind of confused after reading the slides...

Grats on presenting though :)</description>
		<content:encoded><![CDATA[<p>I hope the video is made available soon since I&#8217;m kind of confused after reading the slides&#8230;</p>
<p>Grats on presenting though :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.169 seconds -->
