forked from Lainports/freebsd-ports
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
14 lines
359 B
Text
14 lines
359 B
Text
--- 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
|