hashcat Forum
What is the hashcat rule to append numbers from 0 to 9999 at the end? - 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: What is the hashcat rule to append numbers from 0 to 9999 at the end? (/thread-7680.html)



What is the hashcat rule to append numbers from 0 to 9999 at the end? - cesalbaral - 07-24-2018

I need a code to create a hashcat rule that appends all the numbers from 0 to 9999 to the end of words in the given wordlist. It should also include 1-4 digit numbers that begin with zero(es) like 06, 001, 0032, 0005 etc.


RE: What is the hashcat rule to append numbers from 0 to 9999 at the end? - atom - 07-24-2018

How about using -a 6 with ?d?d?d?d mask?


RE: What is the hashcat rule to append numbers from 0 to 9999 at the end? - plaverty9 - 07-24-2018

What atom said but also add --increment to get every number from 0 to 9999


RE: What is the hashcat rule to append numbers from 0 to 9999 at the end? - cesalbaral - 07-24-2018

(07-24-2018, 02:31 PM)plaverty9 Wrote: What atom said but also add --increment to get every number from 0 to 9999

Sorry, I'm new to this. Can you tell me the exact command to do it?