c98cd28356
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
23 lines
467 B
Makefile
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>
|