oclhashcat-lite v0.8 Bug Report Thread
#10
I was pasting this over ssh and it seems like something got interpreted as control characters, because my terminal got messed up (cursor at the wrong location, typed characters appeared incorrect).

Code:
chort@hydra:~/code/oclHashcat-lite-0.08$ ./oclHashcat-lite64.bin --hex-salt -m 15 4a80a448a4a5c5d20024cba8a3c779dd:3f247826584c35773e5c632a372c463033473d767e30605​44855507b2c62
oclHashcat-lite v0.8 by atom starting...

ERROR: hash: 4a80a448a4a5c5d20024cba8a3c779dd:3f247826584c35773e5c632a372c463033473d767e30605​44855507b2c62, line length exception: 96
ERROR: invalid hash '4a80a448a4a5c5d20024cba8a3c779dd:3f247826584c35773e5c632a372c463033473d767e30605​44855507b2c62'. double check -m parameter

chort@hydra:~/code/oclHashcat-lite-0.08$ ./oclHashcat-lite32.bin --hex-salt -m 15 4a80a448a4a5c5d20024cba8a3c779dd:3f247826584c35773e5c632a372c463033473d767e30605​44855507b2c62
oclHashcat-lite v0.8 by atom starting...

ERROR: hash: 4a80a448a4a5c5d20024cba8a3c779dd:3f247826584c35773e5c632a372c463033473d767e30605​44855507b2c62, line length exception: 96
ERROR: invalid hash '4a80a448a4a5c5d20024cba8a3c779dd:3f247826584c35773e5c632a372c463033473d767e30605​44855507b2c62'. double check -m parameter

However simply quoting the hash and salt works:
Code:
chort@hydra:~/code/oclHashcat-lite-0.08$ ./oclHashcat-lite64.bin -m 15 '4a80a448a4a5c5d20024cba8a3c779dd:?$x&XL5w>\c*7,F03G=v~0`THUP{,b'
oclHashcat-lite v0.8 by atom starting...

GPU-Loops: 256
GPU-Accel: 80
Password lengths range: 4 - 55
Platform: AMD compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: BeaverCreek, 256MB, 0Mhz, 5MCU
Device #2: Cypress, 512MB, 0Mhz, 20MCU
[s]tatus [p]ause [r]esume [q]uit => s
Status.......: Running
Hash.Target..: 4a80a448a4a5c5d20024cba8a3c779dd:?$x&XL5w>\c*7,F03G=v~0`THUP{,b
Hash.Type....: vBulletin > v3.8.5
Time.Running.: 3 seconds
Time.Left....: 1 second
Plain.Mask...: ?1?2?2?2?2?2
Plain.Text...: **a6yy
Plain.Length.: 6
Progress.....: 2754764800/3748902912 (73.48%)
Speed.GPU.#1.:   134.2M/s
Speed.GPU.#2.:   571.7M/s
Speed.GPU.#*.:   694.2M/s
HWMon.GPU.#1.: 100% GPU, 11c Temp
HWMon.GPU.#2.: 95% GPU, 61c Temp
[s]tatus [p]ause [r]esume [q]uit => q

I did get an error after quitting and restarting that oclHashcat-lite could not read the restore file. I simply rm'd the restore file and I was able to start another session just fine.


Messages In This Thread
RE: oclhashcat-lite v0.8 Bug Report Thread - by chort - 01-31-2012, 12:22 AM