meterpreter console on the place

git-svn-id: file:///home/svn/framework3/trunk@4728 4d416f70-5f16-0410-b530-b9f4589650da
unstable
fab 2007-04-22 00:00:15 +00:00
parent c9b652fb50
commit 39560372c8
1 changed files with 5 additions and 14 deletions

View File

@ -132,22 +132,13 @@ class Console
#
# Meterpreter Console
# TODO: Motivated to code it, hehe ... Ho YESSS ;-)
#
class Meterpreter < Gtk::Window
class Meterpreter < Msf::Ui::Gtk2::Console::Basic
def inititialize
nil
end
end
#
# VNC Console
#
class VNC < Gtk::Window
def initialize
nil
def inititialize(iter)
print "On the meterpreter console place"
super(iter)
print @session.run_cmd("help")
end
end
end