8 Digit random Letters & Numbers MASK how to? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: 8 Digit random Letters & Numbers MASK how to? (/thread-4316.html) |
8 Digit random Letters & Numbers MASK how to? - ToDD - 04-22-2015 Hello Is there a way to make a 8 digit long mask with Only UpperCase Letters and Numbers, so the password looks somthing like this: GF66IT9H, it can also look like this 9Z7XT8TR or like this XX66XRHO or this UIPFXXXC how can i create a mask that makes 8 digit long password with random Numbers and Upper Case Letters? or is this not possible? RE: 8 Digit random Letters & Numbers MASK how to? - atom - 04-22-2015 sure, just use the mask: -1 ?u?d ?1?1?1?1?1?1?1?1 RE: 8 Digit random Letters & Numbers MASK how to? - ToDD - 04-22-2015 Nice, Thanks for the quick reply. I have one more question though, so my code should look like this: Example: oclHashcat64.bin -m 2500 -a 3 /myfile.hccap -1 ?u?d ?1?1?1?1?1?1?1?1 and what is the -1 for also the ?1 is something i didnt know about, could you explain what it does? i just know the following ?u?l?d & ?s. RE: 8 Digit random Letters & Numbers MASK how to? - atom - 04-22-2015 Quote:oclHashcat64.bin -m 100 -a 3 /my file.hccap -1 ?u?d ?1?1?1?1?1?1?1?1 this is wrong. first, if you want to crack wpa (i think so be cause you are using a .hccap file) you need to use -m 2500. if you dont want to crack wpa but raw sha1, then you dont need to have you hashfile ending with .hccap. what i dont get is the /my parameter. not sure why you are using it. you should omit it. to understand masks check out this article: https://hashcat.net/wiki/doku.php?id=mask_attack RE: 8 Digit random Letters & Numbers MASK how to? - ToDD - 04-22-2015 hi sry that code was just an example and i just made that up from my mind and was to lazy to copy/paste my actual line , but ya i am trying to crack wpa so i should have copy/paste my actual code, but here it is ./oclHashcat64.bin -m 2500 -a 3 /root/Desktop/sendme.hccap -1 ?u?d ?1?1?1?1?1?1?1?1 I also edited the above post, sorry for the inconvenience and thx for your Help it Works. RE: 8 Digit random Letters & Numbers MASK how to? - ToDD - 04-23-2015 Hmm, its me again and it seems like this mask doesnt work like it should. Why? i just watched the oclHashcat.log file and saw this: Code: TOP8545f73f START i asume at the left side, after "TOP" are the hashes where it stopped am i right? but if so, then why is it using lowercase letters? i wanted Uppercase letters. pls can you help me out there? RE: 8 Digit random Letters & Numbers MASK how to? - The Mechanic - 04-23-2015 you want the .pot file not .log file to see the hashes RE: 8 Digit random Letters & Numbers MASK how to? - ToDD - 04-23-2015 (04-23-2015, 04:59 AM)The Mechanic Wrote: you want the .pot file not .log file to see the hashes Ok, and how am i supposed to do that? because my Editor can't read the file its Empty.... i tried also this command but it says this. sry for being a noob pls help. Code: #./oclHashcat64.bin oclHashcat.pot |