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

  •  I know many of you want to use GUI on termux, so I write this!Native termuxActually,it’s impossible to use GUI in termux’s windows. To use GUI, you need to prepare VNC V…
  •  Termux OMZSimple script to install oh-my-zsh in Termux.This setup will apply -Material color-schemeDejavu font with powerline supportAgnoster zsh-theme as defa…
  • Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370+ hacking tools in termux app and …
  • Onex is a package manager for hacker's. Onex manage more than 400+ hacking tools that can be installed on single click.Requirements : - Termux Application from F-Droid - Python P…
  • Installation :apt updateapt install git -ygit clone git://github.com/htr-tech/host.gitcd hostRun : bash host.shSingle Command :apt update ; apt install git -y ; git clone git:…
  • $ Vehicle Information Gathering Tool ;) Requirements : - Termux Application from F-Droid - Python Package Special Features : ✓ Installation done in single command ;)✓ You can g…

Post a Comment