<?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: password dictionary generator</title>
	<atom:link href="http://travisaltman.com/password-dictionary-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://travisaltman.com/password-dictionary-generator/</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: travis</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-1028</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Tue, 06 Dec 2011 15:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-1028</guid>
		<description>poti,

Thanks for the link, I have not used their password list but I&#039;ll keep this handy for future reference.</description>
		<content:encoded><![CDATA[<p>poti,</p>
<p>Thanks for the link, I have not used their password list but I&#8217;ll keep this handy for future reference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poti</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-1027</link>
		<dc:creator>poti</dc:creator>
		<pubDate>Tue, 06 Dec 2011 10:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-1027</guid>
		<description>stumbled upon this site http://dazzlepod.com/uniqpass/ from full-disclosure; there are some common passwords that may be useful here - not sure about the paid list though!</description>
		<content:encoded><![CDATA[<p>stumbled upon this site <a href="http://dazzlepod.com/uniqpass/" rel="nofollow">http://dazzlepod.com/uniqpass/</a> from full-disclosure; there are some common passwords that may be useful here &#8211; not sure about the paid list though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matej</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-1025</link>
		<dc:creator>Matej</dc:creator>
		<pubDate>Sat, 26 Nov 2011 19:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-1025</guid>
		<description>realy thanks for this script. i have been lookin for it. ..... and sorry my bad english. :)</description>
		<content:encoded><![CDATA[<p>realy thanks for this script. i have been lookin for it. &#8230;.. and sorry my bad english. <img src='http://travisaltman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-1016</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Sat, 05 Nov 2011 20:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-1016</guid>
		<description>@Richie

Old post, no one cares, but so you know:

You can have python output to sdout and then pipe the input into whatever program. (on linux ofcourse) with aircrack attacking a wpa network it would look like:

./pwgenerator.py &#124; sudo aircrack-ng -b   -w -

People pipe JTR into aircrack also, because JTR can use rules, incremental and external methods.</description>
		<content:encoded><![CDATA[<p>@Richie</p>
<p>Old post, no one cares, but so you know:</p>
<p>You can have python output to sdout and then pipe the input into whatever program. (on linux ofcourse) with aircrack attacking a wpa network it would look like:</p>
<p>./pwgenerator.py | sudo aircrack-ng -b   -w -</p>
<p>People pipe JTR into aircrack also, because JTR can use rules, incremental and external methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-932</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Mon, 06 Jun 2011 18:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-932</guid>
		<description>nick,

you could just add another variable that would grab those special characters, the code in this article may not be the way I would go about it but the problem was already solved. So below the variable &quot;low&quot; you could add a variable called &quot;specialChars&quot; and set it equal to &quot;range(33,48) + range(58,65)&quot;. These values are pulled from an &lt;a href=&quot;http://www.ascii-code.com/&quot; rel=&quot;nofollow&quot;&gt;ASCII table&lt;/a&gt;. Once you&#039;ve added this variable you will either have to add an eighth option or modify one of the seven options to include the specialChar variable. If this isn&#039;t fully clear please let me know.</description>
		<content:encoded><![CDATA[<p>nick,</p>
<p>you could just add another variable that would grab those special characters, the code in this article may not be the way I would go about it but the problem was already solved. So below the variable &#8220;low&#8221; you could add a variable called &#8220;specialChars&#8221; and set it equal to &#8220;range(33,48) + range(58,65)&#8221;. These values are pulled from an <a href="http://www.ascii-code.com/" rel="nofollow">ASCII table</a>. Once you&#8217;ve added this variable you will either have to add an eighth option or modify one of the seven options to include the specialChar variable. If this isn&#8217;t fully clear please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-916</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Sat, 16 Apr 2011 03:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-916</guid>
		<description>On i mean No consecutive Duplicates letters .</description>
		<content:encoded><![CDATA[<p>On i mean No consecutive Duplicates letters .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-915</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Fri, 15 Apr 2011 15:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-915</guid>
		<description>Hello, 

Thank you very much for the script. I would like to add a symbols(!,@,#,$,%,^,&amp;,*,(,),_,+,{,},&#124;,?,,,.,,\,-) to the script, would please give me some guides.

Thank you very much</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Thank you very much for the script. I would like to add a symbols(!,@,#,$,%,^,&amp;,*,(,),_,+,{,},|,?,,,.,,\,-) to the script, would please give me some guides.</p>
<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-914</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Fri, 15 Apr 2011 13:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-914</guid>
		<description>Hi how can i change the program so it can generate passwords just Capital Letters 8 lenght but NO CONSECUTIVE LETTERS? for ex: AGANFADO ?</description>
		<content:encoded><![CDATA[<p>Hi how can i change the program so it can generate passwords just Capital Letters 8 lenght but NO CONSECUTIVE LETTERS? for ex: AGANFADO ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richie</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-863</link>
		<dc:creator>richie</dc:creator>
		<pubDate>Fri, 19 Nov 2010 10:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-863</guid>
		<description>@travis, thanks for your reply, to be honest, i didn&#039;t have a specific tool in mind. i was just wondering if bruteforcing could be done on the fly without a txt file, as this would take the 2 terrabytes plus space requirement out of the equation. i realise this could drastically increase the amount of time required to test every possible permutation but it would mean that the hit and miss of dictionary attacks would be a thing of the past.</description>
		<content:encoded><![CDATA[<p>@travis, thanks for your reply, to be honest, i didn&#8217;t have a specific tool in mind. i was just wondering if bruteforcing could be done on the fly without a txt file, as this would take the 2 terrabytes plus space requirement out of the equation. i realise this could drastically increase the amount of time required to test every possible permutation but it would mean that the hit and miss of dictionary attacks would be a thing of the past.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: travis</title>
		<link>http://travisaltman.com/password-dictionary-generator/comment-page-1/#comment-861</link>
		<dc:creator>travis</dc:creator>
		<pubDate>Tue, 16 Nov 2010 12:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://travisaltman.com/?p=199#comment-861</guid>
		<description>richie,

i&#039;m not sure what you mean, could you give me an example.  most tools that i know of love a text file as input.  for me the two tools that jump to mind are &lt;a href=&quot;http://www.openwall.com/john/&quot; rel=&quot;nofollow&quot;&gt;john the ripper&lt;/a&gt; and &lt;a href=&quot;http://www.foofus.net/~jmk/medusa/medusa.html&quot; rel=&quot;nofollow&quot;&gt;medusa&lt;/a&gt;.  you could script the entire thing, meaning first run this python script and then run either john the ripper or medusa.  i haven&#039;t done this before but could definitely give it a shot.</description>
		<content:encoded><![CDATA[<p>richie,</p>
<p>i&#8217;m not sure what you mean, could you give me an example.  most tools that i know of love a text file as input.  for me the two tools that jump to mind are <a href="http://www.openwall.com/john/" rel="nofollow">john the ripper</a> and <a href="http://www.foofus.net/~jmk/medusa/medusa.html" rel="nofollow">medusa</a>.  you could script the entire thing, meaning first run this python script and then run either john the ripper or medusa.  i haven&#8217;t done this before but could definitely give it a shot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

