Documentation ¶
Index ¶
- func PrintCreateKey(createKey *sliverpb.RegistryCreateKey, regPath string, key string, ...)
- func PrintDeleteKey(deleteKey *sliverpb.RegistryDeleteKey, regPath string, key string, ...)
- func PrintListSubKeys(regList *sliverpb.RegistrySubKeyList, hive string, regPath string, ...)
- func PrintListValues(regList *sliverpb.RegistryValuesList, hive string, regPath string, ...)
- func PrintRegRead(regRead *sliverpb.RegistryRead, con *console.SliverConsoleClient)
- func PrintRegWrite(regWrite *sliverpb.RegistryWrite, con *console.SliverConsoleClient)
- func RegCreateKeyCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func RegDeleteKeyCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func RegListSubKeysCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func RegListValuesCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func RegReadCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
- func RegWriteCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintCreateKey ¶ added in v1.5.0
func PrintCreateKey(createKey *sliverpb.RegistryCreateKey, regPath string, key string, con *console.SliverConsoleClient)
PrintCreateKey - Print the results of the create key command
func PrintDeleteKey ¶ added in v1.5.0
func PrintDeleteKey(deleteKey *sliverpb.RegistryDeleteKey, regPath string, key string, con *console.SliverConsoleClient)
PrintDeleteKey - Print the results of the delete key command
func PrintListSubKeys ¶ added in v1.5.0
func PrintListSubKeys(regList *sliverpb.RegistrySubKeyList, hive string, regPath string, con *console.SliverConsoleClient)
PrintListSubKeys - Print the list sub keys command result
func PrintListValues ¶ added in v1.5.0
func PrintListValues(regList *sliverpb.RegistryValuesList, hive string, regPath string, con *console.SliverConsoleClient)
PrintListValues - Print the registry list values
func PrintRegRead ¶ added in v1.5.0
func PrintRegRead(regRead *sliverpb.RegistryRead, con *console.SliverConsoleClient)
PrintRegRead - Print the results of the registry read command
func PrintRegWrite ¶ added in v1.5.0
func PrintRegWrite(regWrite *sliverpb.RegistryWrite, con *console.SliverConsoleClient)
PrintRegWrite - Print the registry write operation
func RegCreateKeyCmd ¶
func RegCreateKeyCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
RegCreateKeyCmd - Create a new Windows registry key
func RegDeleteKeyCmd ¶ added in v1.5.0
func RegDeleteKeyCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
RegDeleteKeyCmd - Remove a Windows registry key
func RegListSubKeysCmd ¶ added in v1.4.21
func RegListSubKeysCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
RegListSubKeysCmd - List sub registry keys
func RegListValuesCmd ¶ added in v1.4.21
func RegListValuesCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
RegListValuesCmd - List registry values
func RegReadCmd ¶
func RegReadCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
RegReadCmd - Read a windows registry key: registry read --hostname aa.bc.local --hive HKCU "software\google\chrome\blbeacon\version"
func RegWriteCmd ¶
func RegWriteCmd(ctx *grumble.Context, con *console.SliverConsoleClient)
RegWriteCmd - Write to a Windows registry key: registry write --hive HKCU --type dword "software\google\chrome\blbeacon\hello" 32
Types ¶
This section is empty.