设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
社区中心 —— LinuxSir.cn
›
LinuxSir 论坛管理
›
LinuxSir 论坛临时存放区
›
一个简单的bash+wget代 理搜索器
返回列表
查看:
643
|
回复:
0
一个简单的bash+wget代 理搜索器
[复制链接]
kingbo
kingbo
当前离线
积分
431
IP卡
狗仔卡
发表于 2010-7-18 10:13:31
|
显示全部楼层
|
阅读模式
#/bin/sh
ipfile="ip.txt"
lastipfile="lastip.txt"
port=(808 1080 3128 8080)
web="www.baidu.com"
timeout=3
timetry=1
if [ -z $1 ];then
ip[0]=`cat $lastipfile`
else
ip[0]=$1
fi
tip=${ip[0]}
for (( i=1;i<=4;i++ ));do
ip
=${tip/*.}
tip=${tip%.*}
done
echo Enter q/Q for exit
while read -t 1 -n 1 q;
[ "$q" != "q" ] || [ "$q" != "Q" ];do
echo ${ip[0]} > $lastipfile
ping -q -c 1 ${ip[0]}>/dev/null
if [ $? -ne 0 ];then
echo ${ip[0]} is poweroff
else
i=0
while [ -n "${port
}" ];do
export http_proxy=${ip[0]}
{port
}
echo $http_proxy
wget -q -t $timetry -T $timeout -w $timeout $web
if [ $? -eq 0 ];then
echo find $ip
{port
}
echo $ip
{port
} >> $ipfile
fi
i=$[i+1]
done
fi
for (( i=1;i<=4;i++ ));do
tip=${ip
}
ip
=$[tip+1]
if [ ${ip
} -lt 255 ];then
break
fi
ip
=1
if [ $i -eq 5 ];then
echo finished search
exit
fi
done
ip[0]=${ip[4]}.${ip[3]}.${ip[2]}.${ip[1]}
done
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表