FreshPorts -- The Place For Ports Tue, 9 Feb 2010 7:20 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
denyhosts 2.6_3 security on this many watch lists=27 search for ports that depend on this port
Script to thwart ssh attacks
Maintained by: janos.mohacsi@bsd.hu search for ports maintained by this maintainer
Port Added: 11 Nov 2005 06:46:55


DenyHosts is a script intended to be run by *ix system administrators to 
help thwart ssh server attacks.

If you've ever looked at your ssh log (/var/log/auth.log ) you may be alarmed 
to see how many hackers attempted to gain access to your server. 
Denyhosts helps you:
- Parses /var/log/auth.log to find all login attempts
- Can be run from the command line, cron or as a daemon (new in 0.9)
- Records all failed login attempts for the user and offending host
- For each host that exceeds a threshold count, records the evil host
- Keeps track of each non-existent user (eg. sdada) when a login attempt failed.
- Keeps track of each existing user (eg. root) when a login attempt failed.
- Keeps track of each offending host (hosts can be purged )
- Keeps track of suspicious logins 
- Keeps track of the file offset, so that you can reparse the same file
- When the log file is rotated, the script will detect it 
- Appends /etc/hosts.allow
- Optionally sends an email of newly banned hosts and suspicious logins.
- Resolves IP addresses to hostnames, if you want

WWW:	http://denyhosts.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/python26
Required To Run: lang/python26

To install the port: cd /usr/ports/security/denyhosts/ && make install clean
To add the package: pkg_add -r denyhosts


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://sunet.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://iweb.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://switch.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://surfnet.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://kent.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://freefr.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://voxel.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://jaist.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://osdn.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://nchc.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://transact.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://softlayer.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://internode.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://biznetnetworks.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
http://ufpr.dl.sourceforge.net/project/denyhosts/denyhosts/2.6/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
01 Feb 2010 17:43:23
Original commit files touched by this commit  2.6_3
pgollucci search for other commits by this committer
- Fix command_interpreter in the rc.d script

PR:             ports/143053
Submitted by:   Frank Wall <fw@moov.de>
Tweaked by:     Janos Mohacsi <mohacsi@niif.hu> (maintainer)
Corrected by:   pgollucci (myself)
22 Aug 2009 01:35:32
Original commit files touched by this commit  2.6_2
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
27 Nov 2008 02:46:41
Original commit files touched by this commit  2.6_2
wxs search for other commits by this committer
- Add a patch to correct the location of nologin.
- Bump PORTREVISION.

PR:             ports/129186
Submitted by:   Till Klampaeckel <till@php.net>
Approved by:    maintainer
30 Jul 2007 10:42:28
Original commit files touched by this commit  2.6_1
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
29 Jun 2007 13:11:11
Original commit files touched by this commit  2.6_1
miwi search for other commits by this committer
- Update message file to display rc.conf
- Use SUB_FILES

PR:             113944
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
23 Jun 2007 07:35:16
Original commit files touched by this commit  2.6_1
rafan search for other commits by this committer
- Fix a DoS issue

PR:             ports/113942
Security:       http://www.ossec.net/en/attacking-loganalysis.html#denyhosts
Submitted by:   David Bestor <freebsd1 at indenial.com>
Approved by:    Janos Mohacsi <mohacsi at niif.hu> (maintainer)
30 Dec 2006 17:20:46
Original commit files touched by this commit  2.6
miwi search for other commits by this committer
- Update to 2.6

PR:             ports/107326
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
23 Nov 2006 06:43:34
Original commit files touched by this commit  2.5_1
clsung search for other commits by this committer
- Move patch from pre-configure to post-patch.
- Use denyhost.conf (FreeBSD's default config file) instead of denyhost.cfg.
- Bump PORTREVISION.

PR:             ports/105305
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by:    maintainer (Mohacsi Janos)
07 Oct 2006 18:03:40
Original commit files touched by this commit  2.5
shaun search for other commits by this committer
Add a note to pkg-message warning users about potential problems
relating to default syslogd(8) behavior.

PR:             ports/102605
Submitted by:   Jeremie Le Hen <jeremie@le-hen.org>
Approved by:    maintainer timeout (5 weeks)
30 Jun 2006 18:13:22
Original commit files touched by this commit  2.5
garga search for other commits by this committer
- Update to 2.5
  * ADMIN_EMAIL pref can now contain multiple email addresses delimited by a
    comma (white space is optional). eg. foo@bar.com, bar@foo.com,
    foobar@foo.com
  * fixed bug in denyfileutil: 'timestamp' is now initialized properly
  * daemon-control-dist: modified to work w/ non-default python versions.  You
    must change the PYTHON_BIN and #!/bin/env/python references if appropriate.
  * added a debug message when loading allowed-hosts fails.
  * fixed bug when reporting suspicious login activity.

PR:             ports/99636
Submitted by:   maintainer
20 May 2006 00:47:45
Original commit files touched by this commit  2.4.b
mnag search for other commits by this committer
- Update to 2.4b
- Add new rc.d script

PR:             96824
Submitted by:   Rui Lopes <rgl___ruilopes.com>
Approved by:    maintainer timeout (14 days)
13 May 2006 05:15:53
Original commit files touched by this commit  2.2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
31 Mar 2006 04:43:05
Original commit files touched by this commit  2.2
ijliao search for other commits by this committer
upgrade to 2.2

PR:             95044
Submitted by:   maintainer
11 Nov 2005 06:45:58
Original commit files touched by this commit  1.1.2
vanilla search for other commits by this committer
Add denyhosts 1.1.2, script to thwart ssh attacks.

PR:             ports/88781
Submitted by:   Janos Mohacsi <janos.mohacsi.at.bsd.hu>

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 7
new 48 hours9
new 7 days29
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.169 seconds.