05-06-2012, 03:49 PM
This is crazy stuff. Shall I add some random word generator to hashcat-utils?
mp64: generate total random words
|
05-06-2012, 03:49 PM
This is crazy stuff. Shall I add some random word generator to hashcat-utils?
05-06-2012, 04:04 PM
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
05-06-2012, 04:21 PM
crap.
05-20-2012, 01:34 PM
@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).
05-21-2012, 05:55 PM
Please add this to the accepted list @wiki
05-21-2012, 06:09 PM
A couple other random number generators that may be good sources for those that need them:
gpg --gen-random 2 openssl rand
08-22-2012, 05:57 PM
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?
08-24-2012, 05:44 PM
hello nice job M@LIK this is good
iwant to know if there is any option to make pause and continue later
10-14-2012, 12:25 PM
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... |
« Next Oldest | Next Newest »
|