metasploit-framework/lib/rex/script/meterpreter.rb

10 lines
65 B
Ruby

module Rex
module Script
class Meterpreter < Base
end
end
end