fix session.type for osx shells

GSoC/Meterpreter_Web_Console
Tim W 2018-09-04 22:58:09 +08:00
parent b7da75d860
commit c38a7e97fd
1 changed files with 7 additions and 0 deletions

View File

@ -69,6 +69,13 @@ class CommandShell
"Command shell"
end
#
# Calls the class method
#
def type
self.class.type
end
##
# :category: Msf::Session::Provider::SingleCommandShell implementors
#