What is a Blazy tool?
Blazy is a modern login bruteforcer which also tests for CSRF, Clickjacking, Cloudflare and WAF
Requirements
- Linux
- Git package
- Python package
- Beautiful Soup module
- Mechanize module
Feature’s
- Easy target selections
- Smart form and error detection
- CSRF and Clickjacking Scanner
- Cloudflare and WAF Detector
- 90% accurate results
- Checks for login bypass via SQL injection
- Multi-threading
- 100% accurate results
- Better form detection and compatibility
How to install git package?
sudo apt install git
Termux
pkg install git
What is git package?
Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.
How to install python package?
sudo apt install python && sudo apt install python2
Termux
pkg install python && pkg install python2
What is requests?
The requests module allows you to send HTTP requests using Python. The HTTP request returns a Response Object with all the response data (content, encoding, status, etc).
pip install requests
pip install requests
What is bs4?
pip install beautifulsoup4
pip install beautifulsoup4
What is mechanize?
The mechanize module in Python is similar to perl WWW:Mechanize. It gives you a browser like object to interact with web pages.
pip install mechanize
pip install mechanize
How to install and use Blazy Tool?
git clone https://github.com/UndeadSec/Blazy.git
Now entering the following command this command will help you to open blazy folder.
cd Blazy
Now Lets install the required modules before running Blazy
pip install -r requirements.txt
Now type this below command in your terminal this command will help you to run blazy tool.
python blazy.py
Post a Comment