fix session.type for osx shells
parent
b7da75d860
commit
c38a7e97fd
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue