Loading... ### 1.创建如下脚本,记得给执行权限 ``` #!/bin/bash #防爆破 lastb -s $(date "+%Y-%m-%d") | egrep -v "$(grep "sshd" /etc/hosts.deny | awk -F ':' '{print $2}')" | grep "ssh:" | awk -F 'ssh:' '{print $2}' | awk '{print $2}' | sort | uniq -c | sort -n | awk '{if ($1 > 30) print "sshd:"$2":deny"}' | xargs -I {} echo "{}" >> /etc/hosts.deny #SSH在线提醒 who | awk -F "[)(]" '{printf $2","}' | xargs -I {} curl "http://iyuu.cn/******(这里填iyuu.cn申请到的token).send?text=主机【$(hostname)】SSH在线提醒:{}&desp=主机【$(hostname)】SSH在线提醒:{}" ``` ### 2.把脚本加到定时任务里,每分钟执行一次就行了 ``` */1 * * * * /root/protect_ssh.sh ``` 最后修改:2022 年 10 月 07 日 03 : 53 PM © 允许规范转载 赞赏 要多恰饭才能长胖 赞赏作者 支付宝微信