Skip to content

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

License

Notifications You must be signed in to change notification settings

alechilczenko/inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages