Skip to main content

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

Project description

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

Explore the docs »

Table of Contents

Introduction

Downloads CodeFactor Documentation Status GitHub PRs Welcome

SSH-MITM is a man in the middle SSH Server for security audits and malware analysis.

Password and publickey authentication are supported and SSH-MITM is able to detect, if a user is able to login with publickey authentication on the remote server. This allows SSH-MITM to acccept the same key as the destination server. If publickey authentication is not possible, the authentication will fall back to password-authentication.

When publickey authentication is possible, a forwarded agent is needed to login to the remote server. In cases, when no agent was forwarded, SSH-MITM can rediredt the session to a honeypot.

Features

  • publickey authentication
  • hijacking and logging of terminal sessions
  • store and replace files during SCP/SFTP file transferes
  • port porwarding
    • SOCKS 4/5 support for dynamic port forwarding
  • audit clients against known vulnerabilities
  • plugin support

Installation

SSH-MITM can be installed as a Ubuntu Snap, PIP-Package or AppImage and even runs on Android devices

# install ssh-mitm as snap package
$ sudo snap install ssh-mitm

# install ssh-mitm as python pip package
$ pip install ssh-mitm

Quickstart

To start SSH-MITM, all you have to do is run this command in your terminal of choice.

$ ssh-mitm server --remote-host 192.168.0.x

Now let's try to connect. SSH-MITM is listening on port 10022.

$ ssh -p 10022 testuser@proxyserver

You will see the credentials in the log output.

INFO     Remote authentication succeeded
    Remote Address: 127.0.0.1:22
    Username: testuser
    Password: secret
    Agent: no agent

Session hijacking

Getting the plain text credentials is only half the fun. When a client connects, the ssh-mitm starts a new server, which is used for session hijacking.

INFO     ℹ created mirrorshell on port 34463. connect with: ssh -p 34463 127.0.0.1

To hijack the session, you can use your favorite ssh client.

$ ssh -p 34463 127.0.0.1

Try to execute somme commands in the hijacked session or in the original session.

The output will be shown in both sessions.

Phishing FIDO Tokens

SSH-MITM is able to phish FIDO2 Tokens which can be used for 2 factor authentication.

The attack is called trivial authentication (CVE-2021-36367, CVE-2021-36368) and can be enabled with the command line argument --enable-trivial-auth.

ssh-mitm server --enable-trivial-auth

Using the trivial authentication attack does not break password authentication, because the attack is only performed when a publickey login is possible.

Video explaining the phishing attack:
Click to view video on vimeo.com
Click to view video on vimeo.com

Downlaod presentation slides

Contributing

Pull requests are welcome.

For major changes, please open an issue first to discuss what you would like to change.

See also the list of contributors who participated in this project.

Project details


Release history Release notifications | RSS feed

This version

2.0.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssh-mitm-2.0.0.tar.gz (61.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ssh_mitm-2.0.0-py3-none-any.whl (81.2 kB view details)

Uploaded Python 3

File details

Details for the file ssh-mitm-2.0.0.tar.gz.

File metadata

  • Download URL: ssh-mitm-2.0.0.tar.gz
  • Upload date:
  • Size: 61.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.2

File hashes

Hashes for ssh-mitm-2.0.0.tar.gz
Algorithm Hash digest
SHA256 1add14d3d4bcd775330e92e16743a8a56f62da1b2efab880d10700875f835eeb
MD5 d1970ad62bca2a2fbeec260497120a24
BLAKE2b-256 c3d2925667f48c558548dcd8c2a417551908240f594eef675bbb9b2861485cec

See more details on using hashes here.

File details

Details for the file ssh_mitm-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: ssh_mitm-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 81.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.2

File hashes

Hashes for ssh_mitm-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 961f12f8a9a09f6ea3b4f7ae32ea39c12e8a9ba2bf7ac11eaff266cce47a67df
MD5 e3af56670a9c9e286028c7577ca0c602
BLAKE2b-256 29ac84314658f4fe0ccd52907eacac0b3bf552fd36c20b672f7692fafc205326

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page