http403 / pyrit

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

File "/usr/local/bin/pyrit", line 6, in <module> #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
jacob@Lappy:~$ pyrit list_cores
Pyrit 0.2.5-dev (svn r170) (C) 2008, 2009 Lukas Lueg
http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

The following cores seem available...
#1:  'CUDA-Device #1 'GeForce 8700M GT''
#2:  'CPU-Core (SSE2)'
jacob@Lappy:~$ pyrit -e SonyCenter eval
Pyrit 0.2.5-dev (svn r170) (C) 2008, 2009 Lukas Lueg
http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

Traceback (most recent call last):
  File "/usr/local/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/local/lib/python2.6/dist-packages/pyrit_cli.py", line 113, in
initFromArgv
    }.setdefault(commands[0] if len(commands) > 0 else 'help',
self.print_help)()
  File "/usr/local/lib/python2.6/dist-packages/pyrit_cli.py", line 271, in
eval_results
    for i, (key, passwords) in enumerate(self.storage.passwords.iteritems()):
  File "/usr/local/lib/python2.6/dist-packages/cpyrit/util.py", line 556,
in iteritems
    yield (key, self[key])
  File "/usr/local/lib/python2.6/dist-packages/cpyrit/util.py", line 528,
in __getitem__
    raise IOError, "Digest check failed for %s" % filename
IOError: Digest check failed for
/home/jacob/.pyrit/blobspace/password/C4/0a35ca7197aa9bd3a3ff3975f7fd82bc.pw
jacob@Lappy:~$ 
What is the expected output? What do you see instead?

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

Please provide any additional information below.

Original issue reported on code.google.com by cha...@gmail.com on 4 Sep 2009 at 9:53

GoogleCodeExporter commented 9 years ago
The file
"/home/jacob/.pyrit/blobspace/password/C4/0a35ca7197aa9bd3a3ff3975f7fd82bc.pw" 
is
broken. This may be caused by hardware-corruption or (most commonly) by 
interrupting
Pyrit right in the moment when it is writing the file to the disk.

Your only option is to delete the file mentioned in the traceback and re-import 
your
password files.

Original comment by lukas.l...@gmail.com on 4 Sep 2009 at 10:04