mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Bumped version to v2.1.1.
This commit is contained in:
parent
8e0b83176a
commit
dc36622b50
@ -27,7 +27,7 @@
|
||||
from __future__ import print_function
|
||||
import base64, binascii, errno, hashlib, getopt, io, os, random, re, select, socket, struct, sys, json
|
||||
|
||||
VERSION = 'v2.2.0-dev'
|
||||
VERSION = 'v2.1.1'
|
||||
SSH_HEADER = 'SSH-{0}-OpenSSH_8.0' # SSH software to impersonate
|
||||
|
||||
if sys.version_info.major < 3:
|
||||
|
Loading…
Reference in New Issue
Block a user