码迷,mamicode.com
首页 > Web开发 > 详细

linux网关下drcom web自动登陆脚本

时间:2015-06-10 15:38:44      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:

/etc/init.d/drcomd:

1 #!/bin/sh
2 #
3 # The environment is cleared before executing this script
4 # so the path must be reset
5 #
6 PATH=/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin
7 export PATH
8 nohup drcomd > /dev/null 2>&1 &

 

/usr/local/sbin/drcomd:

1 #!/bin/sh
2 
3 while true; do
4     ping www.baidu.com -c1 > /dev/null 2>&1 || curl -d "DDDDD=xxx&upass=yyy&R1=0&R2=1&para=00&0MKKey=123456" http://a.b.c.d > /dev/null 2>&1
5     sleep 5
6 done

 

linux网关下drcom web自动登陆脚本

标签:

原文地址:http://www.cnblogs.com/esxgx/p/4566071.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!