China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-08-03 20:26
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » Automatically switch foreign network IP applications - brush the points of woyaofacai.com View 2,205 Replies 5
Original Poster Posted 2007-03-17 20:44 ·  中国 北京 海淀区 联通
银牌会员
★★★★
[b]看你妹啊[/b]
Credits 1,488
Posts 1,357
Joined 2006-05-20 12:00
20-year member
UID 55770
Status Offline
Automatically switch external network IP applications -- brush points of woyaofacai.com

If you recommend others to pass your promotional link, you will get 10 points, and each IP gets 10 points. The following is my promotional link, ^_^:
http://www.woyaofacai.com/?User=%e4%be%9d%e5%b1%b1%e5%b1%85

Switch IP addresses automatically through scripts, and access your own promotional link by yourself, so that you can brush points.


Look at the code, the content of bat.bat:

prompt Running...
:yishanju
title Gateway is 192.168.1.1
netsh interface ip set address name="Local Area Connection" gateway=192.168.1.1 gwmetric=0
nc 192.168.1.2 80 <d2.txt
ping 127.0.0.1 -n 1>nul
nc 192.168.1.2 80 <l2.txt
nc www.woyaofacai.com 80 <duijian.txt
ping 127.0.0.1 >nul
title Gateway is 192.168.1.2
netsh interface ip set address name="Local Area Connection" gateway=192.168.1.2 gwmetric=0
nc 192.168.1.1 80 <d1.txt
ping 127.0.0.1 -n 1>nul
nc 192.168.1.1 80 <l1.txt
nc www.woyaofacai.com 80 <duijian.txt
ping 127.0.0.1 >nul
set /a a=%time:~0,2%
set /a b=8
if %a% geq %b% shutdown -s -f -t 100 & exit
goto yishanju



Our company has two ADSL, by switching the gateway, it can realize alternating access to the Internet through two ADSL, so that brushing is faster.
Floor 2 Posted 2007-03-17 20:47 ·  中国 北京 海淀区 联通
银牌会员
★★★★
[b]看你妹啊[/b]
Credits 1,488
Posts 1,357
Joined 2006-05-20 12:00
20-year member
UID 55770
Status Offline
The content of d1.txt:

GET /userRpm/StatusRpm.htm?Disconnect=断%20线&wan=1 HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
Referer: http://192.168.1.1/
Accept-Language: zh-cn
UA-CPU: x86
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; Maxthon; KuGooSoft; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Host: 192.168.1.1
Connection: Keep-Alive
Authorization: Basic YWRtaW46YWRtaW4=













Floor 3 Posted 2007-03-17 20:48 ·  中国 北京 海淀区 联通
银牌会员
★★★★
[b]看你妹啊[/b]
Credits 1,488
Posts 1,357
Joined 2006-05-20 12:00
20-year member
UID 55770
Status Offline
The content of l1.txt:

GET /userRpm/StatusRpm.htm?Connect=%E8%BF%9E%E6%8E%A5&wan=1 HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
Referer: http://192.168.1.1/
Accept-Language: zh-cn
UA-CPU: x86
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; Maxthon; KuGooSoft; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Host: 192.168.1.1
Connection: Keep-Alive
Authorization: Basic YWRtaW46YWRtaW4=






Floor 4 Posted 2007-03-17 20:49 ·  中国 北京 海淀区 联通
银牌会员
★★★★
[b]看你妹啊[/b]
Credits 1,488
Posts 1,357
Joined 2006-05-20 12:00
20-year member
UID 55770
Status Offline
The content of d2.txt:

GET /userRpm/StatusRpm.htm?Disconnect=Disconnect%20line HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
Referer: http://192.168.1.2/
Accept-Language: zh-cn
UA-CPU: x86
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; Maxthon; KuGooSoft; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Host: 192.168.1.2
Connection: Keep-Alive
Authorization: Basic YWRtaW46YWRtaW4=















Floor 5 Posted 2007-03-17 20:50 ·  中国 北京 海淀区 联通
银牌会员
★★★★
[b]看你妹啊[/b]
Credits 1,488
Posts 1,357
Joined 2006-05-20 12:00
20-year member
UID 55770
Status Offline
The content of l2.txt:

GET /userRpm/StatusRpm.htm?Connect=连接 HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
Referer: http://192.168.1.2/
Accept-Language: zh-cn
UA-CPU: x86
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; Maxthon; KuGooSoft; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Host: 192.168.1.2
Connection: Keep-Alive
Authorization: Basic YWRtaW46YWRtaW4=










Floor 6 Posted 2007-03-17 20:51 ·  中国 北京 海淀区 联通
银牌会员
★★★★
[b]看你妹啊[/b]
Credits 1,488
Posts 1,357
Joined 2006-05-20 12:00
20-year member
UID 55770
Status Offline
The contents of d1.txt, l1.txt, d2.txt, and l2.txt were captured using the Chinese - localized version of WinSock Expert v0[1].6 beta1.

The nc.exe and the Chinese - localized version of WinSock Expert v0[1].6 beta1 tool can be downloaded from various hacker websites. Since these two tools have been used by a large number of so - called hackers for a long time, it is inevitable that antivirus software will give alarms.
Forum Jump: