Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #1179751
Getting Started
Download the Fedora 18 VMVirtual Machine from \\FS-01\Share\Dart\Virtual Machines (not required if you have a linux X64 machine you already like).
Import the ova file into VMWare Workstation by double clicking it.
user name and password for fedora vm = tester, 123ABCdef.
Download VSphere client – the latest version is 5.1.0 which is available on \\fs-01\share\EIB\VMware-viclient-all-5.1.0-786111.exe
login information for VSphere:
IP-Addr: 10.9.0.10
user: Tester
pass: 123ABCdef.
If you're using Ubuntu and don't have mercurial installed, you'll need to pull it down. There are devlan repositories for Ubuntu available here http://repo.devlan.net/. Instructions for setting them up are here http://wiki.devlan.net/wiki/doku.php?id=network:mirrors:ubuntu&s=ubuntu. Once your repositories are setup run:
sudo apt-get install mercurial
In the linux vm you need to pull down the mercurial repos (pull both into the same folder so they are peers)
> hg clone http://10.9.0.20:8000/tybase
> hg clone http://10.9.0.20:8000/tyworkflow
once cloned, navigate to tybase and tyworkflow folders and run make.
NOTE If you want to use the Emissary module (allows you to run programs as the user read more here) then you will also need to clone the Emissary repo (hg clone http://10.9.0.20:8000/emissary).
DART Information – DEVLAN
DNS Name | IP Address | Description |
---|---|---|
Dart-ts-01.devlan.net | 10.9.0.20 | Tryant test server |
Dart-twiki.devlan.net | 10.9.0.21 | Wiki (documentation) website |
Dart-vcenter.devlan.net | 10.9.0.10 | VMWare vCenter server |
Dart-esxi-01.devlan.net | 10.9.2.10 | VMWare ESXi host for XPWindows operating system (Version) virtual machines |
Dart-esxi-05.devlan.net | 10.9.2.11 | VMWare ESXi host for XPWindows operating system (Version) virtual machines |
Dart-esxi-02.devlan.net | 10.9.3.10 | VMWare ESXi host for Vista virtual machines |
Dart-esxi-06.devlan.net | 10.9.3.11 | VMWare ESXi host for Vista virtual machines |
Dart-esxi-03.devlan.net | 10.9.4.10 | VMWare ESXi host for Win7 virtual machines |
Dart-esxi-07.devlan.net | 10.9.4.11 | VMWare ESXi host for Win7 virtual machines |
Dart-esxi-04.devlan.net | 10.9.5.10 | VMWare ESXi host for Win8 virtual machines |
The main web interface for DARTTest-Software (commercial) is at http://Dart-ts-01.devlan.net/overview
Setting up an account to submit test plans
ssh into the Tyrant test server (Dart-ts-01.Devlan.net) as root (ssh root@Dart-ts-01.Devlan.net)
Run the commands below
cd /proj/testing/commits
mkdir <devlan username here>
exit
(If you want to be able to submit jobs without entering the root password a lot times then add your pub key to root's authorized_keys.)