From fcee8c900ad1f5e9e5af921119c500bb7ca133c2 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Thu, 4 Jan 2018 14:59:25 -0500 Subject: [PATCH] Updated README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 420cbca..b3f7715 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SSH MITM v2.0 +# SSH MITM v2.1 Author: [Joe Testa](https://www.positronsecurity.com/company/) ([@therealjoetesta](https://twitter.com/therealjoetesta)) @@ -14,6 +14,7 @@ Of course, the victim's SSH client will complain that the server's key has chang ## Change Log +* v2.1: January 4, 2018: Enabled non-interactive command execution, connections to old servers with weak algorithms can now be intercepted, fixed two major bugs which caused AppArmor to kill some connections, and improved error logging. * v2.0: September 12, 2017: Added full SFTP support(!) and AppArmor confinement. * v1.1: July 6, 2017: Removed root privilege dependencies, added automatic installer, added Kali Linux support, added *JoesAwesomeSSHMITMVictimFinder.py* script to find potential targets on a LAN. * v1.0: May 16, 2017: Initial revision.