Closed GoogleCodeExporter closed 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
???
It depends on the size of the dictionary only.
Original comment by lukas.l...@gmail.com
on 25 May 2011 at 2:47
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
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
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
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
Original issue reported on code.google.com by
fvul...@gmail.com
on 25 May 2011 at 12:04