Main > Free Download Search >

Free vnc spy 0.1 software for linux

vnc spy 0.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2322
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
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
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
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
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
LibVNCServer 0.9.1

LibVNCServer 0.9.1


LibVNCServer is a library that makes it easy to make a VNC server. more>>
LibVNCServer is a library that makes it easy to make a VNC server. All you do is provide a frame buffer and some I/O functions, and call a function each time the frame buffer changes. It supports all encodings known, including tight, zlib, ZRLE, and cursor encodings.
LibVNCServer also includes the HTTP server from Xvnc, so you can start a java viewer by surfing to http://my.vnc.server:5801 or similar. It includes a beta version of LibVNCClient, which makes it easy to make a VNC client. Also included is LinuxVNC, which is to the Linux console as WinVNC is to the Windows desktop.
If you dont know VNC, have a look at the original VNC or at Tridia VNC, who also have commercial support for it.
Now that you know what it is, maybe you want to make your own server. If this is not the case, you can ignore the rest of this page an go on surfing the internet.
Now that you want to make a VNC server, that is, a server which speaks the RFB protocol, you can download this library from sourceforge.
The simplest server looks like this:
#include
int main(int argc,char** argv)
{
rfbScreenInfoPtr server=rfbGetScreen(&argc,argv,400,300,8,3,4);
server->frameBuffer=malloc(400*300*4);
rfbInitServer(server);
rfbRunEventLoop(server,-1,FALSE);
return(0);
}
This sample creates a 400x300 frame buffer in true colour. There are 4 bytes per pixel, because 3 (which are only used instead of all 4) is such an odd number. Then the server is initialized and a blocking event loop is started.
Of course, this program only shows rubbish (whatever is in the frame buffer you mallocd), but it proves that writing a server can be very easy.
For details (especially if you want to write a real server) look into the provided examples, pnmshow.c and example.c, and into the README. You find there documentation for much more complicated servers.
Enhancements:
- The x11vnc source code is no longer included in the package.
<<less
Download (1.3MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
884 downloads
I-Spy 2.1.0

I-Spy 2.1.0


A Perl script which identifies new files on various FTP and Web sites. more>>
A Perl script which identifies new files on various FTP and Web sites.
Installation
Copy the program where you can acces it and do following commands:
cp i-spy /usr/local/bin/
Make sure the executable bit is set:
ls -l /usr/local/bin/i-spy
-rwxr-xr-x 1 root root 28568 Nov 22 11:36 /usr/local/bin/i-spy
if not, then set it:
$ chmod +x /usr/local/bin/i-spy
If you have perl installed elsewhere than /usr/local/bin, then create
a symbolic link:
$ cd /usr/local/bin
$ ln -s /usr/bin/perl
[or wherever you keep perl]
Now, copy the Log::File module into your Perl distributions site_perl
directory:
$ cp -r Log /usr/local/lib/perl5/site_perl/5.005/
[or wherever you keep site-specific perl modules]
You may also keep the Log::File module in the same directory as you
plan to use for your sites and logs.
Enhancements:
- Added support for browser agent masquerade
- Added support for Google News (Yum)
- Modernized examples
<<less
Download (0.271MB)
Added: 2006-06-14 License: GPL (GNU General Public License) Price:
1228 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
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
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
config-mplayer 0.1

config-mplayer 0.1


config-mplayer offers you a small but very useful GUI program which is designed for customising your mplayer configuration. more>>

config-mplayer 0.1 offers you a small but very useful GUI program which is designed for customising your mplayer configuration. It is NOT a wrapper or GUI version of mplayer. It's only business is showing some configuration options and rewriting the mplayer config whenever you change them. The idea is that you can customise it with YOUR desired configuration options just by editing a few files.

Major Features:

  1. Switching my audio output between rooms (devices).
  2. Changing the DISPLAY which mplayer will play on - for playing on my main desktop, my TV, or within VNC (and in the case of VNC - selecting the SDL driver which actually works over VNC).
  3. Switching the video to use X11 so that I can take a screenshot.
  4. Changing the aspect ratio of a video when the file is incorrect.
  5. Toggling the 'eq2' filter on when I start a second instance of mplayer and the first instance has got the overlay brightness control.
  6. Starting in fullscreen
  7. Cropping the black borders off of a PAL video within a wide format stream.
  8. Adding a volume filter for low or high volume video files.
  9. Toggling deinterlacing.
  10. Forcing the OSD on or off.
  11. Forcing the index of a dodgy file to be rebuilt.
  12. Switching to using a different XV port when the main one decides to stop working and just stays blue (very rare these days).
  13. Selecting an MPEG-TS transport stream pid.
  14. Adjusting subtitle position

Requirements:

  • GTK version 2.xxx
  • perl GTK2 bindings (perl-gtk2 or gtk2-perl depending on your system)
  • You don't need any GNOME rubbish installed
<<less
Added: 2007-02-26 License: GPL Price: FREE
1 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5