diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 12:52:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 12:52:04 +0000 |
commit | c98cd283561f17b1377fc3201454e893bda516ef (patch) | |
tree | 2d83a761da35d65827ebef97cbedb8ef2c95ce0e /net/Makefile | |
parent | c887316e837e2bb41ca2273cab904f1f402b0753 (diff) |
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
Notes
Notes:
svn path=/head/; revision=46707
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 7762b6cbedbb..ca98826d25d0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -384,6 +384,7 @@ SUBDIR += tdetect SUBDIR += telnetx SUBDIR += telserv + SUBDIR += thcrut SUBDIR += tik SUBDIR += tintin++ SUBDIR += tintin++-devel |