Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.
Quick Start Guide for x86 FT
4.2 Use Case 2: Wireless Repeater (Router)
The x86 FT acts as a repeater to an existing wireless network, but works as a router
instead of a bridge (see 4.4 for a brief discussion of bridge vs. router operation).
Operation is as follows:
1. Login to the laptop as “ftuser”. Default password for ftuser is “squid123!” (change
the password at your discretion).
2. Remove any PCMCIA and/or Express Cards
3. Insert the Ubiquiti SR71X Express Card
4. Insert the Ubiquiti SRC PCMCIA Card
5. Open a terminal (Applications -> System Tools -> Terminal), navigate to the
~ftuser/bin directory:
cd ~ftuser/bin
6. Ensure that the proper interface is configured in the ~ftuser/bin/kismet.conf file.
To do so, run:
sudo lshw –c network
Under the “product: AR928X Wireless Network Adapter” entry locate the “logical
name” value (which should be wlanX, where X is an integer number). Edit the
~ftuser/bin/kismet.conf file (using, for example, “gedit ~ftuser/bin/kismet.conf”)
and set the “ncsource” parameter to the “logical name” value; for example, if the
logical name was found to be wlan2, then edit the “ncsource” parameter as
“ncsource=wlan2”.
7. Run the ftlauncher.sh script:
./ftlauncher.sh
11