Blazy-is a modern login bruteforcer

 

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?

Just you type this below command this command will help you to install git package in your linux or termux.
Linux

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?

Type this below command in your termux or linux terminal this command will help you to install python package.
Linux

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).

Just you type this below command to install requests module in your termux or linux terminal.
Termux

pip install requests

Linux

pip install requests

What is bs4?

Bs4 is nothing but (Beautiful Soup) Bs4 is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work
Just type this below command this command will help you to install bs4 python module in your termux or linux terminal.
Termux

pip install beautifulsoup4

Linux

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.

Termux

pip install mechanize

Linux

pip install mechanize

How to install and use Blazy Tool?

First you type this below command in your terminal this command will help you to download blazy tool in your terminal.

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

Blazy Tool DOWNLOAD 

Post a Comment

Previous Post Next Post