1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/net/thcrut/Makefile
Kris Kennaway c98cd28356 Add thc-rut 0.1
RUT (pronouced as 'root') mean 'aRe yoU There'.

It was developed to brute force its way into wvlan (IEEE 802.11b)
access points which use mac authentification.

It offers a wide range of _local_ network discovery features like arp
lookup on all hosts on a network with vendor-string, spoofed DHCP
request, RARP, BOOTP, ICMP-ping and address mask request and some
other features.

Obtained from:	OpenBSD
2001-08-23 12:52:04 +00:00

23 lines
467 B
Makefile

# Ports collection makefile for: thcrut
# Date created: 23 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= thcrut
PORTVERSION= 0.1
CATEGORIES= net
MASTER_SITES= http://www.thehackerschoice.com/releases/
MAINTAINER= kris@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \
--sysconfdir=${PREFIX}/share/thcrut
.include <bsd.port.mk>