Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
Quick Start Guide for x86 FT
7. Run the “repeater.sh” script with the desired wireless network SSID and channel
(the “dummy” argument is required):
sudo ./repeater.sh –s dummy –c <CHANNEL> -r <SSID>
For example, to create the “FreePublicWifi” wireless network on channel 11,
issue:
sudo ./repeater.sh –s dummy –c 1 -r FreePublicWifi
8. Check the output for errors. If an error occurs, diagnose according to instructions
in section 6.
To stop the x86 FT, open a new terminal (Applications -> System Tools -> Terminal),
and issue:
sudo ./repeater.sh -d
16