jtesta / ssh-audit

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

Migrate from getopt module to argparse. #297

Closed jtesta closed 6 days ago

jtesta commented 2 months ago

In Python 3.13, the getopt module is deprecated in favor of argparse (see https://docs.python.org/3.13/library/getopt.html).

jtesta commented 6 days ago

Complete.