mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 11:12:15 +01:00 
			
		
		
		
	Bumped version number.
This commit is contained in:
		@@ -52,6 +52,9 @@ Below is a screen shot of the client-auditing output when an unhardened OpenSSH
 | 
				
			|||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## ChangeLog
 | 
					## ChangeLog
 | 
				
			||||||
 | 
					### v2.2.0 (???)
 | 
				
			||||||
 | 
					 - ???
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### v2.1.0 (2019-11-14)
 | 
					### v2.1.0 (2019-11-14)
 | 
				
			||||||
 - Added client software auditing functionality (see `-c` / `--client-audit` option).
 | 
					 - Added client software auditing functionality (see `-c` / `--client-audit` option).
 | 
				
			||||||
 - Added JSON output option (see `-j` / `--json` option; credit [Andreas Jaggi](https://github.com/x-way)).
 | 
					 - Added JSON output option (see `-j` / `--json` option; credit [Andreas Jaggi](https://github.com/x-way)).
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,7 +27,7 @@
 | 
				
			|||||||
from __future__ import print_function
 | 
					from __future__ import print_function
 | 
				
			||||||
import base64, binascii, errno, hashlib, getopt, io, os, random, re, select, socket, struct, sys, json
 | 
					import base64, binascii, errno, hashlib, getopt, io, os, random, re, select, socket, struct, sys, json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION = 'v2.1.0'
 | 
					VERSION = 'v2.2.0-dev'
 | 
				
			||||||
SSH_HEADER = 'SSH-{0}-OpenSSH_8.0' # SSH software to impersonate
 | 
					SSH_HEADER = 'SSH-{0}-OpenSSH_8.0' # SSH software to impersonate
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if sys.version_info.major < 3:
 | 
					if sys.version_info.major < 3:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user