[Pro-test available] use hydra blasting 3389 RDP error solution

First, look at the error message, when the blast rdp protocol, suggesting that there is no FREERDP2 module, because hydra new version does not own freerdp module, so we need to manually download

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

Next we need to install freerdp module, below is the installation command, select all of the dependencies on freerdp

 sudo yum install freerdp*

 After installing the module, we need the original hydra deleted, re-install and compile, then you can blow up rdp protocol slightly

Delete 
# RM -rf THC-hydra- 9.0 /
extracting installation
# tar -zxvf v9.0.tar.gz 
compiled

./configure
make
make install

Screenshot blasting success

 

 

 

reference:

https://github.com/vanhauser-thc/thc-hydra/issues/390

https://blog.csdn.net/yyws2039725/article/details/97059506

Guess you like

Origin www.cnblogs.com/oneWhite/p/12107230.html