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

rdp module does not support the current protocol #390

Closed
sirty69 opened this issue Mar 3, 2019 · 11 comments
Closed

rdp module does not support the current protocol #390

sirty69 opened this issue Mar 3, 2019 · 11 comments

Comments

@sirty69
Copy link

sirty69 commented Mar 3, 2019

[ERROR] the rdp module does not support the current protocol, hence it is disabled. If you want to add it, please contact vh@thc.org

What's the problem ?

@vanhauser-thc
Copy link
Owner

that someone has to write the module to support the current protocol.
I dont have the time for that.

@baotang2118
Copy link

baotang2118 commented Mar 17, 2019

[ERROR] the rdp module does not support the current protocol, hence it is disabled. If you want to add it, please contact vh@thc.org

What's the problem ?
@sirty69 @vanhauser-thc
I found the answer for this topic even though it's not the official one. When Hydra hit the right user + password, it sit there for a while then quit program, it doesn't continue bruteforcing. This problem happens seem the server suddenly shutdown the connection and Hydra has to wait for connection time out. Although the output is:

[STATUS] 1.00 tries/min, 5 tries in 00:00h, 0 to do in 03:00h, 1 active
[STATUS] 0.83 tries/min, 5 tries in 00:00h, 0 to do in 03:00h, 1 active
[STATUS] 0.56 tries/min, 5 tries in 00:00h, 0 to do in 03:00h, 1 active
[STATUS] 0.36 tries/min, 5 tries in 00:00h, 0 to do in 03:00h, 1 active
[STATUS] 0.33 tries/min, 5 tries in 00:00h, 0 to do in 03:00h, 1 active

Press Ctrl+C. The last password that Hydra tried may be the correct password. I tried, it work for me. It only works for 1 username. I tried more than 1 username, then the progress stops because of so many attempt. Here is my script:
hydra -t 1 -V -f -l administrator -P wordlist.txt rdp://my_server_ip
Sometime you will see 1 of 1 target successfully completed, 0 valid password found

@petercunha
Copy link

Bump. An RDP module would be very nice.

@petercunha
Copy link

thc is busy I suppose. I will do my best to code this and pull request.

God bless THC.

@vanhauser-thc
Copy link
Owner

I patch was submitted which uses libfreerdp.
Everyone please sync your github thc-hydra, configure, make, make install, test it and report!

@vanhauser-thc
Copy link
Owner

thanks a lot to @loianhtuan !

@zordis
Copy link

zordis commented May 7, 2019

[ERROR] Compiled without FREERDP2 support, module not available!

How compiling with FREERDP2 support?

@loianhtuan
Copy link
Contributor

[ERROR] Compiled without FREERDP2 support, module not available!

How compiling with FREERDP2 support?

for ubuntu 18.04:
sudo apt install freerdp2-dev

@Crypto-Cat
Copy link

[ERROR] Compiled without FREERDP2 support, module not available!
How compiling with FREERDP2 support?

for ubuntu 18.04:
sudo apt install freerdp2-dev

I still get the same error after installing freerdp2-dev. Tried reinstalling hydra but same problem.

@vanhauser-thc
Copy link
Owner

@Crypto-Cat - reinstalling - you mean you synced the github repository, ./configure ; make ; make install?

or you reinstalled the version from your linux distro? that would not change anything, you need to compile from this repository.
if you compiled from here, are you sure that the hydra that is being executed is that one and not an old one? there could be another one in your path

@vanhauser-thc
Copy link
Owner

seems to work :)

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

No branches or pull requests

7 participants