shimmer is a pair of small programs (a client and a server) to hide a valuable port (such as a hidden web server or SSH) on a public IP address. shimmer works by cryptographically changing a set of 16 ports (one of which forwards to the real service, and 15 others that lead to a trap to blacklist attackers). The 16 ports change every minute frustrating an attacker, but a legimitate user with access to a secret shared between the client and server can determine the real port, avoid blacklisting, and get a connection. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->lwhsu I'll take it.
lwhsu 2008-01-10 05:24:33 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/shimmer Makefile distinfo pkg-descr Log: Add shimmer 0.1.0, perl implementation that hides a valuable port on your server. PR: ports/119512 Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com> Revision Changes Path 1.931 +1 -0 ports/security/Makefile 1.1 +35 -0 ports/security/shimmer/Makefile (new) 1.1 +3 -0 ports/security/shimmer/distinfo (new) 1.1 +5 -0 ports/security/shimmer/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!