<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JW Network Consulting &#187; penetration testing</title>
	<atom:link href="http://www.jwnetworkconsulting.com/tag/penetration-testing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jwnetworkconsulting.com</link>
	<description>Watching the network so you don't have to.</description>
	<lastBuildDate>Thu, 22 Jul 2010 01:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>New Open Source Project Created &#8211; Reconnoiter</title>
		<link>http://www.jwnetworkconsulting.com/security/web-application-security/new-open-source-project-created-reconnoiter</link>
		<comments>http://www.jwnetworkconsulting.com/security/web-application-security/new-open-source-project-created-reconnoiter#comments</comments>
		<pubDate>Wed, 16 Sep 2009 05:07:03 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Web Application Security]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[penetration testing]]></category>
		<category><![CDATA[web app security]]></category>

		<guid isPermaLink="false">http://www.jwnetworkconsulting.com/?p=268</guid>
		<description><![CDATA[Earlier this month I decided to take the scripts for username generation and roll them into an open source project.  There were a couple of reasons for doing so.  First, I needed source control hosting and SourceForge provides that for free as long as you release the project to the public.  Second, I want to [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this month I decided to take the scripts for username generation and roll them into an open source project.  There were a couple of reasons for doing so.  First, I needed source control hosting and SourceForge provides that for free as long as you release the project to the public.  Second, I want to expand the scope of it to go beyond what I&#8217;ve done so far.  It&#8217;s great that people have found these scripts useful, but its hardly rocket science.  This should give me some more room to explore and share with others.</p>
<p>If you would like to check out the project, you can search for &#8220;Reconnoiter&#8221; on sourceforge.net or you can just follow this link:</p>
<p><a href="http://sourceforge.net/projects/reconnoiter/">http://sourceforge.net/projects/reconnoiter/</a></p>
<p>One last note.  There are some changes in the 0.2 release of Reconnoiter that may be useful.  I found a nasty bug in the Yahoo script that needed to be fixed badly.  That&#8217;s been done and committed to the release.  Last, I made the output a lot more useful.  There was no filtering at all for results that included HTML code in them.  This caused some obviously bad usernames.  Unless you logged in as &#8220;&lt;b&gt;jwood&lt;/b&gt;&#8221; often.  To help with that I&#8217;ve added some filtering which should improve the quality of the results.  Enjoy!</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/open+source' rel='tag' target='_self'>open source</a>, <a class='technorati-link' href='http://technorati.com/tag/penetration+testing' rel='tag' target='_self'>penetration testing</a>, <a class='technorati-link' href='http://technorati.com/tag/web+app+security' rel='tag' target='_self'>web app security</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.jwnetworkconsulting.com/security/web-application-security/new-open-source-project-created-reconnoiter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripts to Generate Usernames</title>
		<link>http://www.jwnetworkconsulting.com/security/scripts-to-generate-usernames</link>
		<comments>http://www.jwnetworkconsulting.com/security/scripts-to-generate-usernames#comments</comments>
		<pubDate>Wed, 02 Sep 2009 05:00:15 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[penetration testing]]></category>
		<category><![CDATA[username generation]]></category>
		<category><![CDATA[username generator]]></category>

		<guid isPermaLink="false">http://www.jwnetworkconsulting.com/?p=249</guid>
		<description><![CDATA[I&#8217;ve written a couple of posts about a script I wrote to generate usernames.  Since then I&#8217;ve written another script that uses Yahoo&#8217;s XML API and both of them have been included in SamuraiWTF.  It&#8217;s been pretty cool to see people try out something that I wrote and find it useful to them.  The scripts [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a couple of posts about a script I wrote to generate usernames.  Since then I&#8217;ve written another script that uses Yahoo&#8217;s XML API and both of them have been included in <a title="SamuraiWTF" href="http://samurai.inguardians.com/" target="_blank">SamuraiWTF</a>.  It&#8217;s been pretty cool to see people try out something that I wrote and find it useful to them.  The scripts are still pretty rough and need some work.</p>
<p>I&#8217;d like to make the Yahoo script less ugly to use.  Putting a huge API key in as a command argument strikes me as kinda lame.  The results from it are very consistent though.  So I actually prefer using it to the google version of the script.  You can download the Yahoo script here:  <a title="usernameGenYahoo-v1.1.txt" href="http://www.jwnetworkconsulting.com/downloads/usernameGenYahoo-v1.1.txt" target="_self">usernameGenYahoo.txt</a> The Google script is here:  <a title="usernameGen.py V 2.1.1" href="http://www.jwnetworkconsulting.com/downloads/usernameGen-v2.1.1.txt">usernameGen-v2.1.1.txt</a></p>
<p>Please let me know if you find any bugs with them, want additional functionality or if you just found them useful.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/penetration+testing' rel='tag' target='_self'>penetration testing</a>, <a class='technorati-link' href='http://technorati.com/tag/username+generation' rel='tag' target='_self'>username generation</a>, <a class='technorati-link' href='http://technorati.com/tag/username+generator' rel='tag' target='_self'>username generator</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.jwnetworkconsulting.com/security/scripts-to-generate-usernames/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated usernameGen.py</title>
		<link>http://www.jwnetworkconsulting.com/security/updated-usernamegen-py</link>
		<comments>http://www.jwnetworkconsulting.com/security/updated-usernamegen-py#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:33:20 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[penetration testing]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[username generator]]></category>

		<guid isPermaLink="false">http://www.jwnetworkconsulting.com/?p=242</guid>
		<description><![CDATA[Mike Patterson on the Pauldotcom mailing list commented that he thought usernameGen.py could use handling for middle names.  The template that he suggested was of first initial, middle initial and last name.  I think he&#8217;s right.  Originally I had the script avoid middle names or initials, but I went back and added the format Mike [...]]]></description>
			<content:encoded><![CDATA[<p>Mike Patterson on the Pauldotcom mailing list commented that he thought usernameGen.py could use handling for middle names.  The template that he suggested was of first initial, middle initial and last name.  I think he&#8217;s right.  Originally I had the script avoid middle names or initials, but I went back and added the format Mike requested.</p>
<p>So here it is.  <a href="http://www.jwnetworkconsulting.com/downloads/usernameGen-v2.1.txt">usernameGen-v2.1.txt</a></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/penetration+testing' rel='tag' target='_self'>penetration testing</a>, <a class='technorati-link' href='http://technorati.com/tag/social+networks' rel='tag' target='_self'>social networks</a>, <a class='technorati-link' href='http://technorati.com/tag/username+generator' rel='tag' target='_self'>username generator</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.jwnetworkconsulting.com/security/updated-usernamegen-py/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
