Fahad0x9d3 / pyrit

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

SqlalchemyImportError: SQLite #461

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Followed this guide to use my ATI graphics card with pyrit: 
http://www.blackmoreops.com/2013/11/22/install-pyrit-in-kali-linux/ 
2. Importing wordlist into pyrit via datebase gives this error.
# pyrit -u sqlite:///mydb.db -i /root/wordlist.txt import_passwords
3. Also batching existing sql datebase gives the same error.
# pyrit batch

What is the expected output? What do you see instead?

Pyrit 0.4.1-dev (svn r308) (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

Connecting to storage at 'sqlite:///mydb.db'...  Traceback (most recent call 
last):
  File "/usr/local/bin/pyrit", line 6, in <module>
    pyrit_cli.Pyrit_CLI().initFromArgv()
  File "/usr/local/lib/python2.7/dist-packages/pyrit_cli.py", line 116, in initFromArgv
    options['storage'] = self._getStorage(storage_url)
  File "/usr/local/lib/python2.7/dist-packages/pyrit_cli.py", line 231, in _getStorage
    storage = cpyrit.storage.getStorage(url)
  File "/usr/local/lib/python2.7/dist-packages/cpyrit/storage.py", line 132, in getStorage
    raise util.SqlalchemyImportError("SQLAlchemy seems to be " \
cpyrit.util.SqlalchemyImportError: SQLAlchemy seems to be unavailable.

What version of the product are you using? On what operating system?
Dist:
Linux version 3.14-kali1-amd64 
(debian-kernel@lists.debian.org) 
(gcc version 4.7.2 (Debian 4.7.2-5) ) 
Pyrit: 
Pyrit 0.4.1-dev

Please provide any additional information below.

The strange thing is, that it was working fine after i completet the posted 
turotial (with sqlite). Maybe i broke something? 
When im using the "file:///" option pyrit works fine.

Original issue reported on code.google.com by MinimalS...@gmail.com on 26 Sep 2014 at 9:57