maaaaz / thc-hydra-windows

The great THC-HYDRA tool compiled for Windows
928 stars 289 forks source link

RDP module not working #27

Closed CG-root closed 4 years ago

CG-root commented 5 years ago
C:\Users\bob\Desktop\>hydra.exe -l test -p test rdp://123.123.123.123
Hydra v9.0 (c) 2019 by van Hauser/THC - Please do not use in military or secret service organizations, or for illegal purposes.

Hydra (https://github.com/vanhauser-thc/thc-hydra) starting at 2019-06-24 15:31:03
[ERROR] Compiled without FREERDP2 support, module not available!
boo6ster commented 4 years ago

In cygwin you can compile thc-hydra with the RDP2 module enabled. The older version of hydra is compiled with the RDP module but only for RDP running on older windows. For newer windows you must have RDP2 support.

maaaaz commented 4 years ago

Thanks for the insights @Robin6464 !

boo6ster commented 4 years ago

In the previous post maybe I said vaguely. So the hydra 8.5 version has the rpd module enabled and the rdp password cracking running on windows NT/XP... (hydra 8.7_dev does not work correctly with rdp). For RDP cracking running on windows 7/8/10 you need the RDP2 module (libfreerdp2). Unfortunately, it is not possible to combine these two dependencies. Depending on the version of Windows that has RDP running, you need to choose the appropriate version of the hydra with the RDP or RDP2 module.

maaaaz commented 4 years ago

It should be fixed as the latest release comes with libfreerdp2.

Cheers.