vanhauser-thc / thc-hydra

hydra
GNU Affero General Public License v3.0
9.24k stars 1.93k forks source link

add legacy SSH ciphers support #915

Closed tothi closed 6 months ago

tothi commented 6 months ago

Legacy SSH ciphers (for Key Exchange and Host Keys) was missing from the default cipher list, it is needed to specify it in custom libssh options. Here are some common useful extra legacy ciphers added.

NOTE: Currently this hardcoded list is working, but for the future it might be better to add the legacy ciphers to the default ones, not defining the full list (if some new ciphers will be added to the defaults automatically in libssh).

vanhauser-thc commented 6 months ago

lgtm, thanks