Categories: Kali Linux

Hatch – Brute Force Tool That Is Used To Brute Force Most Websites

Hatch is a brute force tool that is used to brute force most websites. In order to use the this tool you need the following requirements.

pip2 install selenium
pip2 install requests

Note : chrome driver and chrome are also required! link to chrome driver: http://chromedriver.chromium.org/downloads copy it to bin.

Also Read:ImaginaryC2:Python Tool Help In Network Behavioral Analysis Of Malware

Installation Instructions

git clone https://github.com/MetaChar/Hatch
python2 main.py

How to use (text)

  • Find a website with a login page
  • Inspect element to find the Selector of the username form
  • Do the same for the password field
  • The the login form
  • When Asked put in the username to brute force
  • Watch it go!

Video Tutorial

R K

Recent Posts

Install Opera Web Browser on Ubuntu 18.04: Complete Setup Guide

Opera is one of the most popular cross-platform web browsers in the world, available on Windows,…

19 hours ago

Install Gogs on Ubuntu 18.04: Self-Hosted Git Server Setup Guide

Gogs is a free, self-hosted Git service written in Go. It gives you a private GitHub-like…

19 hours ago

Install Elasticsearch on Ubuntu 18.04: Setup and Config Guide

Elasticsearch is an open-source distributed search and analytics engine built on Apache Lucene. It supports RESTful…

19 hours ago

Install Flask on Ubuntu 18.04: venv Setup and Hello World App

Flask is a free, open-source micro web framework for Python. It is built on Werkzeug and…

19 hours ago

Install Memcached on Ubuntu 18.04: Setup, Config, and Client Guide

Memcached is a free, open-source, high-performance in-memory caching system. It stores data as key-value pairs in…

19 hours ago

Install TensorFlow on Ubuntu 18.04: Python venv Setup and Usage

TensorFlow is a free, open-source machine learning platform developed by Google. It is used by major…

2 days ago