Skip to main content

Strings

This Script is part of the Common Scripts Pack.#

Extracts strings from a file with an optional filter. This is similar to binutils strings command.

Script Data#


NameDescription
Script Typepython
Tagsserver, file

Inputs#


Argument NameDescription
entryThe entry ID of a file entry to retrieve strings from.
charsThe number of consecutive characters needed in order for it to be considered a string. The default is 4.
sizeThe display first 'size' results. The default is 1024.
filterThe regex to filter the strings. This will be compiled with the ignore case.

Outputs#


There are no outputs for this script.