Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #14587667
Ubuntu Base VM Configuration
Ubuntu Desktop 12.04 LTSLong Term Support x64 - 10.9.8.84
Username/Password: ubuntu/password
- Change screen resolution to 1024x768.
- Edit /etc/apt/sources.list to point to devlan repo. Copy the contents of precise-sources.list.txt into sources.list
- Refresh repos and upgrade packages
- sudo apt-get update && apt-get upgrade
- Installed software:
- Wireshark
- sudo apt-get install wireshark
- Openssh-server
- sudo apt-get install openssh-server
- vmware tools
- Initiate via vSphere client and then complete via CLI.
- Wireshark
Add ubuntu user to wireshark group (required to enter promiscuous mode). Instructions can be found Configure Wireshark on Ubuntu .
Delete unused taskbar items.
-
Add to taskbar:
Wireshark
Terminal
- Edit /etc/ssh/sshd_config
- Add entry 'UseDNS no'
- Reboot
- Remove default routes for 'backdoor' mgmt of test VMs.
- Add static route for 10.9.8.0/24 (eth1). All other traffic should go through eth0
Ubuntu Server 14.04 LTSLong Term Support x64 - 10.9.8.80
Username/Password: ubuntu/password
- Edit /etc/apt/sources.list to point to devlan repo. Copy the contents of trusty-sources.list.txt into sources.list
- Refresh repos and upgrade packages
- sudo apt-get update && apt-get upgrade
- Installed software:
- Openssh-server
- sudo apt-get install openssh-server
- vmware tools
- Initiate via vSphere client and then complete via CLI.
- Openssh-server
-
Edit /etc/ssh/sshd_config
- Add entry 'UseDNS no'
- Reboot