Skip to content

Backtrack 5 installation guide

cktricky edited this page Jul 2, 2011 · 14 revisions

wXf on BackTrack 5

Download the install script - BackTrack 5 Install Script

Save it somewhere. Run the script.

$ bash bt5_install.sh

Once everything is done, run wXf.

Ruby version

$ rvm use 1.8.7

$ cd /pentest/web/wXf

$ ./wXfconsole

JRuby version (Version that hooks into Burp Suite)

$ rvm use jruby-1.5.2

$ cd /pentest/web/wXfconsole

$ ./wXfconsole

Reminder:

This script sets your default environment to Ruby v1.9.2 as not to break other software. This also means every time you open a tab or terminal and attempt to use wXf, you will need to type $ rvm use 1.8.7.

All credit goes to Tim Tomes @LaNMaSteR53 for taking the time to write this script. Thanks Tim!

Clone this wiki locally