mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-10-30 21:15:27 +01:00 
			
		
		
		
	Release 1.7.0.
This commit is contained in:
		| @@ -37,7 +37,7 @@ usage: ssh-audit.py [-1246pbnvl] <host> | |||||||
|  |  | ||||||
|  |  | ||||||
| ## ChangeLog | ## ChangeLog | ||||||
| ### v1.x.x (2016-xx-xx) | ### v1.7.0 (2016-10-26) | ||||||
|  - implement options to allow specify IPv4/IPv6 usage and order of precedence |  - implement options to allow specify IPv4/IPv6 usage and order of precedence | ||||||
|  - implement option to specify remote port (old behavior kept for compatibility) |  - implement option to specify remote port (old behavior kept for compatibility) | ||||||
|  - add colors support for Microsoft Windows via optional colorama dependency |  - add colors support for Microsoft Windows via optional colorama dependency | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ | |||||||
| from __future__ import print_function | from __future__ import print_function | ||||||
| import os, io, sys, socket, struct, random, errno, getopt, re, hashlib, base64 | import os, io, sys, socket, struct, random, errno, getopt, re, hashlib, base64 | ||||||
|  |  | ||||||
| VERSION = 'v1.6.1.dev' | VERSION = 'v1.7.0' | ||||||
|  |  | ||||||
| if sys.version_info >= (3,):  # pragma: nocover | if sys.version_info >= (3,):  # pragma: nocover | ||||||
| 	StringIO, BytesIO = io.StringIO, io.BytesIO | 	StringIO, BytesIO = io.StringIO, io.BytesIO | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Andris Raugulis
					Andris Raugulis