-
Notifications
You must be signed in to change notification settings - Fork 176
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
ERROR: rlogin.mod failed: medusaReceive returned no data. #16
Comments
A few things:
|
it have rlogin.mod, and i remove sudo to exec, i get the same problem in virtual box kali linux medusa root@k:~# medusa -d Available modules in "." : Available modules in "/usr/lib/medusa/modules" : |
i can not get more info GENERAL: Parallel Hosts: 1 Parallel Logins: 1 |
Try with a |
i can use rlogin to login remote ip, but medusa show follow root@k:~# medusa -u msfadmin -P '/password.lst.txt' -h 192.168.1.100 -M rlogin -v 99 -w 99 DEBUG [CF13A700]: Ignoring blank line in file: /password.lst.txt. Resetting total count: 3545. |
Are you sure that it is indeed rlogin (513/tcp) running on the target host? What is the target host (e.g., OS, device type, etc)? It may be helpful to do a packet capture to see what the remote host is actually sending back, if anything. |
root@kyo:~# rlogin -l msfadmin 192.168.254.128 |
linux 2.6.24-16-server This is Metasploitable2 (Linux) Metasploitable is an intentionally vulnerable Linux virtual machine. This VM can be used to conduct security training, test security tools, and practice common penetration testing techniques. |
https://sourceforge.net/projects/metasploitable/ |
vanhauser-thc commented 7 minutes ago you can login via rlogin without a password. the password prompt you see comes from your client program, but the server never asks for one. thats why hydra report that every password is correct. |
root@k:~# sudo medusa -u msfadmin -P '/password.lst.txt' -h 192.168.1.100 -M rlogin
Medusa v2.2 http://www.foofus.net JoMo-Kun / Foofus Networks [email protected]
ERROR: rlogin.mod failed: medusaReceive returned no data.
CRITICAL: Unknown rlogin.mod module state -1
can you help me how to do next, thank you?
The text was updated successfully, but these errors were encountered: