SaoML流控循环拦截

echo 'set num=0
while true
do
    let "num=num+1"
    echo "循环 $num 次"
    iptables -A FORWARD -p tcp -m tcp --dport 17500 -j DROP
    sleep 10
    iptables -D FORWARD -p tcp -m tcp --dport 17500 -j DROP
    sleep 25
done' > shell.sh && bash shell.sh &

执行后将会再root目录下生成一个脚本,并再后台运行,无限循环

© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容