Skip to content
cktricky edited this page Aug 13, 2011 · 5 revisions

Installation Scripts

For your convenience, we've created scripts for two separate platforms: BackTrack 5 and Ubuntu.

These scripts install all the necessary dependencies.

Ubuntu 10.04, 10.10 and 11.04

Ubuntu Install Download

BackTrack 5

BackTrack5 Install Download

Upon completion, you will have rvm installed and wXf will be located in your home directory.

rvm use 1.8.7
cd ~/wXf
./wXfconsole

rvm use jruby-1.5.6
cd ~/wXf
./wXfconsole

Other distributions, read the following information...

Environment

There are two versions of the framework depending on which environment you start the console in.

Examples:

JRuby Version

jruby wXfconsole

OR

Ruby Version

./wXfconsole

The two environments require different dependencies so we've broken the installation into two separate parts. Enjoy.

Clone this wiki locally