Skip to content

Miscellaneous Modules

Alexander edited this page Oct 16, 2018 · 1 revision

Read File Bytes

Overview

Read in a file and outputs the file as a byte array string or a base64 encoded string.

PowerShell

[WheresMyImplant.Misc]::GetFileBytes("FileName", "Base64Output")

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Mics,GetFileBytes "FileName","Base64Output"

Generate NTLM

Overview

Generates a NTLM Hash based off an input string.

PowerShell

[WheresMyImplant.Misc]::GenerateNTLMString("Input")

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Mics,GenerateNTLMString "Input"

All other functions are internal