Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtesta committed Sep 17, 2019
1 parent 1c9d5b6 commit 6f042a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Of course, the victim's SSH client will complain that the server's key has chang

## Change Log

* v2.2: ???: Fixed installation on Kali & Linux Mint 19. Fixed a double-password prompt that occured under certain conditions. Improved error logging.
* 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.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion openssh-7.5p1-mitm.patch
Expand Up @@ -559,7 +559,7 @@ diff -ru --new-file -x '*~' -x 'config.*' -x Makefile -x opensshd.init -x survey
+#define LOL_H
+
+/* Current version of SSH MITM. */
+#define SSH_MITM_VERSION "v2.2-dev"
+#define SSH_MITM_VERSION "v2.2"
+
+/* Define these in order to force connections to a test host.
+ * Useful for quickly testing changes without needing to ARP
Expand Down

0 comments on commit 6f042a1

Please sign in to comment.