Files
metasploit-gs/lib/rex/proto/rfb.rb
T
James Lee f4498c3916 Remove $Id tags
Also adds binary coding magic comment to a few files
2013-05-20 16:21:03 -05:00

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'