Notice!
PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities.
Create your free Platform account
to download ActivePython or customize Python with the packages you require and get automatic updates.
Download
ActivePython
jcrack is unavailable in
PyPM, because there aren't any builds for it in the
package repositories. Click the linked icons to find out why.
| Python 2.7 | Python 3.2 | Python 3.3 |
---|
Windows (32-bit) | | | |
---|
Windows (64-bit) | | | |
---|
Mac OS X (10.5+) | | | |
---|
Linux (32-bit) | | | |
---|
Linux (64-bit) | | | |
---|
Lastest release
version 0.0.2 on Feb 7th, 2012
Jabbercracky provides a general-purpose hash-cracking web service for Ubuntu.
--------------------
External requirements:
- MySQLdb
- oclHashcat-lite from http://hashcat.net/oclhashcat-lite/
- rcracki_mt
- mysql server available
- rainbow tables
--------------------
Database Setup:
*note* Please remember to put the database and user info from this step
into /etc/jcrack.conf
1) create a new database, for example 'celery':
mysql> CREATE DATABASE celery;
Query OK, 1 row affected (0.02 sec)
2) grant privileges on that database to a new user:
mysql> GRANT ALL ON celery TO 'celery' IDENTIFIED BY 'YOUR_PASSWORD_HERE';
Query OK, 0 rows affected (0.13 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.05 sec)
3) change the transaction level of the database (mandatory):
mysql> USE celery;
Database changed
mysql> SET TRANSACTION ISOLATION LEVEL READ COMMITTED;
Query OK, 0 rows affected (0.00 sec)
-------------------
Configuration:
Please copy the distribution file /etc/jcrack.conf.dist
to /etc/jcrack.conf and fill in the correct information
for database, db user, and which rainbow tables you have.
-------------------
Running:
On Ubuntu, try:
service jcrackd start
To debug, try:
sh -x /etc/init.d/jcrackd start
---------------------------*
Questions? awgh@awgh.org
nn