![]() |
i need to make 6number dic list - 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: i need to make 6number dic list (/thread-8118.html) |
i need to make 6number dic list - filesdecrypt - 02-02-2019 i need to make wordlist dic from 6 digit numbers start from 000000 to 999999 and save it with crunch to text i try but give me like this 000000000001000002000003 i need them 000001 000002 000003 can any one give me the right methode RE: i need to make 6number dic list - royce - 02-02-2019 hashcat doesn't need an external wordlist for this. Just use -a 3 and ?d?d?d?d?d?d. RE: i need to make 6number dic list - filesdecrypt - 02-02-2019 thanks what if i need to creat it how to make it RE: i need to make 6number dic list - atom - 02-05-2019 Note that you can also use -o here instead of using the shell redirect > |