![]() |
SHA1-Hash and Password, what is the syntax? - 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: SHA1-Hash and Password, what is the syntax? (/thread-4031.html) |
SHA1-Hash and Password, what is the syntax? - Helix19 - 01-29-2015 Sorry to bother you guys with my newbie question, but i am totally lost. To be honest, i have to solve a little riddle. I managed to pass some stages, but now i have to "crack" a found 40 character hash-value. I think it must be SHA-1. And i found a password, that is hidden inside the riddle. But as i am completely new to this material, i have no idea, what i can do with those values now? I guess i have to find the user name? Or maybe the so called salt? Can anybody helpt me out with the correct syntax? What i tried to do is following: hashcat-cli64.exe -m 110 -a 0 Test.hash Test.dict --outfile=test.txt I am thankful for every hint i get! ![]() RE: SHA1-Hash and Password, what is the syntax? - radix - 01-29-2015 if its just sha, use -m 100 RE: SHA1-Hash and Password, what is the syntax? - Helix19 - 01-29-2015 thanks for the fast answer...tried that out too....thats the result: Initializing hashcat v0.49 with 8 threads and 32 Added hashes from file Test.hash: 1 (1 salts) Activating quick-digest mode for single-hash NOTE: press enter for status-screen Input.Mode: Dict (Test.dict) Index.....: 1/1 (segment), 6 (words), 97 (bytes) Recovered.: 0/1 hashes, 0/1 salts Speed/sec.: - plains, - words Progress..: 6/6 (100.00%) Running...: --:--:--:-- Estimated.: --:--:--:-- Started: Thu Jan 29 21:43:57 2015 Stopped: Thu Jan 29 21:43:57 2015 RE: SHA1-Hash and Password, what is the syntax? - Helix19 - 01-29-2015 maybe i am thinking wrong...as i said...i am completely new to this things... my dict.file only contains the passwort in different ways... maybe thats my fault and i need a complete word list with "usernames" or sth. like that?1 RE: SHA1-Hash and Password, what is the syntax? - radix - 01-30-2015 Maybe try a dictionary thats a little more robust? You know know how to use it, guess it's up to you to solve the "riddle". RE: SHA1-Hash and Password, what is the syntax? - Helix19 - 01-30-2015 Hey radix. ![]() i worked with a combination now... a robust dictionary and a little bit bruteforce...as the riddle contained no username but something different..that i cant spoiler actually ;-) but with ocl i got it...after i used the workaround with this options before "set GPU_NUM_COMPUTE_RINGS=0" and --force. cause my mobile ati did not want to work as i told "her" ;-) thanks to everyone!! ![]() |