Open GoogleCodeExporter opened 9 years ago
When I run pyrit batch, It actually does compute a small portion of the
database. At my size (227051427) only about .23 percent per batch. I can keep
running pyrit batch until it errors and do a miniscule amount every time.
Not sure if that helps. But I'd absolutely love to move forward with this
project.
Original comment by jonathan...@gmail.com
on 6 Jun 2012 at 7:13
Here is the readout.
bt:~ Jonathan$ pyrit eval
Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
Connecting to storage at 'file://'... connected.
Passwords available: 227051427
ESSID 'belkin.1c4' : 1870642 (0.82%)
****************************************************************************
bt:~ Jonathan$ pyrit batch
Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
Connecting to storage at 'file://'... connected.
Working on ESSID 'belkin.1c4'
Traceback (most recent call last):
File "/usr/local/bin/pyrit", line 6, in <module>
pyrit_cli.Pyrit_CLI().initFromArgv()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyrit_cli.py", line 117, in initFromArgv
func(self, **options)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyrit_cli.py", line 807, in batchprocess
for results in dbiterator:
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cpyrit/cpyrit.py", line 787, in next
solvedResults
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cpyrit/storage.py", line 444, in __setitem__
f.write(PYR2_Buffer.pack(essid, results))
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cpyrit/storage.py", line 208, in pack
pwbuffer, pmkbuffer = _cpyrit_cpu.pyr2halfpack(results)
AttributeError: 'module' object has no attribute 'pyr2halfpack'
bt:~ Jonathan$
********************************************************************************
****
bt:~ Jonathan$ pyrit eval
Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+
Connecting to storage at 'file://'... connected.
Passwords available: 227051427
ESSID 'belkin.1c4' : 1943275 (0.86%)
Original comment by jonathan...@gmail.com
on 6 Jun 2012 at 7:17
Seems that I had some old parts left over. After looking through the individual
modules I saw that it was referencing some things that weren't there.
uninstalled by these instructions.
http://code.google.com/p/pyrit/issues/detail?id=68
reinstalled from svn. presto!
I'm now able to properly punish my rig!
Can close this issue now.
Original comment by jonathan...@gmail.com
on 6 Jun 2012 at 7:44
Original issue reported on code.google.com by
jonathan...@gmail.com
on 5 Jun 2012 at 4:59