90e92a63e2
git-svn-id: file:///home/svn/framework3/trunk@4283 4d416f70-5f16-0410-b530-b9f4589650da
15 lines
326 B
Ruby
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
|