Files
metasploit-gs/data/msfweb/app/controllers/console_controller.rb
T
lmh 90e92a63e2 msfweb console code... base ready.
git-svn-id: file:///home/svn/framework3/trunk@4283 4d416f70-5f16-0410-b530-b9f4589650da
2007-01-18 15:31:42 +00:00

15 lines
326 B
Ruby

# Author: LMH <lmh@info-pull.com>
# Description: The AJAX console controller of msfweb v.3. Handles commands,
# operations and sessions carried over the web interface.
class ConsoleController < ApplicationController
def process_cmd
end
#
# Show the working shell and related facilities.
#
def idex
end
end