The browserspy is a simple webserver listening on port 3380.
It shows the request a browser sends to a webserver.
The protocol for this is http/tcp/ip.
The programm is writen in java, that means it runs on every system, but
you have to install the java runtime system.
You can download the jdk from java.sun.com.
How to start the browserspy after installing java:
On a windows: simple start the batch file.
On Mac OS 9.5: I don't know, If you know it please send it to www.suvi.org/contact.php
On Mac OS X: Open a shell an type "java Servermain" the S has to be big!
On OS X jdk1.3 should be allready installed.
On linux/unix/*nix: simple type "java Servermain" in a shell
--------- Example---------
on windows with internet explorer it looks like this:
1: GET / HTTP/1.1
2: Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, */*
3: Accept-Language: de
4: Accept-Encoding: gzip, deflate
5: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; suvi.org
rulez)
6: Host: localhost:3380
7: Connection: Keep-Alive
--------- Licence ---------
This program is Art. They are no bugs, just features! Everything is as
it is!
This program is free to use, but NOT for commercial purpose!
If want, for some reason why, to use this program for commercial stuff
(because you are a browser writer or OS coder or something) contact www.suvi.org/contact.php