Code Copy Code Copied sudo apt-get install hashcat
Code Copy Code Copied crunch 01 10-o wordlist.txt This will create a wordlist that contains all possible combinations of numbers from 0 to 9. Once you have the hash and a wordlist, you can use Hashcat to crack the password. Code Copy Code Copied sudo apt-get install hashcat
Hashcat is pre-installed on Kali Linux, but you can also install it manually using the following command: Code Copy Code Copied sudo apt-get install hashcat