GrrGetFiles
GRR Pack.#
This Script is part of theDeprecated
Use grr_get_files instead.
Downloads files from a specified machine without requiring approval.
#
Script DataName | Description |
---|---|
Script Type | python |
Tags | GRR |
#
DependenciesThis script uses the following commands and scripts.
- grr_get_files
#
InputsArgument Name | Description |
---|---|
hostname | The target host. Can be, "FQDN" or "client ID". |
paths | Fetches the number of elements, an array of path strings. |
max_file_size | The maximum size of the file that will download. |
action | The action to apply to the found files. Can be, "STAT", "HASH" or "DOWNLOAD". |
pathtype | The path type to glob in. Can be, "UNSET", "OS", "TSK", "REGISTRY", "MEMORY", or "TMPFILE". |
#
OutputsThere are no outputs for this script.