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

12 lines
94 B
Ruby
Raw Normal View History

module Rex
module Script
class Meterpreter < Shell
# Nothing special here yet
end
end
end