http403 / pyrit

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

export_hashdb causes a crash #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
festor@sniper-win:~$ pyrit -e BonitoBlanco -f Babeldoc export_hashdb
Pyrit 0.2.3 (C) 2008, 2009 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

Writing passwords...
Wrote 473987 lines...
Writing ESSIDs and results...
Writing 'BonitoBlanco'...
There was an error while exporting. The database has not been modified...
Traceback (most recent call last):
  File "/usr/bin/pyrit", line 710, in <module>
    Pyrit_CLI().init()
  File "/usr/bin/pyrit", line 97, in init
    }.setdefault(commands[0] if len(commands) > 0 else 'help',
self.print_help)()
  File "/usr/bin/pyrit", line 329, in export_hashdb
    ((essid_id, buffer(pmk), pw) for pw, pmk in results.iteritems()))
AttributeError: 'tuple' object has no attribute 'iteritems'

Ubuntu 9.04
Python 2.6
Pyrit 0.2.3-dev rev 120

Original issue reported on code.google.com by nebulos...@gmail.com on 18 Jul 2009 at 9:31

GoogleCodeExporter commented 9 years ago
thanks, fixed in next svn.

Original comment by lukas.l...@gmail.com on 18 Jul 2009 at 9:32

GoogleCodeExporter commented 9 years ago
fixed in r121

Original comment by lukas.l...@gmail.com on 18 Jul 2009 at 4:18