Blazy Tool

1 min read

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.

python2 blazy.py

I am Kunal and I am 14 years old

You may like these posts

  • How to install CUPP tool in Termux.CUPP is also called as common user password profiler, with the help of this tool you can create victim specific wordlist for password cracking or…
  • Guide For Install GoblinWordGenerator Tool In Termux.This tool is python based wordlist generator for password cracking or bruteforce attack. You can generate target specific wordl…
  • 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, C…

Post a Comment