Jabbercracky: A Hash-Cracking Web Service
Project description
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
--------------------
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jcrack-0.0.2.tar.gz
(4.4 kB
view details)
Built Distribution
jcrack-0.0.2-py2.7.egg
(8.8 kB
view details)
File details
Details for the file jcrack-0.0.2.tar.gz
.
File metadata
- Download URL: jcrack-0.0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6b044f53dcca5249d4e4c379b9a9f41a96c6fd118194f3aa11283ea84bd36888
|
|
MD5 |
4a407b7459664b05a0e8e08c10d40d8c
|
|
BLAKE2b-256 |
1ce6481b4998dd0b11ee0ee0899d4575805d9bc1a6daeba8e0f586c459dacf6e
|
File details
Details for the file jcrack-0.0.2-py2.7.egg
.
File metadata
- Download URL: jcrack-0.0.2-py2.7.egg
- Upload date:
- Size: 8.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
19c04732aef030888a43257582f0ec71497cafd6a57d47cdd3b1c951b0ae7630
|
|
MD5 |
ac3388fa473b7a02a274b4784dfc8679
|
|
BLAKE2b-256 |
6ec68a2bc3fc6a769734a5aa87ec12403a7a4e9bfd4b282a38d4a445fdf8dac8
|