Press enter or click to view image in full size
This time, I wanted to simulate the implementation of one of the most common SSH protection mechanisms: Fail2Ban.
I briefly mentioned Fail2Ban in one of my previous articles [ACCESS IT], but I don’t like stopping at theory. I prefer seeing things in action. So instead of just talking about it, let’s put it to the test.
For this experiment, I did not use the same lab environment as my penetration testing setup [ACCESS IT]. Instead, I built a simple Ubuntu Server environment and used my own computer as the attacker.
Press enter or click to view image in full size
To make administration easier, I accessed the server through SSH. At this point, the server did not have Fail2Ban installed or configured.
To make this article more interesting, I created a small tool to support the demonstration. In short, this tool…