In ubuntu, I just create *.sh (bash file) to run an simple automatic script to brute force on DVWA. Which is in the file, I use hydra. I can suceessfully running that script on ubuntu terminal. But in windows, I using pentestbox with command like this: "bash .\script.sh" with result: hydra: command not found. When I check using this command: "hydra -h" it works fine. How I can configure bash on pentestbox so it can running tools like hydra, patator and another custom tools?