module Msf module Ui module Gtk2 TITLE = 'Metasploit Framework' DESCRIPTION = 'A cross-platform GUI interface for the Metasploit Framework.' COPYRIGHT = 'Copyright (C) 2006-2009 Metasploit LLC' AUTHORS = [ 'Fabrice MOURRON ', 'H D Moore ', ] DOCUMENTERS = [ 'Nobody :-)' ] ARTISTS = [ "Fabrice MOURRON ", "H D Moore ", "BRUTE ", "Anonymous", ] LIST = 'framework-subscribe@spool.metasploit.com' BUGREPORT_URL = 'http://trac.metasploit.com/report/9' WEBSITE_URL = 'http://metasploit.com' VERSION = "v#{Msf::Framework::Version}" # # The log source used by the gtk2 service. # LogSource = "msfgui" end end end require 'msf/ui/gtk2/driver'