The Wayback Machine - https://web.archive.org/web/20230323204741/https://github.com/ssh-mitm
Skip to content
@ssh-mitm

SSH-MITM - ssh audits made simple

ssh mitm server for security audits supporting public key authentication, session hijacking and file manipulation

SSH-MITM - ssh audits made simple

SSH-MITM intercepting password login

ssh man-in-the-middle (ssh-mitm) server for security audits supporting
publickey authentication, session hijacking and file manipulation

Get it from the Snap Store

Contributors

Installation SSH-MITM

The first step to using any software package is getting it properly installed.

To install SSH-MITM, simply run this simple command in your terminal of choice:

$ pip install ssh-mitm

Connect to the network

To start an intercepting mitm-ssh server on Port 10022, all you have to do is run a single command.

# start the mitm server
$ ssh-mitm server --remote-host 192.168.0.x

# connect to the mitm server
$ ssh -p 10022 user@proxyserver

Pinned

  1. ssh-mitm Public

    ssh mitm server for security audits supporting public key authentication, session hijacking and file manipulation

    Python 1k 108

Repositories