mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
c887316e83
commit
c98cd28356
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46707
7 changed files with 54 additions and 0 deletions
|
@ -384,6 +384,7 @@
|
||||||
SUBDIR += tdetect
|
SUBDIR += tdetect
|
||||||
SUBDIR += telnetx
|
SUBDIR += telnetx
|
||||||
SUBDIR += telserv
|
SUBDIR += telserv
|
||||||
|
SUBDIR += thcrut
|
||||||
SUBDIR += tik
|
SUBDIR += tik
|
||||||
SUBDIR += tintin++
|
SUBDIR += tintin++
|
||||||
SUBDIR += tintin++-devel
|
SUBDIR += tintin++-devel
|
||||||
|
|
22
net/thcrut/Makefile
Normal file
22
net/thcrut/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# 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>
|
1
net/thcrut/distinfo
Normal file
1
net/thcrut/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (thcrut-0.1.tar.gz) = 223b9aaf55206f6c981b40ab30ac1b50
|
14
net/thcrut/files/patch-aa
Normal file
14
net/thcrut/files/patch-aa
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
--- configure.orig Thu Aug 23 05:43:58 2001
|
||||||
|
+++ configure Thu Aug 23 05:44:08 2001
|
||||||
|
@@ -1154,11 +1154,6 @@
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
-if test $ac_cv_prog_gcc = yes; then
|
||||||
|
- CCOPTS='-O3 -Wall'
|
||||||
|
- CFLAGS="$CCOPTS"
|
||||||
|
-fi
|
||||||
|
-
|
||||||
|
# Extract the first word of "md5sum", so it can be a program name with args.
|
||||||
|
set dummy md5sum; ac_word=$2
|
||||||
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
1
net/thcrut/pkg-comment
Normal file
1
net/thcrut/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Local network discovery tool
|
11
net/thcrut/pkg-descr
Normal file
11
net/thcrut/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|
WWW: http://www.thehackerschoice.com/
|
4
net/thcrut/pkg-plist
Normal file
4
net/thcrut/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/18 20:30:43 dugsong Exp $
|
||||||
|
bin/thcrut
|
||||||
|
share/thcrut/manuf
|
||||||
|
@dirrm share/thcrut
|
Loading…
Add table
Reference in a new issue