mirror of
https://github.com/BishopFox/sliver
synced 2026-06-08 10:29:05 +00:00
client/command/dllhijack
Overview
Implements the 'dllhijack' command group for the Sliver client console.
Go Files
commands.go– Registers the dllhijack command, its flags, and completions for selecting remote DLL targets.dllhijack.go– Performs the RPC call that plants a Sliver DLL alongside a target executable for hijacking.