tags:

views:

42

answers:

1

Hello,

I need to write a proxy script to log into secure servers without ever revealing an administrative password.

Can someone recommend some proxy scripts (written in PHP preferably) that I can look into?

Thanks!

Edit: I would be most interested in well documented scripts... if that matters.

+1  A: 

Get this package,

http://anonproxyserver.sourceforge.net/

There are several simple proxy scripts in PHP. For example proxy_server.php.

ZZ Coder