Someone pointed out that cowpatty 4.3 indeed does not accept hashfiles to be read via stdin by default. This is caused by a small bug in cowpatty. I fixed that for my version of cowpatty but didn’t tell anyone about this fact :-)
If you get stuck with cowpatty not accepting stdin as hashfile input try [...]
October 20, 2008
Categories: Uncategorized . . Author: ebfe . Comments: 1 Comment
Added some performance numbers for the GeForce 8800 GTS 512 and the GeForce 260 GTX. New blinkenlights here.
October 14, 2008
Categories: Uncategorized . . Author: ebfe . Comments: Leave a Comment
Today a story about elcomsoft’s “patent-pending” GPGPU-WPA-Cracker is taking it’s rounds through the blogs. Here are my 2 cents about this:
In what respect is all this “new” ?
Who cares for all this buzz-talk ?
Why is this patent-pending? Pyrit implements all this in under 2.000 lines of code…
Who the fuck is David Hobson and why is [...]
October 11, 2008
Categories: Uncategorized . . Author: ebfe . Comments: 3 Comments
More background on Pyrit – See here
October 11, 2008
Categories: Uncategorized . . Author: ebfe . Comments: Leave a Comment
People have been asking why exporting to an airolib-ng database is so slow. Don’t expect things to change dramatically on that side…
SQLite databases provide ACID-compliance on the row-level; this creates a lot of overhead which causes lots of disk-seeks. In turn sqlite’s performance for this specific use is quite bad. Pyrit’s own datastore (the ‘blobspace’) [...]
October 10, 2008
Categories: Uncategorized . . Author: ebfe . Comments: 3 Comments
I just updated Pyrit to rev53 and the way Pyrit handles workunits while batchprocessing should now almost perfectly scale to faster cards when working with small workunits. Also some regressions introduced in the merger of rev52 were fixed. Everyone should update.
October 5, 2008
Categories: Uncategorized . . Author: ebfe . Comments: Leave a Comment
I’ve updated svn to rev52. The blobspace classes are somewhat more pythonic now and the damn Pyrit-class had to go. The merger probably introduced some bugs with missing attributes/functions…
The more imported thing is that reading and writing of result files and reading of password files is now done asynchronously. This means that there is practically [...]
October 5, 2008
Categories: Uncategorized . . Author: ebfe . Comments: Leave a Comment