ERROR: fp recieved EOL?
#1
I am thinking this may have something to do with using both left and right dictionary rules on the same dictionary (both rules also being appends). This is the only "new" thing that I hadn't done before, and it occurs consistently when using the command listed in the details below. I could only find one reference to another user receiving this error (which was also on this forum) so I figured I would post this in the case that it helps with your development.



Intel P4
Windows XP
2x ATI HD 5830


COMMAND
----------

oclHashcat32.exe --remove --outfile
C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/111213_md5.cracked
--custom-charset4
abcdefghiklmnoprstuvwyABCDEFGHIKLMNOPRSTUVWY0123456789!@$ --rule-left
$?l$?l --rule-right $?d$?d --gpu-devices 1,2 --gpu-accel 400
--gpu-loops 16 C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/111213_md5.txt
C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/ALL.txt
C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/ALL.txt



BUFFER
-------

oclHashcat v0.26 by atom starting...

Digests: 1187493 entries, 1187493 unique
Bitmaps: 21 bits, 1048576 entries, 0x000fffff mask, 4194304 bytes
Platform: AMD compatible platform found
Watchdog: Temperature limit set to 90c
Device #1: Cypress, 512MB, 0Mhz, 14MCU
Device #1: Kernel ./kernels/4098/m0000.Cypress.32.kernel
[s]tatus [p]ause [r]esume [q]uit => s
Status.......: Running
Hash.Type....: MD5
Mode.Left....: Dict 'C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/ALL.txt' (62681694)
Mode.Right...: Dict 'C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/ALL.txt' (62681694)
Speed.GPU*...: 0/s
Recovered....: 0/1187493 Digests, 0/1 Salts
Progress.....: 0/3928994762709636 (0.00%)
Running......: 3 secs
Estimated....: 0 secs
HW.Monitor.#1: 0% GPU, 43c Temp

[s]tatus [p]ause [r]esume [q]uit => s

Status.......: Running
Hash.Type....: MD5
Mode.Left....: Dict 'C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/ALL.txt' (62681694)
Mode.Right...: Dict 'C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/ALL.txt' (62681694)
Speed.GPU*...: 0/s
Recovered....: 0/1187493 Digests, 0/1 Salts
Progress.....: 0/3928994762709636 (0.00%)
Running......: 12 secs
Estimated....: 0 secs
HW.Monitor.#1: 0% GPU, 42c Temp

[s]tatus [p]ause [r]esume [q]uit => s

Status.......: Running
Hash.Type....: MD5
Mode.Left....: Dict 'C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/ALL.txt' (62681694)
Mode.Right...: Dict 'C:/hashcat-gui-0.4.6/hashcat-gui-0.4.6/ALL.txt' (62681694)
Speed.GPU*...: 0/s
Recovered....: 0/1187493 Digests, 0/1 Salts
Progress.....: 0/3928994762709636 (0.00%)
Running......: 25 secs
Estimated....: 0 secs
HW.Monitor.#1: 0% GPU, 43c Temp

[s]tatus [p]ause [r]esume [q]uit => ERROR: fp recieved EOL?


C:\hashcat-gui-0.4.6\hashcat-gui-0.4.6\oclHashcat>
#2
the left and right rules must be real hashcat rules. Masks don't work there.
#3
Ahh, well that could explain the issue. oclHashcat was successfully starting with one sided masked rules. I am guessing it was doing something other than using what I thought I was configuring it to do, though, with how I structured the rule. I picked up the idea from http://hashcat.net/wiki/rules_with_maskprocessor, but apparently this doesn't carry over into the oclHashcat engine.