diff --git a/ssh-audit.py b/ssh-audit.py index 1fb00e6..fe09f21 100755 --- a/ssh-audit.py +++ b/ssh-audit.py @@ -3,7 +3,7 @@ """ 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 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(): 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(' -v verbose') out.info(' -n disable colors' + os.linesep)