|
-
Apr 3rd, 2006, 04:50 AM
#1
Thread Starter
New Member
[Resolved] Connect through a other program, using winsock?
I need a server program that can liste for a connection though "internet explorer". And then a client will connect to the server and send some data back and forth. I need it to sneak by the firewall and get access to internet.
And "internet explorer" has default access to the internet.
"I need to connect through a program like "internet explorer" when I connect to a client whit winsock. I need to sneak by the firewall and get access to internet. I'm allmost shure this is possible, because when you compile a program in vb6 it can connect whitout being detected. "
Re writen...
Thanks in advance.
Last edited by wronex; Apr 5th, 2006 at 08:55 AM.
-
Apr 3rd, 2006, 06:39 AM
#2
Re: Connect through a other program, using winsock?
what is the contraints of the firewall? does it just block port 80 so people cant access web pages?
is the goal to get internet access through internet explorer? what do you mean it can connect, connect to what? or does your app listen for IE to connect?
-
Apr 3rd, 2006, 08:53 AM
#3
Thread Starter
New Member
Re: Connect through a other program, using winsock?
 Originally Posted by the182guy
what is the contraints of the firewall? does it just block port 80 so people cant access web pages?
is the goal to get internet access through internet explorer? what do you mean it can connect, connect to what? or does your app listen for IE to connect?
Ohh...sorry.
I want my server program (on my computer) to listen for a connection throug "internet explorer", and then the client (on a remote computer) will connect to the server. And then send data back and forth.
I want it to use "internet explorer" as some sort of way out throug the firewall. Because the firewall will complane if it detects the connection.
It would be nice if the port could be 80, 21, 23 or annything that the most routher dosnt block default.
-
Apr 3rd, 2006, 10:37 AM
#4
Re: Connect through a other program, using winsock?
what sort of data do you want to transfer back and forth, web pages?
you could do this if you can change the internet explorer settings on the remote computer, as you will need to set IE to use a proxy which will be your computer. At my university, they blocked access to REGEDIT which is the program from windows that allows you to edit the registry, but I can modify the registry via my compiled vb app, so if you cant change the setting for the remote IE, you could try doing it through VB in the registry
-
Apr 3rd, 2006, 12:27 PM
#5
Thread Starter
New Member
Re: Connect through a other program, using winsock?
I'd like to send images and zip, exe maybe. And strings. If its possible.
I need some thing like this:
client.exe ---> #internet# ---> internet explorer ---> server.exe
server.exe ---> internet explorer ---> #internet# ---> client.exe
-
Apr 3rd, 2006, 04:52 PM
#6
Re: Connect through a other program, using winsock?
it would be much much sooooooo much easier if you can run your vb app on the remote host so it would work like this...
home pc listening
|
|
# internet #
|
|
nework firewall
|
remote host
the question is, can you run a exe on the remote host? And will the firewall allow the exe to connect through port 80.
the fw should allow it to connect because it will think its a web page HTTP request. Unless the admin has only allowed IE to have internet access.
-
Apr 4th, 2006, 07:58 AM
#7
Thread Starter
New Member
Re: Connect through a other program, using winsock?
Yes, port 80 worked. Thanks the182guy!
-
Apr 4th, 2006, 01:33 PM
#8
Re: Connect through a other program, using winsock?
so is this resolved now?
-
Apr 4th, 2006, 02:44 PM
#9
Thread Starter
New Member
Re: Connect through a other program, using winsock?
-
Apr 4th, 2006, 07:29 PM
#10
Re: Connect through a other program, using winsock?
the182guy is hinting you should mark this thread [Resolved]
TPM
Add yourself to the VBForums Frappr Map!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|