15 lines
304 B
Ruby
15 lines
304 B
Ruby
# -*- coding: binary -*-
|
|
#
|
|
# RFB protocol support
|
|
#
|
|
# @author Joshua J. Drake <jduck>
|
|
#
|
|
# Based on:
|
|
# vnc_auth_none contributed by Matteo Cantoni <goony[at]nothink.org>
|
|
# vnc_auth_login contributed by carstein <carstein.sec[at]gmail.com>
|
|
|
|
|
|
module Rex::Proto::RFB
|
|
include Rex::Proto::RFB::Constants
|
|
end
|