2012-06-29 05:18:28 +00:00
|
|
|
# -*- coding: binary -*-
|
2010-11-14 03:37:45 +00:00
|
|
|
#
|
|
|
|
# RFB protocol support
|
|
|
|
#
|
2013-03-30 20:32:38 +00:00
|
|
|
# @author Joshua J. Drake <jduck>
|
2010-11-14 03:37:45 +00:00
|
|
|
#
|
|
|
|
# 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'
|