gadgetinventor / pyrit

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

Pyrit Batch speed #320

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. pyrit batch on essid is incredibly slow

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

pyrit 0.4.0 and Ubuntu 10.4

Please provide any additional information below.

Batch process on an essid depend on the size of the dictionary or length of the 
essid?  I ask because I see examples where the batch process is done on 
1000/1000 workunits or 1500/1500 workunits.  On my particular essid it's been 
running the entire night and it's on 1600/14000 workunits 1500-5000 PMKs per 
second.

Original issue reported on code.google.com by fvul...@gmail.com on 25 May 2011 at 12:04

GoogleCodeExporter commented 8 years ago
What I mean to say was "Does the batch process of a specific essid depend on 
the size of the dictionary or length of the essid?"  I ask because I see 
examples where the batch process is done on 1000/1000 workunits or 1500/1500 
workunits.  On my particular essid it's been running the entire night and it's 
on 1600/14000 workunits 1500-5000 PMKs per second.

Original comment by fvul...@gmail.com on 25 May 2011 at 1:53

GoogleCodeExporter commented 8 years ago
???

It depends on the size of the dictionary only.

Original comment by lukas.l...@gmail.com on 25 May 2011 at 2:47

GoogleCodeExporter commented 8 years ago
That's the problem then, my list contains almost a billion passwords.  Now to 
figure out how to delete the database and start again... :)

Original comment by fvul...@gmail.com on 25 May 2011 at 3:20

GoogleCodeExporter commented 8 years ago
If you are using the filesystem-based database (the default) you can simply 
delete "./pyrit/blobspace" in your user's home directory.

You may also want to read the Tutorial in the Wiki-section on this page.

Original comment by lukas.l...@gmail.com on 25 May 2011 at 7:25

GoogleCodeExporter commented 8 years ago
So I am using the filesystem based database, however when I search for the 
blobspace it doesn't exist anywhere.  It has to be somewhere, as my "pyrit 
eval" reports almost a billion passwords.  Any ideas as to where it might be 
hiding?

Original comment by fvul...@gmail.com on 26 May 2011 at 3:05

GoogleCodeExporter commented 8 years ago
how you are searching? a leading dot makes folder hidden.
.pyrit/blobspace should be in your home dir, if you are root then is 
/root/.pyrit/blobspace, do a
# ls /root/.pyrit/blobspace
(keep an eye to the dot)

Original comment by masterzorag on 26 May 2011 at 4:52