<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pyrit</title>
	<atom:link href="http://pyrit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pyrit.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Oct 2009 19:52:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='pyrit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/224359bcddbc5e4dad1d566a39773a6b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Pyrit</title>
		<link>http://pyrit.wordpress.com</link>
	</image>
			<item>
		<title>Network is coming back&#8230;</title>
		<link>http://pyrit.wordpress.com/2009/10/18/network-is-coming-back/</link>
		<comments>http://pyrit.wordpress.com/2009/10/18/network-is-coming-back/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 19:52:24 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/?p=316</guid>
		<description><![CDATA[&#8230; and this time it stays.
Another major feature of upcoming version 0.2.5 made it&#8217;s way to svn for testing: Pyrit&#8217;s storage code was abstracted and refactored which makes it possible to use relational databases like postgresql or mysql as storage devices for Pyrit. The actual database code is fully transparent and there is no visible [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=316&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230; and this time it stays.</p>
<p>Another major feature of upcoming version 0.2.5 made it&#8217;s way to svn for testing: Pyrit&#8217;s storage code was abstracted and refactored which makes it possible to use relational databases like <a href="http://www.postgresql.org/">postgresql</a> or <a href="http://dev.mysql.com/">mysql</a> as storage devices for Pyrit. The actual database code is fully transparent and there is no visible difference for the client.</p>
<p>The benefit: <strong>Create a central mysql/pgsql/mssql/oracle/firebird/sqlite-server somewhere on your network and let multiple Pyrit-clients access and work on the central server for good; enjoy the blessings of ACID, partitioning, automatic backup, replication and fine-grained user authentication.</strong></p>
<p>Here is a rough guideline on creating a postgresql-server for Pyrit.:</p>
<p>* Install and start the postgresql-server.<br />
* Install <a href="http://www.sqlalchemy.org/">sqlalchemy</a> and <a href="http://initd.org/pub/software/psycopg/">psycopg2</a><br />
* Switch to user postgres (&#8216;<em>su &#8211; postgres</em>&#8216;) and start the interactive shell  (&#8216;<em>psql template1</em>&#8216;)<br />
* Create a new user (&#8216;<em>create user pyrit;</em>&#8216;) and a new database (&#8216;<em>create database pyrit owner pyrit;</em>&#8216;). You do not need to create any tables, Pyrit will do that for you.<br />
* Edit <em>/var/lib/pgsql/data/pg_hba.conf</em> (may be a different path for you) and add the lines &#8220;<em>host  pyrit  pyrit  127.0.0.1/32  trust</em>&#8221; and &#8220;<em>host  pyrit  pyrit  192.168.0.1/24  trust</em>&#8221; to the <strong>top</strong> of the file; this allows password-less access to the pyrit database on the local network. Restart the postgresql-server. See postgresql&#8217;s documentation for more information about authentication.<br />
* Use the new option &#8216;<em>-u</em>&#8216; to tell Pyrit that it should use a server (instead of the default filesystem-driven storage). This option takes a URL which includes protocol, host, user, password and database to use. The special protocol &#8216;<em>file://</em>&#8216; refers to the filesystem, all other URLs are passed directly to sqlalchemy. You may want to see the <a href="http://www.sqlalchemy.org/docs/05/dbengine.html#create-engine-url-arguments">documentation for details about the syntax</a>.<br />
* Run &#8216;<strong><em>pyrit -u postgres://pyrit:@127.0.0.1/pyrit -e test create_essid</em></strong>&#8216; to test the connection and create a new ESSID &#8216;<em>test</em>&#8216; in the database. All other of Pyrit&#8217;s functions also work as usual.</p>
<p>I&#8217;ve tried sqlite- (&#8216;<em>-u sqlite:///mydb.db</em>&#8216;), postgresql- and mysql-databases; all other rdms should work as well as long as they are supported by sqlalchemy. You should expect some rough behaviour (read: crashes with tracebacks) in case you do something which Pyrit does not expect to magically happen &#8211; deleting a ESSID from the database while a client is processing it falls under that definition.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=316&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/10/18/network-is-coming-back/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>
	</item>
		<item>
		<title>New features in 0.2.5</title>
		<link>http://pyrit.wordpress.com/2009/10/13/new-features-in-0-2-5/</link>
		<comments>http://pyrit.wordpress.com/2009/10/13/new-features-in-0-2-5/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 18:10:51 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/?p=311</guid>
		<description><![CDATA[I&#8217;ve just updated the Wiki with new entries about two of the visible changes in upcoming version 0.2.5 which are already in svn.
The new command attack_cowpatty takes PMKs from a file in cowpatty-format to attack a handshake found in a capture-file. The cowpatty-database may have been generated by genpmk or (more likely :-)) by export_cowpatty; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=311&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve just updated <a href="http://code.google.com/p/pyrit/w/list">the Wiki</a> with new entries about two of the visible changes in upcoming version 0.2.5 which are already in svn.</p>
<p>The new command <strong>attack_cowpatty</strong> takes PMKs from a file in cowpatty-format to attack a handshake found in a capture-file. The cowpatty-database may have been generated by <em>genpmk</em> or (more likely :-)) by <strong>export_cowpatty</strong>; the file can be gzip-compressed. This new command allows you to use cowpatty-databases as a more easily movable and/or manageable storage device than Pyrit&#8217;s own database. After computation has completed, you may export your PMKs to a cowpatty-file (<strong>export_cowpatty</strong>), put that single file on DVD and use it later on with <strong>attack_cowpatty</strong>&#8230;</p>
<p>The other new command is <strong>stripLive</strong>. As the name suggests, it works very similar to <strong>strip</strong> but is targeted more towards live capture sources. <em>Kismet</em> for example can create a fifo (a pseudo-file) that can be read by Pyrit. The packets captured from the air through Kismet are then fed directly into Pyrit which filters the relevant packets and immediately writes them to a new dump file. This turns Pyrit into a decent packet-sinkhole that only writes those few packets to disk that are really interesting.</p>
<p>Please see the <a href="http://code.google.com/p/pyrit/wiki/ReferenceManual">manual</a> for examples.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=311&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/10/13/new-features-in-0-2-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>
	</item>
		<item>
		<title>ATI Catalyst 9.9 vs. kernel 2.6.30</title>
		<link>http://pyrit.wordpress.com/2009/10/05/ati-catalyst-9-9-vs-kernel-2-6-30/</link>
		<comments>http://pyrit.wordpress.com/2009/10/05/ati-catalyst-9-9-vs-kernel-2-6-30/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 18:15:38 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/?p=307</guid>
		<description><![CDATA[I finally got ATI&#8217;s drivers working on my 64bit-fedora11. All you currently got to do in order to have a working ATI-environment:
* Follow these steps to get the driver working.
* Don&#8217;t forget to rebuild your initrd if you are on Fedora11. Otherwise your screen freezes when X starts.
* Add &#8216;Option &#8220;SWCursor&#8221; &#8220;true&#8221;&#8216; to your xorg.conf. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=307&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I finally got ATI&#8217;s drivers working on my 64bit-fedora11. All you currently got to do in order to have a working ATI-environment:</p>
<p>* <a href="http://vwbusguy.wordpress.com/2009/10/01/fedora-11-catalyst-working/">Follow these steps</a> to get the driver working.<br />
* Don&#8217;t forget to rebuild your <em>initrd</em> if you are on Fedora11. Otherwise your screen freezes when X starts.<br />
* Add &#8216;<em>Option &#8220;SWCursor&#8221; &#8220;true&#8221;</em>&#8216; to your <em>xorg.conf</em>. Otherwise your screen freezes after a few seconds.<br />
* Fix <em>brtvector.hpp</em> like <a href="http://pyrit.wordpress.com/2009/02/12/compiling-amd-stream-core-with-g-43/">this</a>.<br />
* Fix <em>brtarray.hpp</em> by adding &#8220;<em>#include &lt;cstdio&gt;</em>&#8221; to the beginning of the file<br />
* Symlink <em>libbrook.so</em> and <em>libbrook_cal.so</em></p>
<p>You&#8217;re done. Ain&#8217;t that some quality software ?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/307/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/307/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/307/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=307&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/10/05/ati-catalyst-9-9-vs-kernel-2-6-30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>
	</item>
		<item>
		<title>Nvidia releases final OpenCL drivers</title>
		<link>http://pyrit.wordpress.com/2009/09/29/nvidia-releases-final-opencl-drivers/</link>
		<comments>http://pyrit.wordpress.com/2009/09/29/nvidia-releases-final-opencl-drivers/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 11:55:38 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/2009/09/29/nvidia-releases-final-opencl-drivers/</guid>
		<description><![CDATA[Nvidia has released a final, public version of it&#8217;s OpenCL implementation. See here.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=306&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Nvidia has released a final, public version of it&#8217;s OpenCL implementation. <a href="http://developer.nvidia.com/object/opencl-download.html">See here</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=306&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/09/29/nvidia-releases-final-opencl-drivers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>
	</item>
		<item>
		<title>Pyrit on a SuperMicro SuperServer 6016GT-TF-TM2</title>
		<link>http://pyrit.wordpress.com/2009/09/24/pyrit-on-a-supermicro-superserver-6016gt-tf-tm2/</link>
		<comments>http://pyrit.wordpress.com/2009/09/24/pyrit-on-a-supermicro-superserver-6016gt-tf-tm2/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 07:37:52 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/?p=303</guid>
		<description><![CDATA[
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=303&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-align:center; display: block;"><a href="http://pyrit.wordpress.com/2009/09/24/pyrit-on-a-supermicro-superserver-6016gt-tf-tm2/"><img src="http://img.youtube.com/vi/BKnFp_nTK8E/2.jpg" alt="" /></a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/303/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/303/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/303/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=303&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/09/24/pyrit-on-a-supermicro-superserver-6016gt-tf-tm2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/BKnFp_nTK8E/2.jpg" medium="image" />
	</item>
		<item>
		<title>Happy birthday&#8230;</title>
		<link>http://pyrit.wordpress.com/2009/09/06/happy-birthday/</link>
		<comments>http://pyrit.wordpress.com/2009/09/06/happy-birthday/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 07:04:45 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/?p=301</guid>
		<description><![CDATA[Happy birthday, Pyrit!
Exactly one year ago the first bits and parts were committed to svn.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=301&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Happy birthday, Pyrit!</p>
<p>Exactly one year ago the first bits and parts <a href="http://code.google.com/p/pyrit/source/detail?r=1">were committed to svn</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=301&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/09/06/happy-birthday/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>
	</item>
		<item>
		<title>The world&#8217;s smallest WPA-tools</title>
		<link>http://pyrit.wordpress.com/2009/08/16/288/</link>
		<comments>http://pyrit.wordpress.com/2009/08/16/288/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 15:20:49 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/?p=288</guid>
		<description><![CDATA[Cowpatty&#8217;s genpmk &#8211; with extensive hardware support added &#8211; in 2 lines of code:
from cpyrit import util
map(util.CowpattyWriter(essid=&#8217;linksys&#8217;, f=&#8217;linksys.cow&#8217;).write, util.PassthroughIterator(essid=&#8217;linksys&#8217;, iterable=open(&#8216;dict&#8217;)))
A GPGPU-driven WPA/WPA2-cracker in 7 lines of code:
from cpyrit import util, pckttools
with pckttools.EAPOLCracker(pckttools.PacketParser(&#8216;wpa2psk-linksys.dump&#8217;)['00:0b:86:c2:a4:85']['00:13:ce:55:98:ef'].auths[0]) as cracker:
&#62;&#62;&#62;&#62;for pmks in util.PassthroughIterator(&#8216;linksys&#8217;, open(&#8216;dict&#8217;)):
&#62;&#62;&#62;&#62;&#62;&#62;&#62;&#62;cracker.enqueue(pmks)
&#62;&#62;&#62;&#62;&#62;&#62;&#62;&#62;if cracker.solution is not None:
&#62;&#62;&#62;&#62;&#62;&#62;&#62;&#62;&#62;&#62;&#62;&#62;break
print &#8220;The password is &#8216;%s&#8217;&#8221; % cracker.solution
Isn&#8217;t Python great?
      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=288&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Cowpatty&#8217;s <em>genpmk</em> &#8211; with extensive hardware support added &#8211; in 2 lines of code:</p>
<blockquote><p>from cpyrit import util<br />
map(util.CowpattyWriter(essid=&#8217;linksys&#8217;, f=&#8217;linksys.cow&#8217;).write, util.PassthroughIterator(essid=&#8217;linksys&#8217;, iterable=open(&#8216;dict&#8217;)))</p></blockquote>
<p>A GPGPU-driven WPA/WPA2-cracker in 7 lines of code:</p>
<blockquote><p>from cpyrit import util, pckttools<br />
with pckttools.EAPOLCracker(pckttools.PacketParser(&#8216;wpa2psk-linksys.dump&#8217;)['00:0b:86:c2:a4:85']['00:13:ce:55:98:ef'].auths[0]) as cracker:<br />
&gt;&gt;&gt;&gt;for pmks in util.PassthroughIterator(&#8216;linksys&#8217;, open(&#8216;dict&#8217;)):<br />
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;cracker.enqueue(pmks)<br />
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;if cracker.solution is not None:<br />
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;break<br />
print &#8220;The password is &#8216;%s&#8217;&#8221; % cracker.solution</p></blockquote>
<p>Isn&#8217;t Python great?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/288/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/288/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/288/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=288&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/08/16/288/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>
	</item>
		<item>
		<title>Pyrit 0.2.4 released</title>
		<link>http://pyrit.wordpress.com/2009/08/16/pyrit-0-2-4-released/</link>
		<comments>http://pyrit.wordpress.com/2009/08/16/pyrit-0-2-4-released/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 11:41:04 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/?p=284</guid>
		<description><![CDATA[Pyrit 0.2.4 was just tagged and is now the currently stable version. Enjoy.
The most important new feature is the ability parse packet-capture files and attack EAPOL-authentications on it&#8217;s own. See the recent posts or the documentation for more details. Pyrit can also use SSE2 on MacOS and SELinux-enabled machines now.
You can get the new version [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=284&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Pyrit 0.2.4 was just tagged and is now the currently stable version. Enjoy.</p>
<p>The most important new feature is the ability parse packet-capture files and attack EAPOL-authentications on it&#8217;s own. See the <a href="http://pyrit.wordpress.com/2009/08/02/0-2-4-gaining-attack-capabilites/">recent posts</a> or <a href="http://code.google.com/p/pyrit/wiki/ReferenceManual">the documentation</a> for more details. Pyrit can also use SSE2 on MacOS and SELinux-enabled machines now.</p>
<p>You can get the new version <a href="http://code.google.com/p/pyrit/downloads/list">right here</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/284/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/284/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/284/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=284&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/08/16/pyrit-0-2-4-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>
	</item>
		<item>
		<title>Combining dumps in 0.2.4 r166</title>
		<link>http://pyrit.wordpress.com/2009/08/15/combining-dumps-in-0-2-4-r166/</link>
		<comments>http://pyrit.wordpress.com/2009/08/15/combining-dumps-in-0-2-4-r166/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 12:54:41 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/?p=279</guid>
		<description><![CDATA[Pyrit 0.2.4-dev (r166) can now deal with multiple packet-capture files. Added with the on-the-fly handling of gzip-compressed files, this makes it particular easy to combine many pcap-dumps to one small file that holds all the essential information.
pyrit -r &#8220;*.pcap&#8221; -f summary.pcap.gz strip
Pyrit 0.2.4-dev (svn r166) (C) 2008, 2009 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=279&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Pyrit 0.2.4-dev (r166) can now deal with multiple packet-capture files. Added with the on-the-fly handling of gzip-compressed files, this makes it particular easy to combine many pcap-dumps to one small file that holds all the essential information.</p>
<blockquote><p><strong>pyrit -r &#8220;*.pcap&#8221; -f summary.pcap.gz strip</strong><br />
Pyrit 0.2.4-dev (svn r166) (C) 2008, 2009 Lukas Lueg http://pyrit.googlecode.com<br />
This code is distributed under the GNU General Public License v3<br />
&#8230;<br />
39707 packets (33997 802.11-packets), 7 APs<br />
&#8230;<br />
New pcap-file written (18 out of 39707 packets)</p></blockquote>
<p>The new file &#8220;summary.pcap.gz&#8221; in this example is just 1.8kb &#8211; down from 8 files of 11mb total size.</p>
<p>Note that you must use quotation marks if you use wildcards on the command-line.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=279&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/08/15/combining-dumps-in-0-2-4-r166/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>
	</item>
		<item>
		<title>More docs</title>
		<link>http://pyrit.wordpress.com/2009/08/08/more-docs/</link>
		<comments>http://pyrit.wordpress.com/2009/08/08/more-docs/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 21:34:30 +0000</pubDate>
		<dc:creator>ebfe</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pyrit.wordpress.com/?p=276</guid>
		<description><![CDATA[I&#8217;ve updated Pyrit&#8217;s documentation with some lines about the new features in 0.2.4 (including the new strip-command).
There is also some (basic) information in case you would like to port Pyrit to a new hardware-platform. Pyrit on FPGA anyone?
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=276&subd=pyrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve updated Pyrit&#8217;s <a href="http://code.google.com/p/pyrit/wiki/ReferenceManual">documentation</a> with some lines about the new features in 0.2.4 (including the new <em>strip</em>-command).</p>
<p>There is also some (basic) <a href="http://code.google.com/p/pyrit/wiki/ExtendPyrit">information</a> in case you would like to port Pyrit to a new hardware-platform. Pyrit on FPGA anyone?</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pyrit.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pyrit.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pyrit.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pyrit.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pyrit.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pyrit.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pyrit.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pyrit.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pyrit.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pyrit.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pyrit.wordpress.com&blog=5000293&post=276&subd=pyrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pyrit.wordpress.com/2009/08/08/more-docs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/856cbd2891505b4161c91522cbff3869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebfe</media:title>
		</media:content>
	</item>
	</channel>
</rss>