20 lines
329 B
Ruby
20 lines
329 B
Ruby
|
##
|
||
|
# $Id: $
|
||
|
##
|
||
|
|
||
|
##
|
||
|
#
|
||
|
# RFB protocol support
|
||
|
#
|
||
|
# by 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>
|
||
|
#
|
||
|
##
|
||
|
|
||
|
require 'rex/proto/rfb/constants'
|
||
|
require 'rex/proto/rfb/cipher'
|
||
|
require 'rex/proto/rfb/client'
|