Git Product home page Git Product logo

vnc_mgr.lua's Introduction

SYNOPSIS

vnc_mgr.lua is a menu-driven application that stores vnc connection info and wraps vnc connections allowing vnc clients to connect through ssh, TLS/SSL and socks5 tunnels/proxies. It uses libUseful-lua and one of either zenity, qarma or yad for the dialogs.

REQUIREMENTS

vnc_mgr.lua requires libUseful more recent than v4.77 and libUseful-lua more recent than v2.27. It also requires one of zenity, qarma or yad to handle interactive dialogs.

AUTHOR

vnc_mgr.lua is (C) 2020 Colum Paget. It is released under the GPLv3 so you may do anything with them that the GPL allows.

Email: [email protected]

INSTALL

simply running 'make' will produce a fresh copy of vnc_mgr.lua. This can then be run with 'lua vnc_mgr.lua' or you can use the linux binfmt system to automatically invoke lua to run this script.

FEATURES

'SSH' connections must be pre-configured in ~/.ssh/config as vnc_mgr.lua does not currently handle usernames, passwords or certificate files for SSH.

'TLS/SSL' connections involve wrapping the VNC connection in an external TLS tunnel, as supported by stunnel. This is not 'VNCTls' which is a VNC-specific form of encryption that happens within the VNC protocol. TLS/SSL tunnels can be configured to use an X509 certificate for authentication.

'SOCKS5' connections are made via a socks5 proxy server, with username/password support. Socks5 authentication is sent in cleartext, so care should be taken using this authentication system, however it is useful for tunnels that present a local socks5 interface, e.g. Tor.

'SOCKS5+TLS' is a connection type that first talks to a socks proxy in clear text, and then expects the resulting forwarded connection through the socks proxy to be encrypted with TLS.

'unix' is a connection type that connects to a unix filesystem local socket. This is supported by some virtual machine systems like qemu.

VIEWERS SUPPORT

vnc_mgr.lua searches in the users PATH for vnc-viewer programs it can use. For some of these it can offer options like automatic login with stored password, view only, single-viewer (not shared) mode and fullscreen. It can identify viewers that run under wine or java, and launch them using those frameworks if wine/java can be found in the user's PATH.

In order to identify a viewer and enable features like autologin and view only mode, the executable file must be named in a manner that indicates which viewer program it is, or else a link/symlink must exist that provides an identifying name. Most viewers are simply named 'vncviewer' which vnc_mgr.lua treats as the lowest level of of viewer with no features. Accepted viewer program names are:

vncviewer                basic viewer with no features
vncviewer.exe            basic viewer with no features
vncviewer.jar            basic viewer with no features
turbovncviewer.exe       basic viewer with no features
ultravnc.exe             autologin (stored password) supported
ultravnc                 autologin (stored password) supported
ultravncviewer.exe       autologin (stored password) supported
tightvnc                 noshare, fullscreen, viewonly and autologin (stored password) supported
tightvncviewer           noshare, fullscreen, viewonly and autologin (stored password) supported
xtightvncviewer          noshare, fullscreen, viewonly and autologin (stored password) supported
tightvnc.exe             noshare, fullscreen, viewonly and autologin (stored password) supported
tightvncviewer.exe       noshare, fullscreen, viewonly and autologin (stored password) supported
tightvnc-jviewer.jar     autologin (stored password) supported
tigervnc                 noshare, fullscreen, viewonly and autologin (stored password) supported
tigervncviewer           noshare, fullscreen, viewonly and autologin (stored password) supported
xtigervncviewer          noshare, fullscreen, viewonly and autologin (stored password) supported
VNC-Viewer*              (real vnc) noshare and fullscreen supported.

vnc_mgr.lua's People

Contributors

columpaget avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.