Quoting KenCorey <[email protected]>: > I thought it might be fun to identify which IP the requests were > coming from, and just ban that IP for a while. Not permanently, but > an increasingly longer period of time per infraction.
I use fail2ban. This program reads different log files, such as apache and ssh formats and blocks IPs after failed logins for a while using ipfilter. This means, to make it work, you would have to create a logfile with a format compatible to fail2ban. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
