package
1.5.43
Repository: https://github.com/bishopfox/sliver.git
Documentation: pkg.go.dev

# README

Registry

Commands for manipulating the Windows registry.

# Functions

PrintCreateKey - Print the results of the create key command.
PrintDeleteKey - Print the results of the delete key command.
PrintListSubKeys - Print the list sub keys command result.
PrintListValues - Print the registry list values.
PrintRegRead - Print the results of the registry read command.
PrintRegWrite - Print the registry write operation.
RegCreateKeyCmd - Create a new Windows registry key.
RegDeleteKeyCmd - Remove a Windows registry key.
RegListSubKeysCmd - List sub registry keys.
RegListValuesCmd - List registry values.
RegReadCmd - Read a windows registry key: registry read --hostname aa.bc.local --hive HKCU "software\google\chrome\blbeacon\version".
RegWriteCmd - Write to a Windows registry key: registry write --hive HKCU --type dword "software\google\chrome\blbeacon\hello" 32.