Joe Testa
|
699739d42a
|
Gracefully handle rare exceptions (i.e.: crashes) while performing GEX tests.
|
2024-02-17 13:44:06 -05:00 |
|
Joe Testa
|
199e75f6cd
|
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 |
|
Joe Testa
|
639f11a5e5
|
Results from concurrent scans against multiple hosts are no longer improperly combined (#190).
|
2023-06-19 14:13:32 -04:00 |
|
Joe Testa
|
263267c5ad
|
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 |
|
Joe Testa
|
c9dc9a9c10
|
Now issues a warning when 2048-bit moduli are encountered.
|
2023-02-06 16:27:30 -05:00 |
|
Joe Testa
|
11905ed44a
|
Fixed pylint errors, consolidated error checking for granular GEX tests, renamed functions for better readability.
|
2022-03-24 10:53:47 -04:00 |
|
Adam Russell
|
5ac0ffa8f1
|
DH GEX Modulus Size Testing
|
2022-03-24 10:53:47 -04:00 |
|
Joe Testa
|
e7d320f602
|
Fixed new pylint warnings.
|
2021-08-25 13:28:30 -04:00 |
|
Joe Testa
|
aa21df29e7
|
Now handles exceptions during server KEX parsing more gracefully.
|
2021-05-24 19:50:25 -04:00 |
|
Joe Testa
|
8e9fe20fac
|
SSH_Socket's constructor now takes an OutputBuffer for verbose & debugging output.
|
2021-03-02 11:25:37 -05:00 |
|
thecliguy
|
83bd049486
|
Debug Logging and visibility of SSH Connection errors (#99)
* Debug Logging and visibility of SSH Connection errors
* Updated date in man page
|
2021-03-02 11:06:40 -05:00 |
|
Joe Testa
|
bbb81e24ab
|
Streamlined sending of KEXINIT messages.
|
2021-01-21 11:23:40 -05:00 |
|
Joe Testa
|
1ba4c7c7ca
|
Send KEX before reading server's KEX during host key and GEX tests; this prevents deadlock against certain server implementations.
|
2021-01-20 15:27:38 -05:00 |
|
Joe Testa
|
1a5c0e7fad
|
Split ssh_audit.py into separate files (#47).
|
2020-10-15 14:34:23 -04:00 |
|