diff --git a/ssh-audit.py b/ssh-audit.py index 306eb61..e28368e 100755 --- a/ssh-audit.py +++ b/ssh-audit.py @@ -26,7 +26,7 @@ from __future__ import print_function import os, io, sys, socket, struct, random, errno, getopt, re, hashlib, base64 -VERSION = 'v1.0.20160915' +VERSION = 'v1.0.20160917' def usage(err=None):