inspector icon indicating copy to clipboard operation
inspector copied to clipboard

A simple command line tool designed to explore the mechanics of dictionary attacks on the FTP protocol.

Inspector

Inspector is a simple command line tool designed to understand how dictionary attacks on the FTP protocol work.

The script has different modes of use, you can test multiple targets at the same time and speed up the process by increasing the number of threads.

This project is made for educational purposes and is easy with it make tests on vulnerable virtual machines.

Screenshot Screenshot Screenshot Screenshot

Installation

git clone https://github.com/intrackeable/Inspector.git
cd Inspector
pip install -r requirements.txt
python3 Inspector.py -h

Example of usage

python3 Inspector.py -F USER_PASS -T 5 -S 192.168.0.177
python3 Inspector.py -F USER_PASS -T 8 -S 192.168.0.181 192.168.0.182