Saturday, June 17, 2017

Pybelt – The Hackers Tool Belt

7:24 AM Leave a Reply
Pybelt – The Hackers Tool Belt
Pybelt is a Python-based hackers tool belt capable of cracking hashes without prior knowledge of the algorithm, scanning ports on a given host, searching for SQLi vulnerabilities in a given URL, verifying that your Google dorks work like they should, verifying the algorithm of a given hash, scanning a URL for XSS vulnerability, and finding usable HTTP proxies.

Pybelt - The Hackers Tool Belt

Features

Pybelt is an open source python hacking kit that comes with:

Port Scanner
SQL Injection scanner
Dork Checker
Hash Cracker
Hash Type Verification
Proxy Finder
XSS Scanner



Installation

Clone the repository:


git clone https://github.com/ekultek/pybelt.git
1
git clone https://github.com/ekultek/pybelt.git
Or download the latest release.

Once you have the program installed cd into the directory and run the following command:


pip install -r requirements.txt
1
pip install -r requirements.txt
This will install all of the programs needed libraries and should be able to be run from there.

You can download Pybelt here: