metasploit-framework/lib/msf/ui/wx.rb

15 lines
139 B
Ruby

module Msf
module Ui
module Wx
#
# The log source used by the web service.
#
LogSource = "msfwx"
end
end
end
require 'msf/ui/wx/driver'