Please help this newbie - 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: Please help this newbie (/thread-11115.html) Pages:
1
2
|
RE: Please help this newbie - heather - 11-23-2022 (11-22-2022, 11:55 AM)Snoopy Wrote: Im not quite sure, but i think something missing. Thanks for responding. The cloudstorage is "open source" program set up by family member, and we have access to the hash and "source code" of the program. The iterations is 1,000. RE: Please help this newbie - drsnooker - 11-23-2022 (11-23-2022, 04:02 AM)heather Wrote:(11-21-2022, 10:33 PM)drsnooker Wrote: Well if you know most of the characters, can't you just make a table of all permutations of the possible passwords and try them one at a time. It's not cracking the hash or using hashcat, but it might allow you to get your pictures back.... Well any kind of scripting language can do that for you.... Unless there's a limit how many times you can retry! Even once a minute should get you there in a few days! RE: Please help this newbie - heather - 11-24-2022 (11-23-2022, 04:12 AM)drsnooker Wrote:(11-23-2022, 04:02 AM)heather Wrote:(11-21-2022, 10:33 PM)drsnooker Wrote: Well if you know most of the characters, can't you just make a table of all permutations of the possible passwords and try them one at a time. It's not cracking the hash or using hashcat, but it might allow you to get your pictures back.... Thanks. I'm not sure whether there is a limit, but since I have all of the hash information and method used to create it, wouldn't using hashcat be more reliable than trying to create a script? RE: Please help this newbie - drsnooker - 11-24-2022 Unless the hash is not supported by hashcat.... Nobody is going to write a hashcat plugin, for a rare one-of hash. RE: Please help this newbie - heather - 11-25-2022 I understand. Is it possible that one of the existing modules might work if I figure out how to place the IV and key in the right order (in other words, should the IV be appended to the beginning of the hash, end. etc...? )? RE: Please help this newbie - slyexe - 11-25-2022 I think you're better off using medusa or xhydra. If the hash is not supported like mentioned, you're required to compile a plugin for that specific hashtype. |