Module: Msf::Sessions::SshCommandShellBind::ChannelFailureReason
- Defined in:
- lib/msf/base/sessions/ssh_command_shell_bind.rb
Overview
Constant Summary collapse
- SSH_OPEN_ADMINISTRATIVELY_PROHIBITED =
1
- SSH_OPEN_CONNECT_FAILED =
2
- SSH_OPEN_UNKNOWN_CHANNEL_TYPE =
3
- SSH_OPEN_RESOURCE_SHORTAGE =
4