https://github.com/ssh-mitm/ssh-mitm-plugins
example plugins for SSH-MITM
https://github.com/ssh-mitm/ssh-mitm-plugins
features plugins security ssh-mitm tools
Last synced: 9 months ago
JSON representation
example plugins for SSH-MITM
- Host: GitHub
- URL: https://github.com/ssh-mitm/ssh-mitm-plugins
- Owner: ssh-mitm
- License: gpl-3.0
- Created: 2021-02-22T13:46:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T19:44:23.000Z (about 1 year ago)
- Last Synced: 2025-04-12T21:11:50.685Z (about 1 year ago)
- Topics: features, plugins, security, ssh-mitm, tools
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/ssh-mitm/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
## SSH-MITM
**For more information about the core functionality of the ssh-mitm server visit:**
* Github - https://github.com/ssh-mitm/ssh-mitm
* Documentation - http://docs.ssh-mitm.at