http403 / pyrit

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

Issue exporting to the airolib-ng database #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

I have some trouble exporting to the airolib-ng database.

I'm running Ubuntu 9.04 (x64) with 2.6.28-11-generic kernel and Pyrit
0.2.3-dev r106.

The Nvidia driver is: 185.18.14

This is the error I get:

Writing passwords... There was an error while exporting. The database has
not been modified... Traceback (most recent call last):

    File "/usr/local/bin/pyrit", line 965, in <module>

        Pyrit_CLI().init() 

    File "/usr/local/bin/pyrit", line 175, in init

        }.setdefault(commands0? if len(commands) > 0 else 'help',
self.print_help)() 

    File "/usr/local/bin/pyrit", line 406, in export_hashdb

        cur.executemany('INSERT OR IGNORE INTO passwd (passwd) VALUES (?)',
for pw in pwfile?) 

sqlite3.ProgrammingError?: You must not use 8-bit bytestrings unless you
use a text_factory that can interpret 8-bit bytestrings (like text_factory
= str). It is highly recommended that you instead just switch your
application to Unicode strings.

I have no issues exporting to cowpatty file format, so actually this is my
workaround for now.

Thanks, 
Max

Original issue reported on code.google.com by maximd%p...@gtempaccount.com on 5 Jul 2009 at 9:07

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

Tested it with r109 and it's working great.

Thank you very much.

Max

Original comment by maximd%p...@gtempaccount.com on 5 Jul 2009 at 9:48

GoogleCodeExporter commented 9 years ago
Closed, fixed

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