jtesta / ssh-audit

SSH server & client security auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
MIT License
3.36k stars 176 forks source link

Fix --conn-rate-test feature on Windows #261

Closed jtesta closed 2 days ago

jtesta commented 5 months ago

The --conn-rate-test feature is broken on Windows. It is suspected that this is due to the different semantics of the select() system call.

jtesta commented 2 days ago

Fixed.