Httpd protector is a simple tool to stop bruteforce attack on webserver 'admin' url.
httpdprotector
This project is aimed to stop (by using iptables) people that harass your CMS based website.
So if someone is trying to bruteforce access to wp-admin, AND, you have both knowledge of linux administration and you use a linux machine as host (with shell access and true root privilege), httprotector is the answer.
httpdprotector is writter in python, it uses scapy to sniff the dangerous strings and then it put a new DROP line in iptables based firewall (by using ipct).
For now you have to invoke (root user) from a screen (do you know and love scree yes ? ) terminal.
It doesn’t (yet) log anything nor delete after a time-out its own inserted rules.
SO:
It is released under GPL V2.
Enjoy.
To use:
If everything is going well no one will bruteforce anymore your site… Otherwiese yoyo (you’re on your own)…
bye .