From 2c848243783b5bf12373358b6c4fa454e7476dad Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Wed, 3 Aug 2016 17:35:35 +0300 Subject: [PATCH] Update version number. --- ssh-audit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)