Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
4.6 Size Less
The “size_less” verb states that the size of the file is less than a specified size.
Usage
file(<file_path>).size_less (<file_size>)
file_path
Path to file on target file system
file_size
Size value to compare against the file
Supports complex file size numbers (e.g., 5m == 5,242,880)
Truth Table
TRUE
file_path is smaller than file_size bytes
FALSE
file_path is larger than file_size bytes
INVALID
file_path does not exist or is not a file
104
SECRET//NOFORN