代理linux平台socks5代理(Socks5 proxy for Linux platform)

socks5代理  时间:2021-03-11  阅读:()

linux平台socks5代理Socks5 proxy for Linux platformA few days ago, MSN couldn't get up. I thought the company hadfirewall restrictions. So this time last year wrote a proxyprogram changed to change, use it out. It turned out that MSNwas because of Microsoft' s problems and despised ah. . . . . .Because the writing is more urgent, this only supports TCP agent,UDP I did not write, because MSN can not use. This code can bemodified and distributed at will, but you'd better give me one.This is the head file:

///////////////////////////////////////////////////////////

////////////////////////////////////////////////////

/ / Socks5 proxy header file defines the related data packetstructure

/ / version 0. 1, author Yun Shu

//January 9, 2007 at 1 : 15 in the morning, GF home for 11 days.In January 25, 2008 this year, GF/ changes, always beside me,haha

/ /

/ / reference:

/ / http://www.rfc-editor.org/rfc/rfc1928. txt

/ / http://www.rfc-editor.org/rfc/rfc1929. txt

///////////////////////////////////////////////////////////

////////////////////////////////////////////////////

#ifndef SOCKS5_H

#def ine SOCKS5_H

#def ine VERSION 0x05

#def ine CONNECT 0x01

#def ine IPV4 0x01

#define DOMAIN 0x03

#def ine IPV6 0x04

Typedef struct_method_select_response // negotiation methodof server response

{

Char version; / / server supported versions of Socks, 0x04 or0x05

Char select_method; / / server selection method, 0x00 foranonymous 0x02 password authentication

} METHOD_S ELECT_RES PONSE;

Typedef struct _method_select_request / / server requestconsultation method

{

Char version; / / client support version of 0x04 or 0x05Char number_methods; / / the number of client support methodChar methods[255] ; / / type methods supported by the client,up to 255, 0x00 anonymous 0x02 password authentication} METHOD_S ELECT_REQUES T;

Typedef struct_AUTH_RESPONSE//user password authenticationserver response

{

Char version; / / version, here is 0x01 constant

Char result; / / server authentication results, 0x00 issuccessful, others are failed

} AU TH_RES PON SE;

Typedef struct_AUTH_REQUEST/ /user password authenticationclient request

{

Char version; / / version, here is 0x01 constant

Char name_len; / / the third field name length, a byte, thelength is 0xff

Char name[255] ; / / username

Char pwd_len; / / the fourth field length, a byte, the lengthis 0xff

Char pwd[255] ; / / password

} AUTH_REQUES T;

Typedef struct_SOCKS5_RESPONSE/ / connect host, Socks proxyserver response

{

Char version; / / server supported versions of Socks, 0x04 or0x05

Char reply; //proxy server to connect to host the 0x00 successChar reserved; / / keep constant, 0x00

Char address_type; //Socks proxy server address binding type,IP V4 0x01, IP V6 0x04, the domain name is 0x03

Char address_port[1] ; // if address_type for the domain name,

where the first byte length for the domain name, followed bythe domain name itself, 0 characters at the end, after thedomain name for Socks proxy server port binding

}SOCKS5_RESPONSE;

Typedef struct _SOCKS5_REQUEST / / client request to connectto host

{

Char version;

/ / client support version of Socks, 0x04 or 0x05

Char CMD; //CONNECT cl ient command, 0x01, BIND 0x02, UDP 0x03,is 0x01

Char reserved; / / keep constant, 0x00

Char address_type; / / client requests the real host addresstype, IP V4 0x00, IP V6 0x04, char domain name is 0x03address_port[1] ; // if address_type for the domain name, herethe first byte length of the domain, followed by the domain nameitself, 0 characters at the end, the domain name after the realhost binding port

}SOCKS 5_REQUE ST;

#endif

Here comes the main program:

///////////////////////////////////////////////////////////

////////////////////////////////////////////////////

/ / Socks5 procedures, only support TCP proxy

/ / version 0. 1, author Yun Shu

//January 9, 2007 at 1 : 15 in the morning, GF home for 11 days.In January 25, 2008 this year, GF/ changes, always beside me,haha

/ /

/ / reference:

/ / http://www.rfc-editor.org/rfc/rfc1928. txt

/ / http://www.rfc-editor.org/rfc/rfc1929. txt

/ / compiler:

-o Socks5 -O2 Socks5.c -lpthread / GCC (RedHat AS5)

///////////////////////////////////////////////////////////

////////////////////////////////////////////////////

#include <stdio.h>

#include <netinet/in.h>#include <netdb.h>

