h0tw1r3 / pam_shield

A PAM module to automatically block IP addresses which try brute-force password guessing.
GNU General Public License v2.0
5 stars 3 forks source link

pam_shield

Copyright (C) 2007-2024 Walter de Jong walter@heiho.net Jonathan Niehof jtniehof@gmail.com Jeffrey Clark h0tw1r3@gmail.com

pam_shield COMES WITH NO WARRANTY. pam_shield IS FREE SOFTWARE. pam_shield is distributed under terms described in the GNU General Public License.

See the INSTALL file for information on how to install pam_shield.

pam_shield is a PAM module that uses iptables or null-routing to lock out script kiddies that probe your computer for open logins and/or easy guessable passwords. pam_shield is meant as an aid to protect public computers on the open internet.

Everybody knows it is unwise to leave computers largely unprotected connected to the internet. However, there are cases in which this is still common practice. For exampe, academic sites with hundreds of users often have a policy of allowing logins from over the world. They are under constant attack by "kiddies" trying to break in to the system by password guessing. pam_shield aims to detect and block these "kiddies".

(Not So) Random Remarks

See Also

History

2007 Walter de Jong created pam_shield. 2010 Walter and Jonathan Niehof started co-maintaining. 2012 Jonathan became the primary maintainer. 2022 Jeffrey Clark became the primary maintainer.