Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN Gyrfalcon 2.0
8 (U) Usage Statements
(U) Both genconfig.py and postproc.py will produce a usage statement if -h or –help is used on the
command line.
(S//NF) ./genconfig.py -h
Usage: genconfig.py [options]
Gyrfalcon Configuration Generator
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-V, --verbose verbose generator output
-g FILE, --generate=FILE generate new configuration file and archive
-u FILE, --update=FILE update existing configuration file and archive
-d FILE, --display=FILE display existing configuration file via receipt.xml
(S//NF) ./postproc.py -h
Usage: postproc.py [options]
Gyrfalcon Post Processor
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-V, --verbose verbose post processing output
-i FILE, --input=FILE compressed, encrypted collection file
-o FILE, --output=FILE uncompressed, decrypted collection file
-a FILE, --archive=FILE target archive file created by genconfig.py
(S//NF) The application does not have a usage statement and can only be executed two different ways.
./client /dev/null daemon mode [recommended for operations]
./client /dev/zero application mode [least desirable for operations]
20 SECRET//NOFORN//20381126 November 2013