Download List

專案描述

sshutout is a daemon that periodically monitors
log files, looking for multiple failed login
attempts via the Secure Shell daemon. The daemon
is meant to mitigate what are commonly known as
"dictionary attacks," i.e. scripted brute force
attacks that use lists of user IDs and passwords
to effect unauthorized intrusions. The sshutout
daemon blunts such attacks by creating firewall
rules to block individual offenders from accessing
the system. These rules are created when an attack
signature is detected, and after a configurable
expiry interval has elapsed, the rules are
deleted.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-12-07 04:13
1.0.6

This release fixes improper calls to open(). It increases the size of the line buffer used to read the configuration file. This allows for longer whitelists. It detects "UNKNOWN USER" signatures.
標籤: Stable, Minor bugfixes, Minor feature enhancements

2007-12-31 04:54
1.0.5

This release fixes "Invalid User" detection (again). It fixes a segfault when parsing the config file with an alternate output log file name.
標籤: Major bugfixes

2007-11-15 02:19
1.0.4

The -u option is sensitive to "Invalid user" attempts as well as "Illegal user" attempts.
標籤: Minor bugfixes

2006-06-29 19:15
1.0.3

This release adds the -u command line option to enable blocking of "Illegal user" login attempts. This option is also configurable via the configuration file.
標籤: Minor feature enhancements

2006-06-19 20:10
1.0.2

A fix to get the actual default route as opposed to the first gateway encountered in the routing table. An option to disable/enable automatic whitelisting of default gateway and name servers.
標籤: Minor bugfixes

Project Resources