Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
New Metaconnection Protocol Commands
- REQ_STATS
- Syntax: REQ_STATS, %x rand(), STRING requestor
Sends a request stats packet. On receipt, all nodes should forward along the broadcast tree and respond to requestor with an ANS_STATS
- Syntax: REQ_STATS, %x rand(), STRING requestor
- ANS_STATS
- Syntax: ANS_STATS, STRING target_requestor, STRING my_name, (stats TBD...)
Directed message to requestor (the cocoond, in practice) with who is sending the message + whatever stats we send back
- Syntax: ANS_STATS, STRING target_requestor, STRING my_name, (stats TBD...)
- SET
- Syntax: SET, STRING target, INT val_id, INT val_value
Directed (or i guess target can be EVERYONE?) that tells reciever to set val_id to val_value.
Currently the only valid val_id is for the DEADMAN_DELAY
- Syntax: SET, STRING target, INT val_id, INT val_value