CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/rex/proto/rfb.rb
Views: 11655
1
# -*- coding: binary -*-
2
#
3
# RFB protocol support
4
#
5
# @author Joshua J. Drake <jduck>
6
#
7
# Based on:
8
# vnc_auth_none contributed by Matteo Cantoni <goony[at]nothink.org>
9
# vnc_auth_login contributed by carstein <carstein.sec[at]gmail.com>
10
11
12
module Rex::Proto::RFB
13
include Rex::Proto::RFB::Constants
14
end
15
16