how to add custome hash type
#9
Code:
epixoip@token:~/oclHashcat-1.00$ type joomla
joomla is a function
joomla ()
{
    echo "$(echo -n "$(echo -n $1 | md5sum | awk '{print $1}')$2" | md5sum | awk '{print $1}'):$2"
}

epixoip@token:~/oclHashcat-1.00$ joomla hashcat 9486
2f4a96428a59869fd0880fbba13db7cb:9486

epixoip@token:~/oclHashcat-1.00$ ./oclHashcat64.bin -d 1 -m 2611 -a 3 2f4a96428a59869fd0880fbba13db7cb:9486
oclHashcat v1.00 starting...

Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Workload: 128 loops, 80 accel
Applicable Optimizers:
* Not-Iterated
* Single-Hash
* Single-Salt
* Brute-Force
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Tahiti, 2967MB, 925Mhz, 32MCU
Device #2: skipped by user
Device #3: skipped by user
Device #4: skipped by user
Device #5: skipped by user
Device #6: skipped by user
Device #1: Kernel ./kernels/4098/m2610_a3.Tahiti_1272.2_1272.2 (VM).kernel (267296 bytes)
Device #1: Kernel ./kernels/4098/markov_le_v2.Tahiti_1272.2_1272.2 (VM).kernel (134476 bytes)
Device #1: Kernel ./kernels/4098/bzero.Tahiti_1272.2_1272.2 (VM).kernel (30444 bytes)

2f4a96428a59869fd0880fbba13db7cb:9486:hashcat

Session.Name...: oclHashcat
Status.........: Cracked
Input.Mode.....: Mask (?1?2?2?2?2?2?2) [7]
Hash.Target....: 2f4a96428a59869fd0880fbba13db7cb:9486
Hash.Type......: vBulletin < v3.8.5
Time.Started...: Mon Oct 21 04:22:43 2013 (1 sec)
Speed.GPU.#1...:  2169.6 MH/s
Recovered......: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.......: 1509949440/134960504832 (1.12%)
Rejected.......: 0/1509949440 (0.00%)
HWMon.GPU.#1...: 42% Util, 33c Temp, 20% Fan

Started: Mon Oct 21 04:22:43 2013
Stopped: Mon Oct 21 04:22:50 2013


Messages In This Thread
how to add custome hash type - by Net_Spy - 10-20-2013, 09:01 PM
RE: how to add custome hash type - by epixoip - 10-20-2013, 09:02 PM
RE: how to add custome hash type - by Net_Spy - 10-21-2013, 09:31 AM
RE: how to add custome hash type - by philsmd - 10-21-2013, 10:18 AM
RE: how to add custome hash type - by KT819GM - 10-21-2013, 10:05 AM
RE: how to add custome hash type - by undeath - 10-21-2013, 12:24 PM
RE: how to add custome hash type - by epixoip - 10-21-2013, 01:21 PM
RE: how to add custome hash type - by philsmd - 10-21-2013, 01:27 PM
RE: how to add custome hash type - by epixoip - 10-21-2013, 01:30 PM
RE: how to add custome hash type - by Net_Spy - 10-21-2013, 02:42 PM
RE: how to add custome hash type - by epixoip - 10-21-2013, 02:47 PM
RE: how to add custome hash type - by Net_Spy - 10-21-2013, 05:45 PM
RE: how to add custome hash type - by Net_Spy - 10-21-2013, 08:42 PM
RE: how to add custome hash type - by Net_Spy - 10-22-2013, 09:16 PM
RE: how to add custome hash type - by epixoip - 10-22-2013, 10:42 PM