Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//ORCON//NOFORN
4.2.4 Persist Module Commands
The Persist Module commands are used to view and modify the list of
persistence modules that will be used for the current payload. These commands
are available in the payload wizard.
add_persist
Enter the persistence wizard to generate a new persist module and append it to
the persist list.
insert_persist<insert_index>
Enter the persistence wizard to generate a new persist module and insert it into
the list at the provided index.
insert_index
Index of the new persist module in the list.
edit_persist<persist_index>
Edit the persist module located at the provided index in the current persist list.
persist_index
Index of the persist module in the list.
move_persist<persist_index><new_index>
Move the persist module located at the provided index to a new index in the
list.
persist_index
Index of the persist module in the list.
new_index
New index of the persist module in the list.
delete_persist<persist_index>
Remove the persist module located at the provided index in the persist list.
persist_index
Index of the persist module in the list.
print_persist [persist_index]
Print detailed information about the persist module located at the provided
index in the list. If not index is provided, print general information about all
persist modules in the list.
persist_index
Index of the persist module in the list.
cancel
Discard all changes and exit the payload wizard.
generate
Save the current payload configuration and return to the command line.
37
SECRET//ORCON//NOFORN