Skip to content

ssh-mitm/ssh-mitm-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSH-MITM Plugins

⚠️ The code in this repository is currently undergoing restructuring!

Welcome to the SSH-MITM Plugin Repository! This repository serves as a comprehensive resource for showcasing the development of various plugins for the SSH-MITM.

SSH-MITM is a powerful tool used for intercepting and modifying SSH connections for various purposes, including security testing, network analysis, and more. Plugins extend the functionality of SSH-MITM, allowing you to tailor its capabilities to suit your specific needs.

In this repository, you'll find a collection of well-documented example plugins, each highlighting different aspects of plugin development. These examples cover a wide range of use cases, from custom authentication methods and logging to advanced manipulation of SSH traffic.

Installation

Installing the ssh-mitm server including these plugins is very simple:

$ pip install pip install git+https://github.com/ssh-mitm/ssh-mitm-plugins.git

❗ Note for Pypi.org:

The project on PyPI.org is currently not maintained and is only compatible with older versions of SSH-MITM due to the unavailability of repository access. PyPi Support has already been contacted, as indicated in this issue: pypi/support#3301.

SSH-MITM

For more information about the core functionality of the ssh-mitm server visit: