-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hydra <--> Kippo SSH Protocol #174
Comments
i found the problem, Hydra, uses libssh and kippo does not send the Key Init Exchange, by a strange reason, The workaround is: #Workaround libssh not working with Twisted Hydra not working and also modify the line 152 (before inserting the code above) with: Regards |
Hi, I'm getting the following error with your suggested modification:
|
The patch was for the MHN version of Kippo, I do not know how different they are. The function was patched like this:
|
I make a test with hydra 8.0 and it works fine without the patch. |
Hi, I configured kippo in an Ubuntu 14.04 LTS server, when trying to use hydra on that server I always have the following error:
[INFO] Testing if password authentication is supported by ssh://192.168.XX.XX:22
[ERROR] could not connect to ssh://192.168.XX.XX:22
But from the terminal i can connect:
ssh [email protected]
Password:
root@db01:
# ls -la#drwxr-xr-x 1 root root 4096 2015-01-25 09:56 .
drwxr-xr-x 1 root root 4096 2015-01-25 09:56 ..
-rw-r--r-- 1 root root 140 2013-04-05 13:52 .profile
drwx------ 1 root root 4096 2013-04-05 14:05 .ssh
drwx------ 1 root root 4096 2013-04-05 13:58 .aptitude
-rw-r--r-- 1 root root 570 2013-04-05 13:52 .bashrc
root@db01:
It could be a problem that one of the best tools for brute-force attacks could not connect to the honeypot.
Regards...
The text was updated successfully, but these errors were encountered: