Skip to content
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

Invalid service module: ssh #12

Closed
MarAvFe opened this issue Aug 7, 2016 · 3 comments
Closed

Invalid service module: ssh #12

MarAvFe opened this issue Aug 7, 2016 · 3 comments

Comments

@MarAvFe
Copy link

MarAvFe commented Aug 7, 2016

 $ ncrack -v localhost:22
 Warning: File ./ncrack-services exists, but Ncrack is using /usr/local/share/ncrack/ncrack-services for security and consistency reasons. Set NCRACKDIR=. to give priority to files in your local directory (may affect the other data files too).

 Starting Ncrack 0.5 ( http://ncrack.org ) at 2016-08-06 22:50 CST

 Invalid service module: ssh
 QUITTING!

Any address isn't working. Not localhost, not VMs or other pcs on the net. They all throw the same error. I don't know if it could be the ssh or what. Ssh is working fine. I can connect to others:

$ ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu1, OpenSSL 1.0.2g-fips  1 Mar 2016

¿Any clue what to try?

@ithilgore
Copy link
Collaborator

It probably was compiled without OpenSSL support and thus ssh support was
not enabled. Try installing libssl-dev and recompiling Ncrack and let me
know how it goes.

On Aug 6, 2016 9:54 PM, "MarAvFe" notifications@github.com wrote:

`$ ncrack -v localhost:22
Warning: File ./ncrack-services exists, but Ncrack is using
/usr/local/share/ncrack/ncrack-services for security and consistency
reasons. Set NCRACKDIR=. to give priority to files in your local directory
(may affect the other data files too).

Starting Ncrack 0.5 ( http://ncrack.org ) at 2016-08-06 22:50 CST

Invalid service module: ssh
QUITTING!`

Any address is working. Not localhost, not VMs or other pcs on the net.
They all throw the same mistake. I don't know if it could be the ssh or
what. Ssh is working fine:

$ ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu1, OpenSSL 1.0.2g-fips 1 Mar 2016

¿Any clue what to try?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#12, or mute the thread
https://github.com/notifications/unsubscribe-auth/AEwyJJDwD5Kw9ZLgn4L9BfzrMawz_iulks5qdWT1gaJpZM4JebQ7
.

@MarAvFe
Copy link
Author

MarAvFe commented Aug 7, 2016

Awesome. It worked just fine, thanks

@caitaozhan
Copy link

Installing libssl-dev and recompiling Ncrack also worked for me. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants