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
|
# Meterpreter Console
|
||||||
# TODO: Motivated to code it, hehe ... Ho YESSS ;-)
|
|
||||||
#
|
#
|
||||||
class Meterpreter < Gtk::Window
|
class Meterpreter < Msf::Ui::Gtk2::Console::Basic
|
||||||
|
|
||||||
def inititialize
|
def inititialize(iter)
|
||||||
nil
|
print "On the meterpreter console place"
|
||||||
end
|
super(iter)
|
||||||
end
|
print @session.run_cmd("help")
|
||||||
|
|
||||||
#
|
|
||||||
# VNC Console
|
|
||||||
#
|
|
||||||
class VNC < Gtk::Window
|
|
||||||
|
|
||||||
def initialize
|
|
||||||
nil
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue