From 181135dd06d997d5b8655c2f06c38386ddc72231 Mon Sep 17 00:00:00 2001 From: fab <> Date: Tue, 10 Jul 2007 20:52:20 +0000 Subject: [PATCH] minor update git-svn-id: file:///home/svn/framework3/trunk@5043 4d416f70-5f16-0410-b530-b9f4589650da --- dev/msfgui.txt | 4 +++- lib/msf/ui/gtk2/frame/sessions_tree.rb | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev/msfgui.txt b/dev/msfgui.txt index f998839d03..e5407a5979 100644 --- a/dev/msfgui.txt +++ b/dev/msfgui.txt @@ -16,11 +16,12 @@ exploit is added to the Targets list while its in running state when a new session is created, those are added automatically to the sessions list and the output of the exploits are sent to the MSFLogs window. Add some colours with tags -=> Partially done +=> DONE 3 - bind a signal-connect to a running exploit you can right click running exploits and kill them (this is technically a job) (right click from Targets) +=> DONE 4 - session interaction needs a wider console, some little buttons for sending '^C' and stuff @@ -29,6 +30,7 @@ so when youre typing on a command shell and need to send like ^D to close out 'c also, sessions needs a right-click meny for 'Close' and some way to detect when a session is dead and remove it from the list ie. you type "exit" on the shell +=> Partially done 5 - Preferences page Ton of stuff like binding all Databases stuff or adding preselected payloads user diff --git a/lib/msf/ui/gtk2/frame/sessions_tree.rb b/lib/msf/ui/gtk2/frame/sessions_tree.rb index 7566e6e2a0..151b058bc1 100644 --- a/lib/msf/ui/gtk2/frame/sessions_tree.rb +++ b/lib/msf/ui/gtk2/frame/sessions_tree.rb @@ -166,7 +166,8 @@ module Msf meterpreter_image_shell = Gtk::Image.new meterpreter_image_shell.set(Gtk::Stock::EXECUTE, Gtk::IconSize::MENU) meterpreter_item_shell.set_image(meterpreter_image_shell) - menu_session.append(meterpreter_item_shell) + # TODO + # menu_session.append(meterpreter_item_shell) # sdapi/process meterpreter_proc_item_shell = Gtk::ImageMenuItem.new("Process")