.. |
__init__.py
|
Improve PyPI packaging (#71)
|
2020-10-11 14:03:02 -04:00 |
__main__.py
|
Fixed docker tests.
|
2020-10-11 14:41:58 -04:00 |
algorithm.py
|
Split ssh_audit.py into separate files (#47).
|
2020-10-15 14:34:23 -04:00 |
algorithms.py
|
Results from concurrent scans against multiple hosts are no longer improperly combined (#190).
|
2023-06-19 14:13:32 -04:00 |
auditconf.py
|
DH GEX Modulus Size Testing
|
2022-03-24 10:53:47 -04:00 |
banner.py
|
Split ssh_audit.py into separate files (#47).
|
2020-10-15 14:34:23 -04:00 |
exitcodes.py
|
Fixed docker tests.
|
2020-10-11 14:41:58 -04:00 |
fingerprint.py
|
Fixed new pylint warnings.
|
2021-08-25 13:28:30 -04:00 |
gextest.py
|
Refined GEX testing against OpenSSH servers: when the fallback mechanism is suspected of being triggered, perform an additional test to obtain more accurate results.
|
2023-09-03 16:13:00 -04:00 |
globals.py
|
Bumped version to v3.1.0-dev.
|
2023-09-07 08:57:59 -04:00 |
hostkeytest.py
|
Results from concurrent scans against multiple hosts are no longer improperly combined (#190).
|
2023-06-19 14:13:32 -04:00 |
kexdh.py
|
Fixed crash during GEX tests.
|
2023-07-11 11:08:42 -04:00 |
outputbuffer.py
|
Debug Logging and visibility of SSH Connection errors (#99)
|
2021-03-02 11:06:40 -05:00 |
policy.py
|
In server policies, reduced expected DH modulus sizes from 4096 to 3072 to match online hardening guides.
|
2023-11-27 19:15:18 -05:00 |
product.py
|
Split ssh_audit.py into separate files (#47).
|
2020-10-15 14:34:23 -04:00 |
protocol.py
|
Split ssh_audit.py into separate files (#47).
|
2020-10-15 14:34:23 -04:00 |
readbuf.py
|
Transformed comment type annotations to variable declaration annotations.
|
2021-01-21 10:20:48 -05:00 |
software.py
|
Transformed comment type annotations to variable declaration annotations.
|
2021-01-21 10:20:48 -05:00 |
ssh1_crc32.py
|
Split ssh_audit.py into separate files (#47).
|
2020-10-15 14:34:23 -04:00 |
ssh1_kexdb.py
|
Results from concurrent scans against multiple hosts are no longer improperly combined (#190).
|
2023-06-19 14:13:32 -04:00 |
ssh1_publickeymessage.py
|
Fixed new pylint warnings.
|
2021-08-25 13:28:30 -04:00 |
ssh1.py
|
Transformed comment type annotations to variable declaration annotations.
|
2021-01-21 10:20:48 -05:00 |
ssh2_kex.py
|
Added support for mixed host key/CA key types (i.e.: RSA host keys signed by ED25519 CAs) (#120).
|
2023-04-25 09:17:32 -04:00 |
ssh2_kexdb.py
|
Marked all NIST K-, B-, and T-curves as unproven since they are so rarely used. Added 12 new host keys: 'ecdsa-sha2-curve25519', 'ecdsa-sha2-nistb233', 'ecdsa-sha2-nistb409', 'ecdsa-sha2-nistk163', 'ecdsa-sha2-nistk233', 'ecdsa-sha2-nistk283', 'ecdsa-sha2-nistk409', 'ecdsa-sha2-nistp224', 'ecdsa-sha2-nistp192', 'ecdsa-sha2-nistt571', 'ssh-dsa', 'x509v3-sign-rsa-sha256'. Added 15 key exchanges: 'curve448-sha512@libssh.org', 'ecdh-nistp256-kyber-512r3-sha256-d00@openquantumsafe.org', 'ecdh-nistp384-kyber-768r3-sha384-d00@openquantumsafe.org', 'ecdh-nistp521-kyber-1024r3-sha512-d00@openquantumsafe.org', 'ecdh-sha2-brainpoolp256r1@genua.de', 'ecdh-sha2-brainpoolp384r1@genua.de', 'ecdh-sha2-brainpoolp521r1@genua.de', 'kexAlgoDH14SHA1', 'kexAlgoDH1SHA1', 'kexAlgoECDH256', 'kexAlgoECDH384', 'kexAlgoECDH521', 'sm2kep-sha2-nistp256', 'x25519-kyber-512r3-sha256-d00@amazon.com', 'x25519-kyber512-sha512@aws.amazon.com'. Added 8 new ciphers: 'aes192-gcm@openssh.com', 'cast128-12-cbc', 'cast128-12-cfb', 'cast128-12-ecb', 'cast128-12-ofb', 'des-cfb', 'des-ecb', 'des-ofb'. Added 14 new MACs: 'cbcmac-3des', 'cbcmac-aes', 'cbcmac-blowfish', 'cbcmac-des', 'cbcmac-rijndael', 'cbcmac-twofish', 'hmac-sha256-96', 'md5', 'md5-8', 'ripemd160', 'ripemd160-8', 'sha1', 'sha1-8', 'umac-128'.
|
2023-09-05 20:10:37 -04:00 |
ssh2_kexparty.py
|
Split ssh_audit.py into separate files (#47).
|
2020-10-15 14:34:23 -04:00 |
ssh_audit.py
|
Refined JSON notes output. Fixed Docker & Tox tests.
|
2023-09-05 16:36:54 -04:00 |
ssh_socket.py
|
Removed sys.exit from _resolve in ssh_socket.py (#187)
|
2023-06-20 09:21:06 -04:00 |
timeframe.py
|
Transformed comment type annotations to variable declaration annotations.
|
2021-01-21 10:20:48 -05:00 |
utils.py
|
Added multi-threaded scanning support.
|
2021-02-01 13:10:06 -05:00 |
versionvulnerabilitydb.py
|
updated vulnerability database (#157)
|
2022-10-27 10:10:17 -04:00 |
writebuf.py
|
Fixed new pylint warnings.
|
2021-08-25 13:28:30 -04:00 |