Skip to content

Commit 6f042a1

Browse files
committed
Bumped version number.
1 parent 1c9d5b6 commit 6f042a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Of course, the victim's SSH client will complain that the server's key has chang
1414

1515
## Change Log
1616

17-
* v2.2: ???: Fixed installation on Kali & Linux Mint 19. Fixed a double-password prompt that occured under certain conditions. Improved error logging.
17+
* v2.2: September 16, 2019: Fixed installation on Kali & Linux Mint 19. Fixed a double-password prompt that occured under certain conditions. Improved error logging.
1818
* 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.
1919
* v2.0: September 12, 2017: Added full SFTP support(!) and AppArmor confinement.
2020
* 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.

openssh-7.5p1-mitm.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ diff -ru --new-file -x '*~' -x 'config.*' -x Makefile -x opensshd.init -x survey
559559
+#define LOL_H
560560
+
561561
+/* Current version of SSH MITM. */
562-
+#define SSH_MITM_VERSION "v2.2-dev"
562+
+#define SSH_MITM_VERSION "v2.2"
563563
+
564564
+/* Define these in order to force connections to a test host.
565565
+ * Useful for quickly testing changes without needing to ARP

0 commit comments

Comments
 (0)