Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
4.7 Find String
The “find_string” verb states that a file contains the given string. Grasshopper
will search for the ASCII-encoded string in the contents of the file.
Usage
file(<file_path>).find_string(<string>)
file_path
Path to file on target file system
string
Target string to locate
Truth Table
TRUE
file_path contains the value string
FALSE
file_path does not contain string
INVALID
file_path does not exist, is not a file, or access was denied
105
SECRET//NOFORN