Close
Notification:  
Professional
Login
Loading

Setting up your environment

  1. We must first download the 6 files which contain our target VM. Once you download all the files completely, ensure the md5 checksums match the ones provided below. This will take a considerable amount of time to completely download. Please take this into consideration.
    wget http://nvd.nist.gov/download/FDCC-Q4-2009/FDCC_IMAGES/XP-Q4-2009/XP_NIST_FDCC_Q4_2009.zip
    wget http://nvd.nist.gov/download/FDCC-Q4-2009/FDCC_IMAGES/XP-Q4-2009/XP_NIST_FDCC_Q4_2009.z01
    wget http://nvd.nist.gov/download/FDCC-Q4-2009/FDCC_IMAGES/XP-Q4-2009/XP_NIST_FDCC_Q4_2009.z02
    wget http://nvd.nist.gov/download/FDCC-Q4-2009/FDCC_IMAGES/XP-Q4-2009/XP_NIST_FDCC_Q4_2009.z03

  2. After the multi-part zip files have been downloaded, we then need to check their MD5 hashes. This process may take a while depending on your hardware capabilities.
    root@bt4:~# md5sum XP_NIST_FDCC_Q4_2009.z*
    a185eb4dd9882144e351c30ae236d113 XP_NIST_FDCC_Q4_2009.zip
    6e3fe97ae2da74d244a2607877b985b9 XP_NIST_FDCC_Q4_2009.z01
    b4c11fd35b71ea6e914792a9828082ef XP_NIST_FDCC_Q4_2009.z02
    18f89fc9c57d7aec406efcb9c083099a XP_NIST_FDCC_Q4_2009.z03
    root@bt4:~#
  3. We must now acquire WinRAR. This will help us in extracting our VM from the zip file. root@bt4:~# wget http://www.offsec.com/downloads/wrar390.exe
  4. We will now install msttcorefonts to get wine working properly. root@bt4:~# apt-get install msttcorefonts
  5. Next, you will need to start the WinRAR install using wine.
    root@bt4:~# wine wrar390.exe
  6. You can accept the defaults for the installation and then run WinRAR when completed.

  7. In WinRAR, click ‘File’, ‘Open archive’ and select the file FDCC-Q4-XP-VHD.zip. Once the archive has opened, click ‘Extract To’ and choose a location for the files.
  8. The last important file to download is the virtual machine config file which does not come with the NIST hard drive.  Download the vmc file from the location below and save it in the same folder as the extracted hard drive.
root@bt4:~# wget ./msf/XP_NIST_FDCC_Q4_2009.vmc



 

© Offensive Security 2009