Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #14587667
COG ICON VM Modifications
When an ICON VMVirtual Machine is received from COG, the following tasks must be performed to get it to work "correctly" on Devlan.
- Import into vSphere. Place in the "Master VMs" folder.
- Edit /etc/apt/sources.list
- sudo vi /etc/apt/sources.list
- Replace the contents of this file with the following:
- Fix expired repo error
- cd /etc/apt/apt.conf.d
- sudo vi 10no--check-valid-until
- Add the line: Acquire::Check-Valid-Until "0";
- sudo apt-get update
- Install open-vm tools
- sudo apt-get install -y open-vm-tools && sudo apt-get install -y open-vm-toolbox