Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 1 match
- Thu Jan 19, 2017 2:15 am
- Forum: 3rd Party Software
- Topic: [BASH SCRIPT] Ban list for ssh brute force attack
- Replies: 4
- Views: 8853
[BASH SCRIPT] Ban list for ssh brute force attack
SSH brute force attack can be annoying. Here is the list of ip that doing SSH brute force attack to my server.
Usage:
1) copy following code
2) save it as ban.sh
3) sh ban.sh
you are welcome to add your list of IP and post here, so that it benefits other
#!/bin/bash
NL=$'\n'
echo -n "${NL ...
Usage:
1) copy following code
2) save it as ban.sh
3) sh ban.sh
you are welcome to add your list of IP and post here, so that it benefits other
#!/bin/bash
NL=$'\n'
echo -n "${NL ...