proper format: to use salt file - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: proper format: to use salt file (/thread-3334.html) |
proper format: to use salt file - grey - 04-29-2014 I'm trying to crack a sha256(pass.salt) and I don't know the pass or the salt, but I do have two separate files, one that contains the pass and one that contains the salt(not too big). I just can't seem to get it right (getting error)... This is what I'm currently trying: hashcat -m 1410 [hash.file] [pass.file] -e [salt.file] Can someone please tell me what I'm doing wrong. RE: proper format: to use salt file - atom - 04-29-2014 oclHashcat does not support external salts (and never did), only hashcat does. RE: proper format: to use salt file - grey - 04-29-2014 As far as I know, I'm not using oclhashcat. I'm just using hashcat on a The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)-linux box. Can you tell me what the layout is suppose to look like? RE: proper format: to use salt file - undeath - 04-29-2014 what error are you getting? RE: proper format: to use salt file - atom - 04-30-2014 its just line by line, each line a salt RE: proper format: to use salt file - grey - 05-01-2014 okay, yesterday after my last post it started working and stopped again today. It says Initializing hashcat v0.47... and then: /usr/bin/hashcat: line 3; 3155 killed /usr/share/hashcat/hashcat.bin "$@" RE: proper format: to use salt file - grey - 05-01-2014 okay I think I figured out the cause: size of salt file... but why? |