Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//ORCON//NOFORN
12.2 Queue Proxy Usage
Command Line
queues_proxy.py [-h] [-q QUEUE] [--force] [--clear] [--immediate]
[-f PATH] [--to TO] [--from FROM]
[--desc DESC] [--shortdesc SHORTDESC]
[-v VIEW] [--header] [--json]
COMMAND
Allows user to modify the queues.
COMMAND
operation to perform on the queue
create create new empty queue
queue ID specified by --queue parameter
remove remove a queue
queue ID specified by --queue parameter
lockacquire user lock for a queue
queue ID specified by --queue parameter
unlock release user lock for a queue
queue ID specified by --queue parameter
append append entry to queue end of queue
destination queue ID specified by --queue parameter
source file specified by --file parameter
prepend prepend entry to beginning of queue
destination queue ID specified by --queue parameter
source path specified by --file parameter
insert insert entry into queue
destination queue ID specified by --queue parameter
destination index or ID specified by --to parameter
source path specified by --file parameter
movemove entry from one position to another within queue
queue ID specified by --queue parameter
destination index or ID specified by --to parameter
source index or ID specified by --from parameter
delete delete specified entry from the queue
source queue ID specified by --queue parameter
target entry specified by --from parameter
queues list queue names to stdout
listlist information about queue to stdout
source queue ID specified by --queue parameter
displayed information specified by --view parameter
exist check if queue exists
queue ID specified by --queue parameter
commit bundle queue changes to file and send to Queue via
Galleon
queue ID specified by --queue parameter
pop undo pending queue change
queue ID specified by --queue parameter
ingest ingest queue updates from a file
destination queue ID specified by --queue parameter
source file specified by --file parameter
112
SECRET//ORCON//NOFORN