Java NTLM Proxy

download

WHAT IS IT

Allows web clients that don't support Microsoft's NTLM proxy authentication scheme to connect to Microsoft proxy servers (ie. Microsoft IAS).

USAGE

Unzip files in the release. Edit ntlm-proxy.properties to set the host name and details of the domain account you'll be using to connect to the Microsoft Proxy.

From a command line execute java -jar NTLMProxy.jar. You'll need a 1.5 JRE.

Setup up your browser to use NTLMProxy. By default the proxy listens on 3128 but you can change it in ntlm-proxy.properties.

OTHER USES

Forward a local TCP port to a remote machine.

Check in ntlm-proxy.properties for how to do this.

The port on the remote machine should probably be 443 as most proxies block connections not on this port.

LINKS

This project seems to do the same thing but I haven't tried it.

OTHER STUFF

Try out my new project for web accessibility contrast checking.