What is the hashcat rule to append numbers from 0 to 9999 at the end?
#1
Question 
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.
#2
How about using -a 6 with ?d?d?d?d mask?
#3
What atom said but also add --increment to get every number from 0 to 9999
#4
(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?