seq -f "%06g" 0 999999 > 6-digit-otp-wordlist.txt
: For a compressed version, check the 6-digit-pin-list.txt.gz on GitHub. How to Generate Your Own 6 digit otp wordlist free
If you have access to a Linux terminal (specifically Kali Linux), you can generate the list in seconds: : Use the command crunch 6 6 0123456789 -o 6digit_wordlist.txt seq -f "%06g" 0 999999 > 6-digit-otp-wordlist
Instead of a wordlist, use a mask in Hashcat: seq -f "%06g" 0 999999 >
SecLists/Fuzzing/6-digits-000000-999999.txt at master - GitHub