14 lines
335 B
Ruby
14 lines
335 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>
|
|
|
|
require 'rex/proto/rfb/constants'
|
|
require 'rex/proto/rfb/cipher'
|
|
require 'rex/proto/rfb/client'
|