Main > Free Download Search >

Free vnc spy software for linux

vnc spy

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 94
VNC Spy 0.1

VNC Spy 0.1


VNC Spy monitors network traffic to find keystrokes entered into a VNC viewer. more>>
VNC Spy monitors network traffic to find keystrokes entered into a VNC viewer. Letters the user types are printed to your screen.

So, for example, if an engineer insists on using VNC to log in from his Windows machine into your network whenever he wants from home, try leaving vncspy running for a while. I like to use the command:

sudo vncspy eth0 | tee keylog

Note that you need to run vncspy as root. You can either su root, or sudo.

This will sniff all keystrokes he enters from home to his VNC server. Assuming he has to enter his user name and password to log-on, you should see his user name in the keylog, followed by his password. Its that simple!

When you get his password, try writing it on a sticky-note, and pasting it on his monitor. Ive found showing people their passwords to be very effective at improving their security habits.

Usage:

vncspy must be run as root. It takes only one optional parameter, the interface to sniff on. If left out, it will use the first interface on your system, typically eth0.

Compling:

The only major dependency for vncspy is the pcap development library. On Debian or Ubuntu, you may issue a command like:

sudo apt-get install libpcap0.8-dev

If your system does not have libpcap available, you can install it from source from:

http://www.tcpdump.org.

Once you have libpcap, compiling vncspy is simple. Just type:

make

It should create the vncspy program. Let me know if you need help.
<<less
Download (0.004MB)
Added: 2006-10-27 License: Public Domain Price:
1108 downloads
Conspy 1.4

Conspy 1.4


Conspy allows a (possibly remote) user to see what is displayed on a Linux virtual console, and send keystrokes to it. more>>
Conspy allows a (possibly remote) user to see what is displayed on a Linux virtual console, and send keystrokes to it.
Conspy project only works with Linux, as far as I know. It is rather like VNC, but where VNC takes control of a GUI conspy takes control of a text mode virtual console.
Unlike VNC, conspy does not require a server to be installed prior to being used.
Enhancements:
- The program now works on big-endian machines.
<<less
Download (0.010MB)
Added: 2006-01-21 License: GPL (GNU General Public License) Price:
1371 downloads
KBoincSpy 0.9.1

KBoincSpy 0.9.1


