how should i crack this type of hash (sha1 & salt) - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: how should i crack this type of hash (sha1 & salt) (/thread-9143.html) Pages:
1
2
|
RE: how should i crack this type of hash (sha1 & salt) - iamatx - 04-20-2020 so edited text file like this 123@gmail.com:hashpassword:--salt-- and used command hashcat -m 120 --username -r best64.rule -r append_two_dashes.txt forcrack.txt roxkyou.txt -o cracked.txt hashcat -m 120 --username -a 0 -r append_two_dashes.txt forcrack.txt roxkyou.txt -o cracked.txt append_two_dashes.txt= $- $- got output: 2cracked from 7 1@hotmail.com:c839fb78cb7525790ba04113f99933b4bde5xxxx:--60e6895d492fe5bf1400144eff09190654e5xxxx--:bettyboop-- 2@gmail.com:c1345670a7b21e52611f5201834308257f50xxxx:--843724c60cfef764a4e0d49b469e244cc848xxxx--:bubbles2260-- so it's correct ?? sir thankyou RE: how should i crack this type of hash (sha1 & salt) - Bobrik - 04-25-2020 hello all, Im read post, so have questions Im have file with hashes and salts nodehashed.txt type: 45e2e05d375f850a1ebaa189e9602980550fb8ce:--6d0cfeb584d2a50ad583d3d7cc1d8d72ced9ec73-- 45e2e56e2197343ee8358d51e681dc43af2a8dad:--14282e3adea8fb78085dfdd38fe4ece2f9c14d1b-- so now whats need to do, start hashcat with algo 120? pls explain..again RE: how should i crack this type of hash (sha1 & salt) - Bobrik - 04-25-2020 again read post, all understand...thx again! RE: how should i crack this type of hash (sha1 & salt) - rchange - 05-19-2020 What if it's not a dictionary job ? and on-a 3? |