Skip to content

Using JCAT with the CFS on VMware

Joe Benassi edited this page Aug 6, 2013 · 1 revision

###Procedure: The procedure is very much the same as is described in the Getting Started page within JCAT, but this document will hopefully ease the process.
#####To download the CFS:

#####To build the CFS:

  1. Navigate to "/Projects/cfs-mission/". Run "setvars.sh".
  2. Navigate to "/Projects/cfs-mission/build/pc-linux/". Type "make clean".
  3. Navigate to "/Projects/cfs-mission/build/pc-linux/". Type "make".
  4. Navigate to "/Projects/cfs-mission/build/pc-linux/". Type "install".

#####To run the CFS:

  1. Ensure "Auto eth2" is the active wired network connection.
  2. Navigate to "/Projects/cfs-mission/build/pc-linux/exe/". Type "su" and input the password.
  3. Type "./core-linux.bin".

#####To end the CFS:

  • In the "/Projects/cfs-mission/build/pc-linux/exe/" directory, type Ctrl + 'c'.

#####If you have the CFS successfully running in VMware:

  • To set up networking:
    • Enable all traffic from ports 1234 and 1235 in your "eth2" network connection.
  • To determine the IP Address to input in JCAT > Configure > Output:
    1. In VMware Player, right click the desktop and select "Open in Terminal".
    2. Type "ifconfig".
    3. Find the first IP address following "inet addr:" in the "eth2" section. (it should be 192.168.***.***).

Clone this wiki locally