Uli
Dec 10 2003, 02:24 AM
Martin posts a lot of socks proxies but how to know if they are socks 4 or 5 without testing em all again? Are they 4 or 5?
Andy
Dec 10 2003, 04:51 AM
might as well use a proxy checker. probably not all working anyways.
limbox
Dec 10 2003, 10:12 AM
if you google for proxy checker you will find some tools which will do this test automatically
akis
Dec 10 2003, 10:14 AM
or a lame method!you can try both of them and if it's a message like the firewall didn't understand or something like that it's not the socks you are trying!so test the other one
Axl
Dec 10 2003, 12:00 PM
hmmm...
ther muse be a way to chekc it out...
too bad i dont know it
Stephen79
Dec 10 2003, 12:20 PM
I use AA tools for checking my proxys for socks.
FTP proxys are very hard to find these days though
Zivleton
Dec 10 2003, 02:17 PM
Hrmmm.... Im wondering....
What is a sock?
(besides the one u put on your legs)
-Zivlet-
trunks
Dec 10 2003, 03:54 PM
they both are protocols... if you want more information you should check rfc #1928
http://www.ietf.org/rfc/rfc1928.txt
DaClueless
Mar 5 2004, 08:19 AM
| QUOTE (Uli @ Dec 10 2003, 02:24 AM) |
| Martin posts a lot of socks proxies but how to know if they are socks 4 or 5 without testing em all again? Are they 4 or 5? |
The only way to know what type a Sock it is, is by sending a packet with a command to the sock program and see what it says:
Sock 4:
inital Send Data part of the Packet: 0x04,0x01, Port, IP, 0x00
Sock 5:
inital Send Data part of the Packet: 0x05, 0x01, 0x00
If you send the wrong one, the proxy server will send an error packet back.