注明:这是搬砖的。别说我没说啊!!!!
浙江联通,用了两天的超低跳模式,几乎不跳,写过最低的模式,可就和谐了,现在成低跳了,MLGB
翻了很多大佬记录,发现这些也都是大佬们的套路,只是未和谐而已,
某些地区完全ps空首是无法联网的,比如浙江,但它的本地网关又有些特殊,这样的空首可以联网,关键在首头空后有:// 它才会找真H联网!
"CONNECT /:// [V]\r\nHost:[H]\r\n" 但直接用就是低跳-中跳
于是弄了个首头双首,把://完全伪装了,
"CONNECT / [V] GET http://伪装/ [V]\r\n"这样就超级低跳,可惜现在和谐了,跳点同上差不多了!
具体模式如下:
#接入点: 3gwap
#代理: 留空
listen_port=65080;
daemon=on;
uid=3004;
mode=wap;
worker_proc=0;
http_ip=10.0.0.172;
http_port=80;
http_del="Host,X-Online-Host";
http_first="[M] http://iread.wo.com.cn' target='_blank'>http://iread.wo.com.cn[U] [V]\r\nHost: iread.wo.com.cn\r\n?\rX-Online-Host : [H]\r\n";
https_connect=on;
https_ip=10.0.0.172;
https_port=80;
https_del="Host,X-Online-Host";
https_first="CONNECT / HTTP/1.0\t\tGET http://iread.wo.com.cn' target='_blank'>http://iread.wo.com.cn HTTP/1.1\r\n?\rhost:[H]\r\nHost: iread.wo.com.cn\r\n";
dns_tcp=http;
dns_listen_port=65053;
dns_url="119.29.29.29";
其他联网低跳规则:
1: 完全干扰首行 我目前就用这个了,
"CONNECTDFGHH /:// \r\nGET http://iread.wo.com.cn' target='_blank'>http://iread.wo.com.cn/ HTTP/1.1\r\nHost:[H]\r\n"
2: 首行没有HTTP/1.1 读取第二行完整首头
"CONNECT /://\r\nGET http://iread.wo.com.cn' target='_blank'>http://iread.wo.com.cn/ HTTP/1.1\r\nHost:[H]\r\n"
3: 同2,首头不完整
"CONNECT [H]\r\nGET http://iread.wo.com.cn' target='_blank'>http://iread.wo.com.cn/ HTTP/1.1\r\nHost:[H]\r\n"
4. 首头读取GET
"CONNECT [H]/GET iread.wo.com.cn/:// [V]\r\nHost:[H]\r\n"
5. 首头干扰 同1差不多
"CONNECTGET iread.wo.com.cn/:// [V]\r\nHost:[H]\r\n"
没辙了,全是低跳!!!