Tagged Questions

4
votes
5answers
460 views

How to build proxy gateway?

I have great IM that to work needs proxy of type (SOCKS4,SOCKS4A,SOCKS5), However my company is using Http Proxy. I would like to build my own proxy that will just forward data to my company's ...
1
vote
1answer
248 views

Why doesn't IE/Chrome on Windows support SOCKS5 proxies on port 27977?

I am working with a client who uses proxies on their Windows machines. They recently have come to me to solve the issue of why Interenet Explorer and Chrome refuse to use SOCKS5 proxies on port 27977. ...
1
vote
2answers
1k views

Create a SOCKS Proxy that does nothing special

I am trying to create a SOCKS proxy in C++ that runs as a background process on localhost. If the user's browser is configured to use the proxy, I want all HTTP requests to be passed along through ...
0
votes
1answer
15 views

authentication method when using socks4

I have a socks4 server that I use to proxy requests from different kinds of applications (http, ftp, etc..) to their destination. I know that socks4 does not define a way for applications to ...
0
votes
0answers
140 views

Bypass blocked ports behind proxy [closed]

I know this might sound a bit noobish, but I couldn't find a solution to it and decided to post here. The internet connection at my residence requires me to set up a proxy, i.e. have intra.res123.com ...
0
votes
4answers
114 views

Windows sockets problem!

I've started on a school project, and i got some problem when i started to program! This is my code (far from finish): WSADATA wsaData; WORD wVersionRequested = MAKEWORD( 2, 2 ); int err = ...
0
votes
1answer
53 views

Run a single application under sock4/5 in windows

Can i run a single application under sock4/5 in windows, without admin rights? maybe something like socksify but for socks5 in windows Thankx in advance