Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
read_reg_key

read_reg_key

Plugin
Arg Description Type
globs Glob expressions to apply. list of string
accessor The accessor to use. string
root The root directory to glob from (default ‘/’). OSPath

Description

This is a convenience plugin which applies the globs to the registry accessor to find keys. For each key the plugin then lists all the values within it, and returns a row which has the value names as columns, while the cells contain the value’s stat info (and data content available in the Data field).

This makes it easier to access a bunch of related values at once.