Skip to content

Protect (public) Windows RDS servers from bruteforce attempts

License

Notifications You must be signed in to change notification settings

al-ign/Protect-RDSFromBruteforce

Repository files navigation

Protect-RDSFromBruteforce

Protect-RDSFromBruteforce.ps1

Simple ad-hoc self-defence script for the public accessible RDP servers. Throw it to Task Scheduler (with SYSTEM privileges)

Install-ProtectRDSFromBruteforce.ps1

Script will install Protect-RDSFromBruteforce.ps1 as scheduled task. You can invoke it from elevated PowerShell session directly: Invoke-Expression (Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/al-ign/Protect-RDSFromBruteforce/master/Install-ProtectRDSFromBruteforce.ps1' -UseBasicParsing).Content