Welcome, guest | Sign In | My Account | Store | Cart

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.7Python 3.2Python 3.3
Windows (32-bit)
0.0.2 Failed View build log
Windows (64-bit)
0.0.2 Failed View build log
Mac OS X (10.5+)
0.0.2 Failed View build log
Linux (32-bit)
0.0.2 Failed View build log
Linux (64-bit)
0.0.2 Failed View build log
 
Links
Author
License
GPL
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

Subscribe to package updates

Last updated Feb 7th, 2012

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.