mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Update version number.
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
				
			|||||||
"""
 | 
					"""
 | 
				
			||||||
   The MIT License (MIT)
 | 
					   The MIT License (MIT)
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
   Copyright (C) 2015 Andris Raugulis (moo@arthepsy.eu)
 | 
					   Copyright (C) 2016 Andris Raugulis (moo@arthepsy.eu)
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
   Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
					   Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
				
			||||||
   of this software and associated documentation files (the "Software"), to deal
 | 
					   of this software and associated documentation files (the "Software"), to deal
 | 
				
			||||||
@@ -30,7 +30,7 @@ SSH_BANNER = 'SSH-2.0-OpenSSH_7.3'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
def usage():
 | 
					def usage():
 | 
				
			||||||
	p = os.path.basename(sys.argv[0])
 | 
						p = os.path.basename(sys.argv[0])
 | 
				
			||||||
	out.head('# {0} v1.0.20160207, moo@arthepsy.eu'.format(p))
 | 
						out.head('# {0} v1.0.20160803, moo@arthepsy.eu'.format(p))
 | 
				
			||||||
	out.info('\nusage: {} [-nv] host[:port]\n'.format(p))
 | 
						out.info('\nusage: {} [-nv] host[:port]\n'.format(p))
 | 
				
			||||||
	out.info('   -v  verbose')
 | 
						out.info('   -v  verbose')
 | 
				
			||||||
	out.info('   -n  disable colors' + os.linesep)
 | 
						out.info('   -n  disable colors' + os.linesep)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user