Posts: 8
Threads: 3
Joined: Jul 2018
07-24-2018, 12:25 PM
(This post was last modified: 07-24-2018, 12:32 PM by cesalbaral.)
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.
Posts: 5,185
Threads: 230
Joined: Apr 2010
How about using -a 6 with ?d?d?d?d mask?
Posts: 40
Threads: 4
Joined: May 2018
What atom said but also add --increment to get every number from 0 to 9999
Posts: 8
Threads: 3
Joined: Jul 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?