Shell to prevent brute force cracking

Source: Internet
Author: User

In order to prevent the server from being subjected to SSH brute force hack, will attempt ssh brute force hack this machine more than 10 times of IP to seal off, prohibit its landing this machine!


#!/bin/bash

Cat/var/log/secure |awk '/failed/{print $ (NF-10)} ' | Sort |uniq-c| | awk ' {print $ ' = ' $ $; ' >/home/test.list

For i in ' cat/home/test.list '

Do

Ip= ' echo $i |awk-f "=" ' {print '} '

N= ' echo $i |awk-f "=" ' {print $} '

If [${n}-GT 10]; Then

A= ' grep $IP/etc/hosts.deny '

If [-Z $a]; then

echo "sshd: $IP:d eny" >>/etc/hosts.deny

Fi

Fi

Done




This article is from the "Practical Linux knowledge and Skills sharing" blog, please be sure to keep this source http://superleedo.blog.51cto.com/12164670/1892200

Shell to prevent brute force cracking

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.