who can tell me a script for linux to make a 10 digits dictionary? or a program that make it easy? i typed this in terminal seq 0000000001 9999999999 > dictionary.txt but it starts from 1 not from 0000000001
my god this is a HUGE file haha... (like 35 gigs) and its still going. ima see if/how much perl can condense that size.. since it usually does.
so the full code would be | crunch 10 10 0123456789 -0 wordlist.txt seq 0000000000 9999999999 > dictionary | or did i mess that up ?
also i need to make a numeric word list starting from 3 digits and max 10 from 0123456789. how cn i do this? any help --- Double Post Merged, 23 Jun 2013 --- and where it saves the file once completed?. any way to know the size of the file before it complete?
I can tell you that the 10 digit will get up to over 35 gigs as i have tried it before . Honestly it could get VERY large. I would recommend instead to make a script that instead just pipes the generated numbers to whatever program you'd be trying to use it with. I will hopefully have some time after work to write a quick script that you wanted above but should should have at least 100 gigs available because it could very well get that big.
Hi, i tried to save the wordlist.txt to /home/tc but it seems doesn't work. Here is my command crunch 10 10 0123456789 seq 0000000000 9999999999 -0 /home/tc/wordlist.txt But I can't find it even I used below command updatedb locate wordlist.txt Anyone can help? Thanks
Elcomsoft wireless auditor > Mask Attack ( ?d?d?d?d?d?d?d?d?d?d) is 10 digit numeric thats all U need...grab elcomsoft wireless auditor and open your captured cap file with it...go to mask attack and use the following combination ... wer ?d = any number from 0 to 9
No need for list. Use Hashcat mask attack, it's faster than any other option. https://hashcat.net/wiki/doku.php?id=mask_attack
Cant agree more, but i also did a crunch script for it anyways! phones-wordlist_creator.sh: https://gist.github.com/henriquecrw/151b9d3ccbcdc21fb76a47b31e2dff54