|
-
Mar 31st, 2006, 01:50 AM
#1
Thread Starter
New Member
Socks proxy client
Hi,
I am working on a new project and was wondering if anyone can point me to some good resources for creating a socks proxy client.
I need to create a client that will transparently direct all tcp / internet traffic to a specified socks proxy server.
I have found a few all ready made ones but I just need something very simple. Which it may not be the easies thing to make.
If anyone has any suggestions on where I can start I would really appreciate it.
Thanks
-
Mar 31st, 2006, 02:29 AM
#2
New Member
Re: Socks proxy client
Hi,
i think i have the same problem
this is the code that i found but it dus not know the id winsock
OBJECT language=vb id=WinSock
style="Z-INDEX: 103; LEFT: 80px; POSITION: absolute; TOP: 168px"
classid=clsid:248DD896-BB45-11CF-9ABC-0080C7E7B78D name=tel VIEWASTEXT>
<PARAM NAME="_ExtentX" VALUE="741">
<PARAM NAME="_ExtentY" VALUE="741">
<PARAM NAME="_Version" VALUE="393216">
<PARAM NAME="Protocol" VALUE="0">
<PARAM NAME="RemoteHost" VALUE="xxx.xxx.xxx.xxx">
<PARAM NAME="RemotePort" VALUE="1000">
<PARAM NAME="LocalPort" VALUE="0">
</OBJECT>
<script type="text/JavaScript">
function connect()
{ WinSock.close()
WinSock.RemotePort="1000"
WinSock.RemoteHost="xxx.xxx.xxx.xxx"
WinSock.Connect()
}
</script>
<form>
<input type=button value="connection" onclick="connect()">
</form>
-
Mar 31st, 2006, 02:47 AM
#3
Hyperactive Member
Re: Socks proxy client
http://pscode.com/vb/scripts/ShowCod...1821&lngWId=10 that might help you, or at least show you how to connect to a proxy server.
-
Mar 31st, 2006, 11:35 AM
#4
Thread Starter
New Member
Re: Socks proxy client
Okay thanks I will check it out.
I am not sure if that is what I am looking for though. I want to connect to a socks proxy. Which to my knowledge is different than a normal proxy server. How so I am not 100% sure.
Also I am creating an windows application somthing that can sit down in the bottom right corner while its running.
Also I forgot to mention I am using vb.net 2005
Thanks
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
|