Calling all Winsock/Proxy Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to reach my static IP at home where I have a Chat server setup.
Naturally, this is a no-no with my IT team.
Are there any Winsock/Proxy Gurus out there that can enlighten me?
Calling all Winsock/Proxy Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to rea
Calling all Winsock Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to reach
For Winsock Gurus ... -
It's the same old problem, interacting with the outer world using winsock, through a proxy server.
I searched for threads on this, so far the results are negative. So I have posted this thread.
And if I get a single reply that says there is a proxy property in the Winsock cont
Winsock secondary connection thru proxy -
I'm using VB6 and the winsock control. I know how to connect to a proxy and retreive web pages thru this proxy, but what if I wanted to connect to a secondary proxy(thru the first), then tunnel information thru both of those proxies?
Like I said, I can get the first proxy to connect
Using winsock with HTTP Proxy -
How do I connect to a server through a Web Proxy (ex: Squid) using a winsock??
Basically what I want to is:
me >> proxy >> server
Im familiar with winsocks and I already coded most of my app, but I would like to add proxy support...
I know I have to connect to t
NTLM Proxy Authorization -
Hi to all,
I'm newbie in VB, and recently i played a lot with WinSock of VB6.
I have built up a small proxy server in VB, using only Winsock Routines , and seems to work fine from Home.
I want my small proxy to work in my business PC but there is a bloody proxy server accepting
winsock though a proxy -
ok at work they took away my way to use aim, so I was going to make a program the ran off of my server at home. I could run it off port 80 no problem, but it's the proxy at work, I know port 80 and 21 can get out of the proxy, but how can i tell winsock to use the proxy script that is
Winsock Through Proxy (again...) -
I've searched through the forums for an answer to this and all of the posts that ask my question have 0 replies, go figure.
Is it possible to use Winsock when you are behind a proxy server? I'm not using http or any known protocol, just sending data. does the proxy server have to
Proxy and Winsock -
Question, I am making an internet program.
Using Winsock.
And I need to know how to set it up to allow PROXY Servers.
And exactally get it to work with a proxy server.
I have a theory on how to do it.
But i need someone to tell me how to do it , since I want it to actually
Winsock Proxy -
The person I am designing my VB app for is using proxy to access the Internet. How does this work on reprogramming my winsock control, which is currently using port 5000?
If they have to use a password to access the internet through the proxy will this make a difference, and if so,
winsock with proxy -
if i wanted to connect a computer with ip say 168.192.0.5 to the server on the network which happened to be a proxy using winsock - do i have to do anything special or will it do all that automatically?
winsock through proxy -
yeah, how do i get it to connect through a proxy?
i need the DNS (name to IP) and the WHOIS stuff, but i need to get through the companys proxy server.
help?
thanks,
nabeel
Creating a useable SOCKS4/5 Proxy -
Hey there,
I am currently creating an IRC bouncer for windows. I have my client program set up to connect to a proxy server to connect to an IRC server.
What I want to do is create my OWN proxy server using vb6 and winsock... and plop it on one of my dedicated boxes to use an IRC
Using winsock through proxy. -
Hi guys.
Can somebody please help me with implementing winsock connection through proxy server?
It is possible?
Thank a lot.
Regards,
Victor.
Does anyone have an example of how to send a POST request with winsock and a proxy -
I know how GET works with winsock and a proxy, but how can you use a proxy and use POST?
anyone have an example?
Proxy and winsock. -
Hi,
I am on a proxy server and have had problems with trying to download pages with winsock before, and have always had to use microsoft internet transfer control, but there are a couple of problems with that and the main one is it can't handle much data so if I use it to download .
Set Up A Proxy -
How would I go about setting up a proxy for a different program? I would like to create a program where you can select the program to use the proxy.. and then hit a button and it will load the program with the proxy. Would I use winsock? How would this be accomplished? Thanks for a
Connect to a service thru a proxy with winsock -
Hello,
I've figured out the packets for MSN Messenger and AIM recently so in my quest to put together my own client, I'd like to give support to use proxies. Now I've seen other winsock with proxy examples on here but they are all for like downloading web pages and such. I'm want
winsock and proxy -
How do you setup a winsock control to go through a Proxy server??
winsoc socks4 proxy -
I've connected a winsock using http proxy before by opeing the socket on the proxy ip/port then doing;
winsock.senddata "CONNECT blah blah HTTP/1.0 whatevrr..."
How do I do it with SOCKS4 though? Anyone have any idea?
Thanks in advance.
Winsock can't connect -
He everyone,
I use winsock, to do a WhoIs only I can't connect...
I use a proxy server is this the problem?
How can I make my program proxy capable or can't you do that....
Grtz,
Bloged
A question about winsock. -
I am studying about proxy, but I don't know about it at all. Now I want to write a program which uses a winsock object. Where do I have to begin?
Moreover, I want to write a small proxy application to study. Please help me.
Thanks.
Proxie/Socks5 Connections Through Winsock -
Hi all im wanting to use proxies/socks5 with winsock. i've seen plenty of examples on extracting html page. but thats not what i want to do, i want to be able to connect to a proxy or a socks5 proxy and send data to a server.
Thanks in advance
Proxy Attackz -
im making a web browser and i want the user to be able to use any proxy server they want.
i have all the variables set up, ProxyServer and ProxyPort - determined by 2 text boxes, and the WebBroser thing
how do i get the webbrowser to use the proxy and port in the two variable.
Winsock WSPClient Programming -
Good day!
I have developed this client using Winsock that logs on to a source FTP and downloads a file. Then it connects to target FTP, uploads and all works just fine.
Problem is: My boss now tells me that the sourceFTP cannot be accessed through Winsock Proxy Client enabled.
Winsock and a Proxy -
Is it possible to configure winsock to use a proxy?
help --- running client winsock program from proxy. -
I am making a scorecard program using winsock.There is a client socket and a server socket. So how will i run the Client socket using proxy connection.I want it to support HTTP proxy, socks 4 & socks 5. Can anyone please help me. Can anyone please send me the code if possible or an
Slight problem. -
ok I have a slight problem I am trying to use winsock instead of inet control to download files like gifs, zip, exe's. Now this is how I used to download a gif, small zip or small exe with inet control.
Dim Gif() As Byte
Gif() = Inet1.OpenURL("http://www.whatever.com
want to access web through proxy -
Ive made myself a web browser, and would like to make it access the internet through a proxy. I do not have a proxy server, but do have the address of a fixed proxy server. Ive heard something about winsock and inet, but i dont know which to use, and even how to use them. Please help m
Proxy using winSockControl -
How do I specify a Proxy server using a WinSock Control in VB?
Winsock on a Proxy Environment -
anyone know how to program winsock on a proxy server environment?
thanks
rod
Proxy checking.. -
how to determine if the proxy server
is http proxy or sock4 proxy or socks5 proxy?
how to use the proxyJudge?
Winsock Control over internet -
Hello everybody
i want to connect to web server using winsock control.is this possible.also if my client is connecting through proxy server then how can winsock connect through proxy server.plz help
parth
winsock: how would I do this *resolved* -
What I am trying to do is more or less create a proxy... or a middle man between an internet based app and its server, eventally to log and react to various packet situations automatically ... similar to a macro.
All I really need answered is how to set up a few winsock objects to p
Winsock proxy server -
Hi guys,
I have a Visual Basic 6.0 proxy server that uses winsock that I downloaded from here http://www.Planet-Source-Code.com/vb...11700&lngWId=1
and basicly what I need is the computer name of the computers ussing the proxy. for example I want to be able to do comp
Winsock Proxy Relay -
How would I connect to a proxy, then from there connect to another server in which I would send data to. I need the end server to log the proxy ip not the originating ip.
winsock packet -
Hello , i have a question about visual basic 6 , i´ve written a programm wich makes a mmorpg connects through it , as like a proxy. But i want it to display the packets as like winsock packet sniffer or editor do ( google: "winsock packet editor" ) .
Can any1 tell me how i
Connection using WinSock via proxy -
Hi all!
How can I establish connecton using WinSock Control via proxy server (proxy's IP is knows)?
Thanks.
-Zigmar
P.S. I've created OCX that implements client-server communication using WinSock Control. There is a multi-user chat as example of using my OCX. All source codes are i
Winsock and Sniffing -
This question may be a little too low-level to be winsock specific but anyways...
If I have a winsock app running on my machine listening on port X, and on the same machine I open a telnet session to connect to port X - would this still broadcast the packets over a network or would
Using winsock to connect though Proxie/Socks5 -
Hi everyone I have looked all over the net and can't find a simple way of doing this apart from when connecting to a web server, I AM NOT CONNECTING TO A WEB SERVER, just to be clear.
The map
*******************************************
Client Application >
Proxy Server Wit