Guide For Install Blazy Tool In Termux.
Blazy tool is a modern login page bruteforcer. With the help of this tool you can perform bruteforce vulnerability and also tests for CSRF, Clickjacking, Cloudflare and WAF Vulnerability. You can install and use this tool in termux for vulnerability analysis.
Installation Commands
pkg up -y
pkg install git -y
pkg install python2 -y
git clone https://github.com /s0md3v/Blazy
cd Blazy
pip2 install mechanize
pip2 install bs4
pip2 install beautifulsoup4
pip2 install lxml
After this command it may take 10-15 miniutes fpr install lxml in termux so, wait for that.