#!/usr/bin/ruby # # This user interface provides users with a command console interface to the # framework. # $:.unshift(File.join(File.dirname(__FILE__), 'lib')) require 'rex' require 'msf/ui' begin Msf::Ui::Console::Driver.new.run rescue Interrupt end