DHCDROP - utility for tracing and neutralizing(blocking) fake DHCP
servers in Ethernet. Supports various modes. Theres possibility to set outgoing MAC addresses and optional settings in generated DHCP requests. Supports legal DHCP servers list. One can run it in interactive mode under users control or fully automatic mode for start up from script. WWW: http://www.netpatch.ru/en/dhcdrop.html PR: 137955 Submitted by: Babinski Nick <nick@malbi.dp.ua>
This commit is contained in:
parent
04c559980b
commit
4c5a345e2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239956
@ -52,6 +52,7 @@
|
||||
SUBDIR += cowpatty
|
||||
SUBDIR += cricket
|
||||
SUBDIR += darkstat
|
||||
SUBDIR += dhcdrop
|
||||
SUBDIR += disco
|
||||
SUBDIR += docsis
|
||||
SUBDIR += driftnet
|
||||
|
32
net-mgmt/dhcdrop/Makefile
Normal file
32
net-mgmt/dhcdrop/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: dhcdrop
|
||||
# Date created: Aug 9 2009
|
||||
# Whom: Nick F
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dhcdrop
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= net-mgmt sysutils
|
||||
MASTER_SITES= http://www.netpatch.ru/projects/dhcdrop/
|
||||
|
||||
MAINTAINER= ffault@gmail.com
|
||||
COMMENT= Tool for searching and suppressing false DHCP servers
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN8= ${PORTNAME}.8
|
||||
MANLANG= "" ru
|
||||
|
||||
PLIST_FILES= sbin/dhcdrop
|
||||
|
||||
OPTIONS= STATIC "Build a static version of dhcdrop" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_STATIC)
|
||||
CONFIGURE_ARGS+=--enable-static-build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-mgmt/dhcdrop/distinfo
Normal file
3
net-mgmt/dhcdrop/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (dhcdrop-0.5.tar.bz2) = 11a20f399fad60ae0ae68b3df872d8c2
|
||||
SHA256 (dhcdrop-0.5.tar.bz2) = 719f83b40a41075b9ef64269ecf03dbfc5d1ba014c0248486e668b087047ae97
|
||||
SIZE (dhcdrop-0.5.tar.bz2) = 279218
|
8
net-mgmt/dhcdrop/pkg-descr
Normal file
8
net-mgmt/dhcdrop/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
DHCDROP - utility for tracing and neutralizing(blocking) fake DHCP
|
||||
servers in Ethernet. Supports various modes. Theres possibility
|
||||
to set outgoing MAC addresses and optional settings in generated
|
||||
DHCP requests. Supports legal DHCP servers list. One can run it
|
||||
in interactive mode under users control or fully automatic mode for
|
||||
start up from script.
|
||||
|
||||
WWW: http://www.netpatch.ru/en/dhcdrop.html
|
Loading…
Reference in New Issue
Block a user