mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 11:12:15 +01:00 
			
		
		
		
	Clarify SSH version compatibility feature.
This commit is contained in:
		@@ -5,6 +5,7 @@
 | 
				
			|||||||
- grab banner, detect ssh1 protocol and zlib compression;
 | 
					- grab banner, detect ssh1 protocol and zlib compression;
 | 
				
			||||||
- gather key-exchange, host-key, encryption and message authentication code algorithms;
 | 
					- gather key-exchange, host-key, encryption and message authentication code algorithms;
 | 
				
			||||||
- output algorithm information (available since, removed/disabled, unsafe/weak/legacy, etc);
 | 
					- output algorithm information (available since, removed/disabled, unsafe/weak/legacy, etc);
 | 
				
			||||||
 | 
					- analyze SSH version compatibility based on algorithm information;
 | 
				
			||||||
- historical information from OpenSSH and Dropbear SSH;
 | 
					- historical information from OpenSSH and Dropbear SSH;
 | 
				
			||||||
- no dependencies, compatible with python2 and python3;
 | 
					- no dependencies, compatible with python2 and python3;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -22,7 +23,7 @@ Verbose flag will fill each row, i.e, not leave blanks, for easier usage with _b
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## ChangeLog
 | 
					## ChangeLog
 | 
				
			||||||
### v1.0.20160812
 | 
					### v1.0.20160812
 | 
				
			||||||
 - implement compatibility feature
 | 
					 - implement SSH version compatibility feature
 | 
				
			||||||
 - fix wrong mac algorithm warning
 | 
					 - fix wrong mac algorithm warning
 | 
				
			||||||
 - fix Dropbear SSH version typo
 | 
					 - fix Dropbear SSH version typo
 | 
				
			||||||
 - parse pre-banner header
 | 
					 - parse pre-banner header
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user