jslhs / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Can batch be accelerated? #321

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. pyrit batch

What is the expected output? What do you see instead?

When I "pyrit batch" on an ssid, since my dictionary has a few hundred million 
entries, it takes a very long time (have to run it overnight) to finish the 
batch processing.  Any way to speed this up?  On another note, even though my 
GPU isnt listed in "pyrit list_cores", the 8 cores of my CPU are, and the 
attack_db runs at about 4.5 million PMKs/sec, which seems pretty good.

What version of the product are you using? On what operating system?

Pyrit 0.4.0
Ubuntu 10.4

Please provide any additional information below.

Original issue reported on code.google.com by fvul...@gmail.com on 26 May 2011 at 9:06

GoogleCodeExporter commented 8 years ago
The hard part is to compute the Pairwise Master Keys (which is done during 
batch or attack_batch). The easy part is use the PMKs (e.g. during attack_db).

Original comment by lukas.l...@gmail.com on 27 May 2011 at 12:18