Lazy-RDP is a Script for automatic scanning of the address list for the presence of open 3389 ports, and then selecting the method and starting busting pair login / password.
The script is tuned for Kali linux 2.0, Kali linux 2016.2 и Kali linux 2017.1, 2017.2 systems and higher versions .
To work correctly, the script requires the establishment: masscan, curl and FreeRDP.
The current version is 1.32.
Installation
git clone https://github.com/getdrive/Lazy-RDP
cd Lazy-RDP && chmod +x hydra/configure hydra/hydra src/rdp_brute.sh patator.py start INSTALL
./INSTALL
./start
Demo Video
Lazy-RDP over SSH:
Disclaimer
This script must be used only for educational purposes and Pentesting. Use it only on your own networks. Author is not responsible of its use.
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…