Merge pull request #129 from meitar/ssh-mitm

Add SSH MITM. (The tool is an early release, but remarkably useful.)
This commit is contained in:
Samar Dhwoj Acharya 2017-05-17 10:56:42 -05:00 committed by GitHub
commit de90b4a359

View File

@ -169,6 +169,7 @@ A collection of awesome penetration testing resources
* [mitmproxy](https://github.com/mitmproxy/mitmproxy) - An interactive SSL-capable intercepting HTTP proxy for penetration testers and software developers * [mitmproxy](https://github.com/mitmproxy/mitmproxy) - An interactive SSL-capable intercepting HTTP proxy for penetration testers and software developers
* [Morpheus](https://github.com/r00t-3xp10it/morpheus) - automated ettercap TCP/IP Hijacking tool * [Morpheus](https://github.com/r00t-3xp10it/morpheus) - automated ettercap TCP/IP Hijacking tool
* [mallory](https://github.com/justmao945/mallory) - HTTP/HTTPS proxy over SSH * [mallory](https://github.com/justmao945/mallory) - HTTP/HTTPS proxy over SSH
* [SSH MITM](https://github.com/jtesta/ssh-mitm) - intercept SSH connections with a proxy; all plaintext passwords and sessions are logged to disk
* [Netzob](https://github.com/netzob/netzob) - Reverse engineering, traffic generation and fuzzing of communication protocols * [Netzob](https://github.com/netzob/netzob) - Reverse engineering, traffic generation and fuzzing of communication protocols
* [DET](https://github.com/sensepost/DET) - DET is a proof of concept to perform Data Exfiltration using either single or multiple channel(s) at the same time * [DET](https://github.com/sensepost/DET) - DET is a proof of concept to perform Data Exfiltration using either single or multiple channel(s) at the same time
* [pwnat](https://github.com/samyk/pwnat) - punches holes in firewalls and NATs * [pwnat](https://github.com/samyk/pwnat) - punches holes in firewalls and NATs