mp64: generate total random words - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html) +--- Thread: mp64: generate total random words (/thread-1107.html) |
RE: mp64: generate total random words - atom - 05-06-2012 This is crazy stuff. Shall I add some random word generator to hashcat-utils? RE: mp64: generate total random words - M@LIK - 05-06-2012 Indeed. I think you should (specially if it was faster). I find this useful when crazy bruteforces are needed like (?d?l?u=12, ?d=16, etc) You can generate 5\10GiGs and try them, and get around 2% success. LOL RE: mp64: generate total random words - undeath - 05-06-2012 crap. RE: mp64: generate total random words - M@LIK - 05-20-2012 @undeath:: Yeah, you're right, the dictionary thing is kind of "carp". But I found a lot of other good applications for this technique: 1- Generating fake hashes (for benchmarking...etc). 2- Generating powerful, uncrackable passwords. 3- Generating passwords-list that follows a certain, desired pattern, and maybe hashing them for benchmarking again. 4- Designing! Yes, like TheMatrix background (I've done that xD). RE: mp64: generate total random words - atom - 05-21-2012 Please add this to the accepted list @wiki RE: mp64: generate total random words - M@LIK - 05-21-2012 AWESOME!! Can't wait to use it. Thanks atom : D RE: mp64: generate total random words - Incisive - 05-21-2012 A couple other random number generators that may be good sources for those that need them: gpg --gen-random 2 openssl rand RE: mp64: generate total random words - zixziko - 08-22-2012 hello ,, nice idea btw i tried this : cat /dev/urandom | tr -cd '0-9' | fold -w15 >> /home/korsa/15.txt to make worlist for password (min=15 max=15 -- and only numbers) but it looklike the size will be big do you any way to make it smaller? RE: mp64: generate total random words - zixziko - 08-24-2012 hello nice job M@LIK this is good iwant to know if there is any option to make pause and continue later RE: mp64: generate total random words - ckz666 - 10-14-2012 how can i create words with random lenght from 8-15 ? like: dfh43/T&DW &TGdwszgdw 7gf/R3g(% 43rz3)/3z7 "$(hr3h9/§"R/zz with fold -w8 or fold -b8 its only possible to generate 8-lenght words.. (05-05-2012, 01:17 AM)M@LIK Wrote: After more than a week of researches : P... |