mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Added timeout argument.
This commit is contained in:
		@@ -29,13 +29,14 @@ usage: ssh-audit.py [-1246pbnvl] <host>
 | 
				
			|||||||
   -n,  --no-colors        disable colors
 | 
					   -n,  --no-colors        disable colors
 | 
				
			||||||
   -v,  --verbose          verbose output
 | 
					   -v,  --verbose          verbose output
 | 
				
			||||||
   -l,  --level=<level>    minimum output level (info|warn|fail)
 | 
					   -l,  --level=<level>    minimum output level (info|warn|fail)
 | 
				
			||||||
   
 | 
					   -t,  --timeout=<secs>   timeout (in seconds) for connection and reading
 | 
				
			||||||
 | 
					                           (default: 5)
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
* if both IPv4 and IPv6 are used, order of precedence can be set by using either `-46` or `-64`.  
 | 
					* if both IPv4 and IPv6 are used, order of precedence can be set by using either `-46` or `-64`.  
 | 
				
			||||||
* batch flag `-b` will output sections without header and without empty lines (implies verbose flag).  
 | 
					* batch flag `-b` will output sections without header and without empty lines (implies verbose flag).  
 | 
				
			||||||
* verbose flag `-v` will prefix each line with section type and algorithm name.  
 | 
					* verbose flag `-v` will prefix each line with section type and algorithm name.  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### example
 | 
					### Example
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## ChangeLog
 | 
					## ChangeLog
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user