cvs commit: ports/security Makefile ports/security/arpCounterattack Makefile distinfo pkg-descr pkg-plist ports/security/arpCounterattack/files arpCounterattack.in pkg-message.in

Steven Kreuzer skreuzer at FreeBSD.org
Wed Apr 27 17:42:00 UTC 2011


skreuzer    2011-04-27 17:42:00 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/arpCounterattack Makefile distinfo pkg-descr 
                              pkg-plist 
    security/arpCounterattack/files arpCounterattack.in 
                                    pkg-message.in 
  Log:
  arpCounterattack is a program for detecting and remedying "ARP attacks." It
  monitors traffic on any number of Ethernet interfaces and examines ARP replies
  and gratuitous ARP requests. If it notices an ARP reply or gratuitous ARP
  request that is in conflict with its notion of "correct" Ethernet/IP address
  pairs, it logs the attack if logging is enabled, and, if the Ethernet
  interface that the attack was seen on is is configured as being in aggressive
  mode, it sends out a gratuitous ARP request and a gratuitous ARP reply with
  the "correct" Ethernet/IP address pair in an attempt to reset the ARP tables
  of hosts on the local network segment. The corrective gratuitous ARP request
  and corrective gratuitous ARP reply can be sent from an Ethernet interface
  other than the one that the attack was seen on.
  
  WWW: http://acm.poly.edu/wiki/ARP_Counterattack
  
  PR:             ports/151973
  Submitted by:   Boris Kochergin <spawk at acm.poly.edu>
  
  Revision  Changes    Path
  1.1166    +1 -0      ports/security/Makefile
  1.1       +32 -0     ports/security/arpCounterattack/Makefile (new)
  1.1       +2 -0      ports/security/arpCounterattack/distinfo (new)
  1.1       +44 -0     ports/security/arpCounterattack/files/arpCounterattack.in (new)
  1.1       +11 -0     ports/security/arpCounterattack/files/pkg-message.in (new)
  1.1       +15 -0     ports/security/arpCounterattack/pkg-descr (new)
  1.1       +6 -0      ports/security/arpCounterattack/pkg-plist (new)


More information about the cvs-all mailing list