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.
How about using -a 6 with ?d?d?d?d mask?
What atom said but also add --increment to get every number from 0 to 9999
(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?