Courier
Courier is a small network utility which acts as a go-between (or proxy) a client machine and a server:
CLIENT <==> courier <==> SERVER
It has two effects:
- The client thinks that the machine running courier is the server
- The server thinks that the machine running courier is the client
- courier can log all data sent
The full source code for courier, both a C version and a Perl version, are available here.
To run, execute:
courier <local port> <server host> <server port>
Where:
- local port
- The port which courier listens on
- remote host
- The name of the server machine
- remote port
- The port on the server machine to connect to
Download it now:
© ztank
April 2000