<?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: It is Persistence</title>
	<atom:link href="http://www.gnucitizen.org/blog/it-is-persistence/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnucitizen.org/blog/it-is-persistence/</link>
	<description>Information Security Think Tank</description>
	<lastBuildDate>Sat, 02 Feb 2013 17:50:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: stephen</title>
		<link>http://www.gnucitizen.org/blog/it-is-persistence/comment-page-1/#comment-126380</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Thu, 26 Mar 2009 01:27:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.gnucitizen.org/?p=2714#comment-126380</guid>
		<description>Most people stumble and bumble around and bounce into vulnerabilities. Some use a toolbox of strategies in a particular order. Some use a toolbox in no particular order. 

Whilst others still can almost KNOW what the vulnerabilities are before they delve down deep inside. A kind of sixth sense (intuition)- is what they have.

When you research the psychology of analysts you begin to understand just how deep some can get into this zone. Why they can is the most interesting story of all.</description>
		<content:encoded><![CDATA[<p>Most people stumble and bumble around and bounce into vulnerabilities. Some use a toolbox of strategies in a particular order. Some use a toolbox in no particular order. </p>
<p>Whilst others still can almost KNOW what the vulnerabilities are before they delve down deep inside. A kind of sixth sense (intuition)- is what they have.</p>
<p>When you research the psychology of analysts you begin to understand just how deep some can get into this zone. Why they can is the most interesting story of all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hartog</title>
		<link>http://www.gnucitizen.org/blog/it-is-persistence/comment-page-1/#comment-126244</link>
		<dc:creator>hartog</dc:creator>
		<pubDate>Fri, 06 Mar 2009 13:47:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.gnucitizen.org/?p=2714#comment-126244</guid>
		<description>Totally agreeed! I dont know much about cryptography but I did find a flaw in a crypto module of Ruby. See my blog article (http://www.coffeeaddict.nl/blog/20090306/171/) for the full story</description>
		<content:encoded><![CDATA[<p>Totally agreeed! I dont know much about cryptography but I did find a flaw in a crypto module of Ruby. See my blog article (<a href="http://www.coffeeaddict.nl/blog/20090306/171/" rel="nofollow">http://www.coffeeaddict.nl/blog/20090306/171/</a>) for the full story</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: triggerzdown</title>
		<link>http://www.gnucitizen.org/blog/it-is-persistence/comment-page-1/#comment-126230</link>
		<dc:creator>triggerzdown</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:44:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.gnucitizen.org/?p=2714#comment-126230</guid>
		<description>Yes this is correct the more you dabble and research on a topic the more you will find out. But experience does have a factor in this. So to all you researchers just keep on searching and trying new things and something is bound to happen.

-triggerzdown</description>
		<content:encoded><![CDATA[<p>Yes this is correct the more you dabble and research on a topic the more you will find out. But experience does have a factor in this. So to all you researchers just keep on searching and trying new things and something is bound to happen.</p>
<p>-triggerzdown</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/it-is-persistence/comment-page-1/#comment-126140</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Wed, 25 Feb 2009 12:10:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.gnucitizen.org/?p=2714#comment-126140</guid>
		<description>I see what you are saying and I am not disagreeing that experience is important. I am simply mentioning that finding vulnerabilities (not penetration testing), when time is not an issue, does not require anything else apart from persistence.</description>
		<content:encoded><![CDATA[<p>I see what you are saying and I am not disagreeing that experience is important. I am simply mentioning that finding vulnerabilities (not penetration testing), when time is not an issue, does not require anything else apart from persistence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Gironda</title>
		<link>http://www.gnucitizen.org/blog/it-is-persistence/comment-page-1/#comment-126139</link>
		<dc:creator>Andre Gironda</dc:creator>
		<pubDate>Wed, 25 Feb 2009 11:45:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.gnucitizen.org/?p=2714#comment-126139</guid>
		<description>I disagree.  There is:

Testing
Inspection

Testing has Dynamic analysis, white-box testing (full knowledge), black-box testing, gray-box testing (see: OSSTMM 3.0 for more details), experience-based testing (which you speak against), and defect-driven testing (which Gareth Hayes has mastered with XSS and which Bernardo Damele A. G.has mastered with SQLi - and which Shreeraj Shah has mastered with basically everything else).

Inspection has static analysis + another called &quot;review&quot;.

Your &quot;Persistence&quot; is really something else called &quot;Completeness&quot; in my eyes.  I also feel that experienced-based testing is the most important, which is why tools fail us (imagine imperfect software failing at testing imperfect software!).  I have found bugs just by looking at a web page and saying &quot;that&#039;s a bug!&quot; that nobody else would ever see.  Ask the tssci-security team + others that I probably can&#039;t and shouldn&#039;t name.

So for you to dismiss experience-based testing seems to demonstrate (to me) that you don&#039;t have enough experience.  This isn&#039;t a knock, but defect-driven approaches and focusing too much on other areas (which you are clearly highly intelligent about) may blind you to the overall &quot;big picture&quot; stuff.

Curphey wrote an article about the Security Gene, so this was already discussed (and I think at the time, I didn&#039;t agree with either of you), but it&#039;s an interesting conversation topic.  Thanks.</description>
		<content:encoded><![CDATA[<p>I disagree.  There is:</p>
<p>Testing<br />
Inspection</p>
<p>Testing has Dynamic analysis, white-box testing (full knowledge), black-box testing, gray-box testing (see: OSSTMM 3.0 for more details), experience-based testing (which you speak against), and defect-driven testing (which Gareth Hayes has mastered with XSS and which Bernardo Damele A. G.has mastered with SQLi &#8211; and which Shreeraj Shah has mastered with basically everything else).</p>
<p>Inspection has static analysis + another called &#8220;review&#8221;.</p>
<p>Your &#8220;Persistence&#8221; is really something else called &#8220;Completeness&#8221; in my eyes.  I also feel that experienced-based testing is the most important, which is why tools fail us (imagine imperfect software failing at testing imperfect software!).  I have found bugs just by looking at a web page and saying &#8220;that&#8217;s a bug!&#8221; that nobody else would ever see.  Ask the tssci-security team + others that I probably can&#8217;t and shouldn&#8217;t name.</p>
<p>So for you to dismiss experience-based testing seems to demonstrate (to me) that you don&#8217;t have enough experience.  This isn&#8217;t a knock, but defect-driven approaches and focusing too much on other areas (which you are clearly highly intelligent about) may blind you to the overall &#8220;big picture&#8221; stuff.</p>
<p>Curphey wrote an article about the Security Gene, so this was already discussed (and I think at the time, I didn&#8217;t agree with either of you), but it&#8217;s an interesting conversation topic.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
