代码搜索:socks4
找到约 20 项符合「socks4」的源代码
代码结果 20
www.eeworm.com/read/102552/15778474
htm subject_15407.htm
序号:15407 发表者:跳动的心 发表日期:2002-09-18 10:31:38
主题:有谁对<mark>socks4</mark>代理比较熟?请进来看
内容:我想写一个<mark>socks4</mark>代理程序,可是苦于不知道<mark>socks4</mark>和是以什么样的协议来传输数据的?我也不知该怎样说清楚。比如在受到不同的数据时,<mark>socks4</mark>会发什么样的数据(命令)给客户端?特别是在刚刚建立连接的时候??? ...
www.eeworm.com/read/430197/8762344
dfm unitsocks4.dfm
object Socks4: TSocks4
Left = 1273
Top = 448
Width = 176
Height = 126
Caption = 'Socks4 Server'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Fo
www.eeworm.com/read/462984/1540232
test702
#based off 19
HTTP
SOCKS4
connect to non-listen
FAILURE
# Server-side
# Client-side
socks4
www.eeworm.com/read/361182/2951353
cs socksver.cs
namespace Imps.Client.CommLayer.SocksSipConnection
{
using System;
internal enum SocksVer : byte
{
Socks4 = 4,
Socks5 = 5
}
}
www.eeworm.com/read/361182/2951360
cs socks4.cs
namespace Imps.Client.CommLayer.SocksSipConnection
{
using Imps.Client.Resource;
using System;
using System.Net.Sockets;
internal sealed class Socks4 : SocksBase
{
www.eeworm.com/read/361182/2951394
cs socks4proxydetectprocedure.cs
namespace Imps.Client.CommLayer.NetworkDetect
{
using Imps.Client.CommLayer.SocksSipConnection;
using System;
using System.Runtime.InteropServices;
internal sealed class Socks4
www.eeworm.com/read/439112/1808936
nasl socks.nasl
#
# This script was written by Michel Arboi
# GPL
#
# Socks4 protocol is described on
# http://www.socks.nec.com/protocol/socks4.protocol
# Socks4a extension is described on
#
www.eeworm.com/read/462984/1540089
test704
#based off 19
HTTP
SOCKS4
connect to non-listen
FAILURE
# Server-side
# Client-side
http
www.eeworm.com/read/439112/1808665
nasl socks4_loop_connect.nasl
#
# This script was written by Michel Arboi
www.eeworm.com/read/465668/1517398
svn-base ru.lang.svn-base
// Labels
// PROXY module strings
//#sijapp cond.if modules_PROXY is "true" #
"proxy" "Прокси"
"proxy_type" "Тип прокси"
"proxy_socks4" "Socks4"
"proxy_socks5" "Socks5"
"proxy_guess"