Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Proxy JSON Outputs
The Que Proxy can output list commands as JSONJavascript Object Model strings. Here are some details.
JSON
The data is in the form of a dictionary:
- view: low, working, or high (string)
- lasttime: number of seconds ( from ) (number)
- elapsed: seconds since last update from LPListening Post (number)
- queue: tasks in order, each task is a JSONJavascript Object Model string (array / list)
- slot: order number of task, starting with 0 (number)
- id: unique id assigned to task, it is also the file name (string)
- desc: long description, should be the original assassin command (string)
- shortdesc: short description, default is original file name, meant for compact display (string)
- timestamp: timestamp of last action in same numeric format as lasttime (number)
- username: OSOperating System username of user when last action performed (string)
- status: new, pending, or low (string)
Task status
- new are tasks due to changes that have not been committed
- pending are tasks that have been committed (seen in high view)
- low are tasks on the LP