The tool called Doval is can be use to crack the hash on the Termux . Doval is written in Golang so you should have installed Golang to use this. First we need to clone the repo
git clone https://github.com/princekrvert/doval
cd doval
go install
this command will install all the require pkg for the tool to run
go run main.go help or --help
you can create a wordlist to crack the hash
go run main.go <cmd> <hash> -w or --wordlist <path to the wordlist file>
or you can use hash.com to crack the hash online