metasploit-framework/lib/msf/ui/console/command_dispatcher/encoder.rb

17 lines
178 B
Ruby

module Msf
module Ui
module Console
module CommandDispatcher
class Encoder
include Msf::Ui::Console::ModuleCommandDispatcher
def name
"Encoder"
end
end
end end end end