@chancas , mastercracker
Seems that they all have something in common, the "special" char sequence .. , maybe the shell thinks this could be something like a path/dir...
Could you please try to replace those .. and/or replace the slashes "/" from the hash (w/ some other "normal" character, e.g. hexadecimal)
You could also try using the double quotes etc... this seems to be a shell/os (miss-) interpreter problem.
(11-30-2013, 02:16 PM)chancas Wrote:Code:echo -n 10471161328 | ./oclHashcat64.exe --quiet --force --disable-potfile --runtime 200 --gpu-temp-disable -d 1 -a 0 -m 6500 '{ssha512}06$4818543662046424$nLXETd7BMlvBpunnC2OEKIiKZpkpENAC4T3wVneRlxTAfInv6dN93lS8tYg00UNrN6OdXfJKb7M.6WwJ.NP/..'
Seems that they all have something in common, the "special" char sequence .. , maybe the shell thinks this could be something like a path/dir...
Could you please try to replace those .. and/or replace the slashes "/" from the hash (w/ some other "normal" character, e.g. hexadecimal)
You could also try using the double quotes etc... this seems to be a shell/os (miss-) interpreter problem.