Bug 119512 - [NEW PORT] security/shimmer
Summary: [NEW PORT] security/shimmer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 01:10 UTC by Felippe de Meirelles Motta
Modified: 2008-01-10 05:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.17 KB, text/plain)
2008-01-10 01:10 UTC, Felippe de Meirelles Motta
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felippe de Meirelles Motta 2008-01-10 01:10:01 UTC
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:
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2008-01-10 05:22:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-10 05:24:38 UTC
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"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2008-01-10 05:26:09 UTC
State Changed
From-To: open->closed

New port added. Thanks!