meterpreter console on the place
git-svn-id: file:///home/svn/framework3/trunk@4728 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c9b652fb50
commit
39560372c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue