Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
________________________________________________________________________
Receipt File: builder_output\test_ABCD0064\test_ABCD0064.receipt.xml
Parent ID: test
8.3.1.3 (U) LS
(S//NF) This command will list the batch id and all commands defined for this batch. They are
numbered from zero and can be referenced by this index.
Usage: ls
Example: ls
Output:
BATCH: DAD72903
0: execute pre=0 post=0 filename="ipconfig" arguments="/all"
1: uninstall pre=0
8.3.1.4 (U) RM
(S//NF) This command will remove a command from the current batch. Each command is
reference by a zero based index. These indexes can be viewed by using the LS command as
shown above. The remove command will remove a single command from a batch.
Usage: rm <index>
Example: rm 1
Output:
REMOVED: uninstall pre=0
8.3.1.5 (U) Import
(S//NF) This command will import commands from generated script. Script files are text files
with a .txt extension. This command incorporates external scripts into the current script. The
output will display the command that were imported. Use the LS command to view the complete
list.
Usage: import <filename>
Example: import tasker_output\test\__128_test_ABCD0064_DAD72903_script.txt
Output:
New Script Loaded: tasker\tasker_output\test\__128_test_ABCD0064_DAD72903
_script.txt
COMMAND: uninstall pre=0
8.3.1.6 (U) ID
(S//NF) The ID command is used to force a specific batch ID for the Tasker to generate. This
command is generally used for debug purposes only.
Usage: id <hex>
SECRET//NOFORN 30