class Rex::Proto::RFB::AuthType
Security types
Constants
- ColinDeanXVP
- GtkVncSasl
- Invalid
- MD5Hash
- None
- RA2
- RA2ne
- TLS
- Tight
- Ultra
- VNC
- VeNCrypt
Public Class Methods
to_s(num)
click to toggle source
# File lib/rex/proto/rfb/constants.rb, line 39 def self.to_s(num) self.constants.each { |c| return c.to_s if self.const_get(c) == num } 'Unknown' end