KBoincSpy is a KDE monitor and control utility for the BOINC distributed client. more>>
KBoincSpy is a KDE monitor and control utility for the BOINC client. KBoincSpy displays a lot of useful information about the computation of work units, such as the percent of work done, and estimates of the completion time and credits granted.
For some projects like SETI@home and ClimatePrediction.net, it also reports some interesting data about the content and significance of each work unit being analyzed.
It can be also used to control the behavior of the BOINC client, allowing the user to attach to (as well as detach from) projects, start/stop the computation, or suspend all network communications.
Its interface design was inspired by SETI Spy, a Windows monitoring utility for SETI@home Classic written by Roelof Engelbrecht.
The Berkeley Open Infrastructure for Network Computing is a software platform for distributed computing. It enables organizations who oversee scientific projects requiring extensive computing resources to easily set up and maintain a distributed computing infrastructure.
By downloading the BOINC distributed computing client, each of the hundreds of thousands of participants worldwide can select the scientific projects more to his/her liking and assign some computing resources to them.
Enhancements:
- This release focuses on reaching almost feature parity with the latest BOINC client from Berkeley (the 5.x series).
- Among the new features were an attach-to-project wizard, host and user statistics graphs, and Web links.
- This version also features new translations to eight languages. Precompiled packages are available for the x86 and x86-64 architecture versions of the Fedora, Gentoo, Mandriva, Slackware, and SuSE Linux distributions.
<<less
Download (2.0MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1355 downloads
x2vnc 1.7.2

x2vnc 1.7.2


x2vnc is a dual-screen hack for VNC. more>>
x2vnc will let you use two screens on two different computers as if they were connected to the same computer. Even if one of the computers runs Windows 95/98/NT and the other one runs X-windows. If they are both running Windows, you probably want to use Win2VNC instead.
Personally, I have two computers, both with linux installed, but I often have to run Windows 95 or Windows NT when working, and I just got tired of switching between the two keyboards. Therefore I wrote this program.
While running this program I can move the mouse pointer beyond the right edge of my X display, and then the pointer will appear on the screen on the other computer. If you have ever used x2x or a computer with two graphics cards, you know what I am talking about.
The program will open a small (one pixel wide) window on the edge of your screen. Moving the pointer into this window will trigger the program to take over your mouse and send mouse movements and keystrokes though the RFB protocol to a VNC server running on another machine. When the pointer is moved back towards the opposite edge on the other screen, the mouse is then released again.
The operation itself is almost identical to x2x, but most of the code was actually borrowed from the program vncviewer.
As the name x2vnc implies, x2vnc can only send events from an X-windows based display to any VNC server. VNC servers can run on Microsoft Windows 95/98/NT/2000/XP. x2vnc will not run without X-windows.
Please note that the normal VNC server for X windows does not control the mouse on the screen itself, but creates a virtual server in memory instead. If you wish to control an X11 display with x2vnc, you need to use x11vnc, but its probably easier to just use x2x instead.
Enhancements:
- A couple of major bugs in the DGA code were fixed.
<<less
Download (0.061MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1228 downloads
TkVNC 0.9.1

TkVNC 0.9.1


TkVNC is a VNC viewer written in pure Tcl/Tk. more>>
TkVNC is a VNC viewer written in pure Tcl/Tk. It does not yet support authentication, so it can only connect to an unsecured VNC server. All the original "classic" encodings are supported. It was written to be embedded inside another application, however the version here is a standalone program.

Current status (9 Jan 2003).
DES encryption (i.e. authentication) is not implemented. Therefore, you cant connect to something that was started with Unix vncserver, only Unix Xvnc -rfbport ... directly would work
Tested against TightVNCs Xvnc and OSXVncs OSXvnc-server
raw encoding works
I havent seen a server using copyrect, so I dont know if that works
hextile is still a little confused and very slow (often kills Xvnc?) There seems to be a CPU leak in the Tk image command.
RRE is implemented, but I think Xvnc doesnt give sensible results
CoRRE is implemented, also gets strange results from tightvncs server
tight and zlib encodings are not implemented
no support for SetColourMapEntries
no support for ClientCutText (but ServerCutText is OK)
Big-endian-ness is hard coded. This is obviously a bit of a problem on x86 platforms!

To test it just do the following:
Xvnc :1 -geometry 800x600 -depth 8 &
twm -display :1 &
xterm -display :1 &
And on the client (which is any platform with Tk):
wish tkvnc.tcl ?server:1?
<<less
Download (0.020MB)
Added: 2006-06-24 License: GPL (GNU General Public License) Price:
1220 downloads
ggivnc 0.3.0

ggivnc 0.3.0


ggivnc project is a VNC client using libraries from the GGI project to draw graphics and handle input. more>>
ggivnc project is a VNC client using libraries from the GGI project to draw graphics and handle input.

The reason this VNC client came about was to fill the need for a companion to the VNC target in libggi. All existing VNC code was at the time of writing and to the best of my knowledge GPL and originating from the original AT&T code base (either that, or hidden from sight). This VNC client is an implementation from scratch featuring the following encodings:

Raw, CopyRect, RRE, CoRRE, Hextile, Zlib, ZlibHex, ZRLE and LastRect.

<<less
Download (0.36MB)
Added: 2007-04-03 License: MIT/X Consortium License Price:
935 downloads
x11vnc 0.9.2

x11vnc 0.9.2


x11vnc is a program that allows one to remotely view and interact with real X displays. more>>
x11vnc allows one to remotely view and interact with real X displays (i.e. a display corresponding to a physical monitor, keyboard, and mouse) with any VNC viewer. In this way x11vnc plays the role for Unix/X11 that WinVNC plays for Windows.
I wrote x11vnc because x0rfbserver was basically impossible to build on Solaris and had poor performance. The primary x0rfbserver build problems centered around esoteric C++ toolkits. x11vnc is written in plain C and uses only standard libraries. I also added a few enhancements to improve the interactive response, add esoteric features, etc.
For Unix, the VNC implementation includes a virtual X11 server Xvnc (usually launched via the vncserver command) that is not associated with a physical display, but provides a "fake" one X11 clients (xterm, mozilla, etc.) can attach to. A remote user then connects to Xvnc via the VNC client vncviewer from anywhere on the network to view and interact with the whole virtual X11 desktop.
The VNC protocol is in most cases better suited for remote connections with low bandwidth and high latency than is the X11 protocol (the exception is cached pixmap data on the viewing-end). Also, with no state maintained the viewing-end can crash, be rebooted, or relocated and the applications and desktop continue running. Not so with X11.
Enhancements:
- A compile-time bug is fixed for when the OpenSSL library is not available or --without-ssl is supplied; previously the build would fail.
- One can configure x11vnc via "configure --with-system-libvncserver" to use a system installed libvncserver library instead of the one bundled in the release tarball.
- If UltraVNC file transfer or chat is detected, then VNC clients are "pinged" more often to prevent these side channels from becoming serviced too infrequently.
- In -unixpw mode in the username and password dialog no text will be echoed if the first character sent is "Escape". This enables a convenience feature in SSVNC to send the username and password automatically.
Miscellaneous new features and changes:
- When building from the CVS tree --with-x11vnc must be supplied if you want x11vnc to be built. The LibVNCServer release tarball no longer contains the x11vnc source.
<<less
Download (0.93MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
865 downloads
GTK-VNC 0.1.0

GTK-VNC 0.1.0


GTK-VNC is a VNC viewer widget for GTK. more>>
GTK-VNC project is a VNC viewer widget for GTK.

It provides a core library written in C, using coroutines to allow it to be completely asynchronous while remaining single threaded. A wrapper library using PyGTK provides access to the widget functionality from Python. Two example programs illustrate use of the widget by re-implementing the traditional vncviewer in a few 10s of lines of code.

The client is fully IPv6 aware, and as well as the traditional VNC authentication protocol, implements the VeNCrypt extension to provide secure TLS/SSL encrypted communications, optionally using x509 certificates to authenticate.

<<less
Download (0.35MB)
Added: 2007-08-17 License: LGPL (GNU Lesser General Public License) Price:
802 downloads
vnc2swf 0.9.1 (pyvnc2swf)

vnc2swf 0.9.1 (pyvnc2swf)


vnc2swf is a recording tool for VNC that records sessions and generates a Macromedia Flash movie file (SWF). more>>
vnc2swf is a recording tool for VNC that records sessions and generates a Macromedia Flash movie file (SWF).

The project can be used as an X11 recorder or a Windows desktop recorder.

<<less
Download (0.061MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1085 downloads
 
Other version of vnc2swf
Vnc2swf 0.8.2for VNC that records sessions and generates a Macromedia Flash movie file (SWF). VNC server to capture a screen. Currently the following VNC servers are supported: XVnc WinVNC
License:GPL (GNU General Public License)
Download (0.057MB)
1353 downloads
Added: 2006-02-10
RealVNC 4.1.2

RealVNC 4.1.2


RealVNC is remote control software which allows you to view and interact with one computer. more>>
VNC stands for Virtual Network Computing.
The two computers dont even have to be the same type, so for example you can use VNC to view an office Linux machine on your Windows PC at home. VNC is freely and publicly available and is in widespread active use by millions throughout industry, academia and privately.
RealVNC is a UK company founded in 2002 by a team from the world-leading AT&T Laboratories in Cambridge. The company was established to commercially develop, enhance and promote VNC, the innovative remote access software with a widespread international user base.
VNC (Virtual Network Computing) software makes it possible to view and fully-interact with one computer from any other computer or mobile device anywhere on the Internet. VNC software is cross-platform, allowing remote control between different types of computer. For ultimate simplicity, there is even a Java viewer, so that any desktop can be controlled remotely from within a browser without having to install software.
VNC has a wide range of applications including system administration, IT support and helpdesks. It can also be used to support the mobile user, both for hot desking within the enterprise and also to provide remote access at home, or on the road. The system allows several connections to the same desktop, providing an invaluable tool for collaborative or shared working in the workplace or classroom. Computer support within the geographically spread family is an ever popular use.
The open source version of VNC has been freely available since 1998, and more than 50 million copies of the software have been downloaded. The software has also appeared on numerous magazine cover disks, and for several years all popular versions of Linux have included VNC. It is in active use by many millions in industry, commerce, education and at home. Virtually all Fortune 500 companies use VNC, and installations of VNC across thousands of workstations are commonplace.
Enhancements:
- FIXED: Security vulnerability.
<<less
Download (1.5MB)
Added: 2006-07-20 License: Public Domain Price:
1507 downloads
SDL_vnc 1.0.0

SDL_vnc 1.0.0


SDL_vnc library was created to offer a VNC client system. more>>
SDL_vnc library was created to offer a VNC client system that:

- is LGPL licensed and can be used in commercial applications
- integrates with SDL (framebuffer is a SDL surface)
- IO and processing runs as a thread, so it does not interfere with a traditional "game loop"

Supported Platforms:

The library compiles and is tested on a Linux target with a TightVNC server running on windows.

Installation and Test

To compile the library your need the SDL 1.2 installed from source or installed with the devel RPM package. For example on Mandrake, run:

urpmi libSDL1.2-devel

The run

./autogen.sh (optional)
./configure
make
make install
ldconfig

to compile and install the library. The default location for the installation is /usr/local/lib and /usr/local/include. The libary path /usr/local/lib might need to be added to the file /etc/ld.so.conf

Then run ldconfig again.
<<less
Download (0.27MB)
Added: 2006-06-05 License: LGPL (GNU Lesser General Public License) Price:
1237 downloads
Craftsman Spy 1.0.5

Craftsman Spy 1.0.5


Craftsman Spy is a framework for JDBC logging. more>>
Craftsman Spy is a an open source and free framework for JDBC logging. Craftsman Spy is a JDBC driver implementation.

This logger logs all SQL connection and processings with execution spent time, all the stored procedures with arguments, all the batch processings and the result sets.

No need to modify your application in order to integrate JDBC logging with Craftsman Spy. The application MUST use the craftsman.spy.SpyDriver and MUST be launched with the -Dspy.driver=... system property.

Be carefull this JDBC driver SHOULD not be used in production mode. Use it only in development or pre-production system.

,b>Usage:

Code

The two solutions can be used as the following examples :
System.setProperty("spy.driver","vendor.database.Driver");// or with the -Dspy.driver=vendor.database.Driver JVM option
Class.forName("craftsman.spy.SpyDriver");
Connection c = DriverManager.getConnection("jdbc:database:mydata");
Class.forName("craftsman.spy.SpyDriver");
Connection c = DriverManager.getConnection("jdbc:spy:vendor.database.Driver:database:mydata");

Log configuration

The log4j.properties or log4j.xml configuration file SHOULD contain the following lines :
log4j.category.craftsman.spy=DEBUG, SpyFile
log4j.appender.SpyFile=org.apache.log4j.DailyRollingFileAppender
log4j.appender.SpyFile.DatePattern=.yyyy.MM.dd
log4j.appender.SpyFile.File=spy.log
log4j.appender.SpyFile.layout=org.apache.log4j.PatternLayout
log4j.appender.SpyFile.layout.ConversionPattern=%m%n

<<less
Download (0.37MB)
Added: 2005-12-13 License: LGPL (GNU Lesser General Public License) Price:
1414 downloads
VNCcrack 1.0.0

VNCcrack 1.0.0


VNCcrack is a simple, fast offline-mode VNC password cracker. more>>
VNCcrack is a simple, fast offline-mode VNC password cracker. VNCcrack takes a set of challenge-response pairs of the type passed during a VNC authentication attempt, and attempts to recover the passwords using a dictionary file.

Usage: ./vnccrack wordlist crpairs

<<less
Download (0.034MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1193 downloads
VNCAudio 1.0.0

VNCAudio 1.0.0


VNCAudio allows remote sound support to be added to VNC. more>>
VNCAudio allows remote sound support to be added to VNC on a per-desktop basis by emulating an OSS compatible driver at the kernel level and virtualizing it per-user. The reasoning for a per-UID basis is that resource tracking across multiple processes launched off a VNC desktop is obviated. As its basis, it uses DSProxy which I ghost wrote last summer while working for an Open Source Software company.

DSProxy is used to collect all the sound information on a per-user basis. When vncviewer is launched, it opens a back channel on port 9138 to the server. All sound is handled via pthreads. There is a very good reason for using both the back channel and pthreads: to reduce latency. Extending the VNC protocol by adding sound packets provided horrible results as the VNC packets can be incredibly long.

Sound synchronization when watching mtv is really good--especially when you push raw VNC packets across a 100Mb/sec network. Rollergirl never looked and sounded better across a network.

Installation:

Make a directory such as /tmp/w

cd /tmp/w
tar xvfz /wherever/vnc-3.3.3r1_unixsrc.tgz
chmod -R 755 vnc_unixsrc
tar xvfz /wherever/vnc_sound.tgz
cd dsproxy-current
make
su
insmod -f dsproxy.o
mv /dev/dsp /dev/dsp_x
mv /dev/mixer /dev/mixer_x
mknod /dev/dsp c 121 2
mknod /dev/mixer c 121 3
chmod 777 /dev/dsp
chmod 777 /dev/mixer
exit
cd ../vnc_unixsrc
<<less
Download (0.063MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1242 downloads
TightVNC 1.3.9

TightVNC 1.3.9


TightVNC is a VNC distribution with many new features, improvements, and bugfixes over VNC. more>>
TightVNC project is a free remote control software package derived from the popular VNC software. With TightVNC, you can see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer.
Main features:
- free, GPL-licensed, with full source code available;
- useful in remote administration, remote customer support, education, and for many other purposes;
- cross-platform, available for Windows and Unix, compatible with other VNC software;
- well maintained and being actively developed.
Enhancements:
- This stable version includes support for the latest RFB protocol version 3.8, VNC4-compatible parsing of host:display strings, and a number of bugfixes and portability fixes.
- Also, there was many changes in the built-in Java viewer such as scaling, automatic encoding selection, support for ZRLE encoding, and a workaround for a Tab key problem.
<<less
Download (0.75MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
916 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5