different encodings - 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: different encodings (/thread-9059.html) |
different encodings - pukpauk - 03-23-2020 I have a hash of -m 9600 $office$*2013*100000*256*16*664f9e0787392c2b1632d3947aaadee4*27dc7d029f76244a407acf9b5afa3740*ebbc055ae08124f6a6be81ef812da4fece16b2ad86eede3916d9cda15f71833f his password: лl I have a dictionary: 123 lл лl ll start hashcat hashcat -a 0 h.lst -m 9600 1.txt --force does not find the correct password As I understand it, the problem is in different encodings. Tell me how can I get around this? RE: different encodings - undeath - 03-23-2020 hashcat can't handle non-ascii for office (and related hashes). See https://github.com/hashcat/hashcat/blob/master/docs/limits.txt#L25-L35 |