osx - hydra target ssh does not support password authentication -
i using hydra v8.1 downloaded , compiled tar file. i've managed solve standard problem of libssh support , when try make attack(i think it's called dictionary attack) on ssh server, after specifying following command:
hydra -l {username} -s {port} -p /users/{username}/desktop/{file}.txt {ip} ssh
i following output:
hydra v8.1 (c) 2014 van hauser/thc - please not use in military or secret service organizations, or illegal purposes. hydra (http://www.thc.org/thc-hydra) starting @ 2015-09-30 10:59:49 [warning] many ssh configurations limit number of parallel tasks, recommended reduce tasks: use -t 4 [data] max 7 tasks per 1 server, overall 64 tasks, 7 login tries (l:1/p:7), ~0 tries per task [data] attacking service ssh on port {port} [error] target ssh://{ip}:{port}/ not support password authentication
i have enabled support required libraries , running os x environment.
can indicate solution problem? thank you.
note: if manually log in username , password, authentication grants access server.
Comments
Post a Comment