/* bannator.py: The 44 line Python Script That Blocks Brute Force Attacks (this script introduces you to programming!) */

A small Python script first written in 2010 to read auth.log, detect noisy IPs, and block them automatically. Today it works best as a practical exercise in scripting and log analysis.

August 13, 2025 · 6 min · Vincenzo Argese