Fahad0x9d3 / pyrit

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

Can't import password #462

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi I have some problem with importing password.

Enter the following command:
# crunch 1 4 -f charset.lst hex-upper | pyrit -i - import_unique_passwords
OR
# pyrit -i wordlist.txt import_unique_passwords

Always output :
XXXXX line read. Flushing Buffers...
All done.

It seems OK.

But after I enter the following command and it output:
# pyrit eval
Passwords available: 0

What's happen? Why it will be this? Can anyone solve this problem for me?

This happen at any storage, include file, sqlite, mysql and postgre(This 4 I 
have tested and sure it is not working, others UNKNOW). I run those command on 
Ubuntu Server 14.04, pyrit 0.4.0, MySQL 5.6.21, PostgreSQL 9.3 in a VM. The SQL 
server and pyrit are septate.

Original issue reported on code.google.com by hartman...@gmail.com on 20 Oct 2014 at 5:12