Skip to main content

GrrGetFiles

This Script is part of the GRR Pack.#

Deprecated

Use grr_get_files instead.

Downloads files from a specified machine without requiring approval.

Script Data#


NameDescription
Script Typepython
TagsGRR

Dependencies#


This script uses the following commands and scripts.

  • grr_get_files

Inputs#


Argument NameDescription
hostnameThe target host. Can be, "FQDN" or "client ID".
pathsFetches the number of elements, an array of path strings.
max_file_sizeThe maximum size of the file that will download.
actionThe action to apply to the found files. Can be, "STAT", "HASH" or "DOWNLOAD".
pathtypeThe path type to glob in. Can be, "UNSET", "OS", "TSK", "REGISTRY", "MEMORY", or "TMPFILE".

Outputs#


There are no outputs for this script.