mirror of
https://github.com/jtesta/ssh-audit.git
synced 2026-07-24 11:35:38 +02:00
Compare commits
2
Commits
c63c4a712b
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
111399e431 | ||
|
|
45f64b12cf |
@@ -252,6 +252,9 @@ For convenience, a web front-end on top of the command-line tool is available at
|
|||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
|
||||||
|
### v3.9.1-dev
|
||||||
|
- Fixed a perhaps rare crash when performing connection rate tests during standard audits.
|
||||||
|
|
||||||
### v3.9.0 (2026-07-04)
|
### v3.9.0 (2026-07-04)
|
||||||
- BIG THANKS to [realmiwi](https://github.com/realmiwi) for being the project's *very first sponsor!!*
|
- BIG THANKS to [realmiwi](https://github.com/realmiwi) for being the project's *very first sponsor!!*
|
||||||
- Added support for Python 3.14.
|
- Added support for Python 3.14.
|
||||||
|
|||||||
@@ -324,6 +324,7 @@ class DHEat:
|
|||||||
except OSError:
|
except OSError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
if s in socket_dict:
|
||||||
del socket_dict[s]
|
del socket_dict[s]
|
||||||
|
|
||||||
# Check if this platform has socket.AF_UNIX. Windows does not.
|
# Check if this platform has socket.AF_UNIX. Windows does not.
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
"""
|
"""
|
||||||
# The version to display.
|
# The version to display.
|
||||||
VERSION = 'v3.9.0'
|
VERSION = 'v3.9.1-dev'
|
||||||
|
|
||||||
# SSH software to impersonate
|
# SSH software to impersonate
|
||||||
SSH_HEADER = 'SSH-{0}-OpenSSH_10.3'
|
SSH_HEADER = 'SSH-{0}-OpenSSH_10.3'
|
||||||
|
|||||||
Reference in New Issue
Block a user