#include <sys/time.h>#include <sys/types.h>#include <unistd.h>

#include <stdlib.h>

#include <signal.h>

#include <pthread.h>#include <errno.h>

#include <string.h>

#include <sys/socket.h>#include <arpa/inet.h>#include "Socks5.h""#define MAX_USER 10

#define BUFF_SIZE 1024

#def ine AUTH_CODE 0x02

#def ine TIME_OUT 6000000

#def ine USER_NAME "Yunshu""

#def ine PASS_WORD "ph4nt0m""

Auth method / / Select, return 0 if success, -1 if failedInt SelectMethod (int sock)

{

Char recv_buffer[BUFF_SIZE] = {0} ;

Char reply_buffer[2] = {0} ;

METHOD_SELECT_REQUEST *me tho d_reques t;

METHOD_SELECT_RESPONSE *method_response;

R ecv / / METHOD_SELECT_REQUE ST

Int, RET = recv (sock, recv_buffer, BUFF_SIZE, 0) ;

If (RET 0)

{

PERROR ("recv error") ;

Close (sock) ;

Return -1;

}

//printf (SelectMethod: , recv,%d, bytes\n, RET) ;

If client request a wrong version / or a wrong number_methodMethod_request = (METHOD_SELECT_REQUEST *) recv_buf fer;Method_response = (METHOD_SELECT_RESPONSE *) rep ly_buf fer;Method_response->version = VERSION;

Not Socks5 / / if

If ( (int) method_request->version = = VERSION)

{

Method_response->select_method = 0xff;

Send (sock, method_response, s i zeof (METHOD_SELECT_RESPONSE) ,

0) ;

Close (sock) ;

Return -1;

百纵科技,美国独立服务器 E52670*1 32G 50M 200G防御 899元/月

百纵科技:美国高防服务器,洛杉矶C3机房 独家接入zenlayer清洗 带金盾硬防,CPU全系列E52670、E52680v3 DDR4内存 三星固态盘阵列!带宽接入了cn2/bgp线路,速度快,无需备案,非常适合国内外用户群体的外贸、搭建网站等用途。C3机房,双程CN2线路,默认200G高防,3+1(高防IP),不限流量,季付送带宽美国洛杉矶C3机房套餐处理器内存硬盘IP数带宽线路防御价格/月套...

MOACK:韩国服务器/双E5-2450L/8GB内存/1T硬盘/10M不限流量,$59.00/月

Moack怎么样?Moack(蘑菇主机)是一家成立于2016年的商家,据说是国人和韩国合资开办的主机商家,目前主要销售独立服务器,机房位于韩国MOACK机房,网络接入了kt/lg/kinx三条线路,目前到中国大陆的速度非常好,国内Ping值平均在45MS左右,而且商家的套餐比较便宜,针对国人有很多活动。不过目前如果购买机器如需现场处理,由于COVID-19越来越严重,MOACK办公楼里的人也被感染...

趣米云月付460元,香港CN2云服务器VPS月付低至18元

趣米云早期为做技术起家,为3家IDC提供技术服务2年多,目前商家在售的服务有香港vps、香港独立服务器、香港站群服务器等,线路方面都是目前最优质的CN2,直连大陆,延时非常低,适合做站,目前商家正在做七月优惠活动,VPS低至18元,价格算是比较便宜的了。趣米云vps优惠套餐:KVM虚拟架构,香港沙田机房,线路采用三网(电信,联通,移动)回程电信cn2、cn2 gia优质网络,延迟低,速度快。自行封...

socks5代理为你推荐
futureshop在加拿大买电脑的注意事项是什么?酒店回应名媛拼单名媛一天到晚都做什么?硬盘的工作原理硬盘的工作原理?是怎样存取数据的?百度商城百度商城里抽奖全是假的杰景新特谁给我一个李尔王中的葛罗斯特这个人物的分析?急 ....先谢谢了同一ip网站如何用不同的IP同时登陆一个网站抓站工具仿站必备软件有哪些工具?最好好用的仿站工具是那个几个?机器蜘蛛有谁知道猎人的机械蜘蛛在哪捉的www.147qqqcom求女人能满足我的…朴容熙给我介绍几个韩国 ulzzang 最好是像柳惠珠那样的 不要出道的...
域名抢注 黑龙江域名注册 cpanel主机 52测评网 双十一秒杀 速度云 免费全能主机 绍兴电信 国外ip加速器 双12 vul 杭州电信宽带优惠 中国联通宽带测试 SmartAXMT800 镇江高防服务器 htaccess 赵蓉 stealthy 魔兽世界服务器维护 视频监控服务器 更多