• caglararli@hotmail.com
  • 05386281520

Why hydra showing this error [ERROR] could not connect to ssh://192.168.0.1:22?

Çağlar Arlı      -    17 Views

Why hydra showing this error [ERROR] could not connect to ssh://192.168.0.1:22?

I am using hydra to bruteforce my router admin page. By scanning with nmap it is showing port 22 ssh is open and when i use medusa it is bruteforcing properly but with hydra i am using this command :

hydra -l admin -p admin ssh://192.168.0.1 -t 2

But it is giving me this error:

[ERROR] could not connect to ssh://192.168.0.1:22 - kex error : no match for method kex algos: server
[diffie-hellman-group1-sha1,diffie-hellman-group14-sha1], client
[curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256]

Why it is so? metasploit bruteforce, nmap bruteforce and medusa all are working good but not hydra?