Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #20251227
Development VMs
This page is for recording any information related to the development/build VMs that are in use by the project. Ideally, this information should be able to allow one to replicate a particular VM, in order to avoid the "Works on my box!" phenomena.
Windows
As of 3-NOV-2015:
No native development has taken place in the Windows VM
Linux
As of 3-NOV-2015
Debian Stable (currently 8.2, amd64)
Selected "Other Linux 3.x Kernel 64-bit"
Used :
Performed netinstall using mini .iso from DevLan repo:
http://repo.devlan.net/debian/dists/stable/main/installer-amd64/current/images/netboot/mini.iso
Eastern Time Zone, US English, Debian deskop environment (MATE), standard system utilities, unchecked print server,
Installed (note that it is likely that there are dependencies for the below which were auto-installed as part of the installation of the desired package):
(also note that unless otherwise specified, all of the below were installed from the Debian repos (main, contrib, and/or non-free)
- open-vm-tools-desktop
- vim-gtk
- python3-psychopg2 (2.5.4)
- doxygen (1.8.8)
- postgresql (9.4)
- nginx (1.6.2)
- uwsgi (2.0.7)
- uwsgi-plugin-python3 (2.0.7)
As of 28-Oct-2015:
Debian 7.8, x64
Installed Software:
- Python 3.4.3 (had to compile it on the box, which meant that certain packages/libs had to be installed ref: Build Python 3.4 on Debian/Ubuntu )
- Libs required to build a complete Python 3.4.3:
build-essential;
libreadline-dev;
libsqlite3-dev;
libssl-dev;
libncurses5-dev;
libncursesw5-dev;
libbz2-dev;
libgdbm-dev;
tk-dev;
liblzma-dev;
libexpat1-dev;
zlib1g-dev;
libdb5.1-dev
- Virtualenv 13.1.2 (**not** installed, but used to create a virtualenv for Python 3.4.3, into which was installed):
- pyOpenSSL 0.15.1
- cryptography 1.0
- pycrypto 2.6.1
- cffi 1.2.1
- idna 2.0
- pyasn1 0.1.8
- pycparser 2.14
- six 1.9.0
- pip 7.1.2
- wheel 0.24.0