Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//20330530
(S) Generating the LP
Once the configuration is complete, save your configuration and quit the configuration utility to
navigate back to the main menu of pkgcreator.
ns> save
…
ns> quit
main> help
==== Menu ====
config: Create/Edit a configuration
generate: Generate all files needed base on above configuration
help: Help (print this menu)
quit: Quit this menus
Run the generate option to process the configuration and create the processed files. Enter the
encryption key to protect the files while they’re on the LP.
ns> generate
Once the files have been generated, copy the files in ./<client_ID>/<outputpath> to the LP. Ensure the
path matches the URL specified during configuration.
On the LP, change the default size of the PHP variables upload_max_filesize (default 2MB)
and post_max_size (default 8MB) to make it large enough to accept incoming collected data. If
either is too small you will receive a “error! <br />” string in your uploaded php file rather than the
“file uploaded!<br />” message. Restart the apachectl to accept the new PHP values. On Macs it’s
defined in /etc/private/php.ini, and you can restart it with sudo apachectl restart. On Unix
boxes, it’s defined in /etc/php5/apache2/php.ini.
SECRET//20330530
9