PDA

View Full Version : Proxy Configuration


daniel952
December 26th, 2004, 11:38 PM
I'm using a proxy that uses port 8080 on localhost to connect to a ssh server on port 22. Does anyone know if the following connections appear vulnerable? As you can see the connections are to and from 127.0.0.1, but port 8080 doesn't appear in the setup at all, and i'm using port 8080 as the proxy port. If the connections below appear faulty, how can I configure correctly
for proxy port 8080?


Active Connections

Proto Local Address Foreign Address State PID
TCP xx.156.116.127:2777 xx.118.34.249:22 ESTABLISHED 1780
TCP 127.0.0.1:1027 0.0.0.0:0 LISTENING 432
TCP 127.0.0.1:2305 127.0.0.1:2306 ESTABLISHED 1880
TCP 127.0.0.1:2306 127.0.0.1:2305 ESTABLISHED 1880

no13
December 27th, 2004, 12:06 AM
try using
netstat -an
at the dos prompt...