[Lunar-commits] CVS: moonbase/wifi/airsnort DETAILS, 1.1,
1.2 DEPENDS, 1.2, 1.3 BUILD, 1.1, 1.2
Stefan Wold
ratler at lunar-linux.org
Thu Jul 29 16:31:50 GMT 2004
Update of /var/cvs/lunar/moonbase/wifi/airsnort
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18879
Modified Files:
DETAILS DEPENDS BUILD
Log Message:
Thanks florin for the updated module, compiled and tested and it run smooth
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/airsnort/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 5 Feb 2004 13:40:15 -0000 1.1
+++ DETAILS 29 Jul 2004 16:31:48 -0000 1.2
@@ -1,19 +1,27 @@
MODULE=airsnort
- VERSION=0.2.3c
+ VERSION=0.2.4a
SOURCE=airsnort-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/airsnort-$VERSION
- SOURCE_URL[0]=$SFORGE_URL/airsnort/$SOURCE
- SOURCE_VFY=md5:1b3634ebf10276ef722dd9525dd91337
+ SOURCE_URL=$SFORGE_URL/airsnort/$SOURCE
+ SOURCE_VFY=md5:e07e3bd7f2a95b54140e8109a5bd512d
WEB_SITE=http://airsnort.shmoo.com/
ENTERED=20030107
- UPDATED=20040205
+ UPDATED=20040729
MAINTAINER=michalsc at email.uc.edu
SHORT="AirSnort is a wireless LAN (WLAN) tool which recovers encryption keys"
-cat << EOF
-AirSnort is a wireless LAN (WLAN) tool which recovers encryption keys. AirSnort operates by passively monitoring transmissions, computing the encryption key when enough packets have been gathered.
-802.11b, using the Wired Equivalent Protocol (WEP), is crippled with numerous security flaws. Most damning of these is the weakness described in " Weaknesses in the Key Scheduling Algorithm of RC4 " by Scott Fluhrer, Itsik Mantin and Adi Shamir. Adam Stubblefield was the first to implement this attack, but he has not made his software public. AirSnort, along with WEPCrack, which was released about the same time as AirSnort, are the first publicly available implementaions of this attack.
-
-
-AirSnort requires approximately 5-10 million encrypted packets to be gathered. Once enough packets have been gathered, AirSnort can guess the encryption password in under a second.
+cat << EOF
+AirSnort is a wireless LAN (WLAN) tool which recovers encryption keys.
+AirSnort operates by passively monitoring transmissions, computing the
+encryption key when enough packets have been gathered.
+802.11b, using the Wired Equivalent Protocol (WEP), is crippled with
+numerous security flaws. Most damning of these is the weakness described
+in "Weaknesses in the Key Scheduling Algorithm of RC4" by Scott Fluhrer,
+Itsik Mantin and Adi Shamir. Adam Stubblefield was the first to implement
+this attack, but he has not made his software public. AirSnort, along with
+WEPCrack, which was released about the same time as AirSnort, are the
+first publicly available implementaions of this attack.
+AirSnort requires approximately 5-10 million encrypted packets to be
+gathered. Once enough packets have been gathered, AirSnort can guess the
+encryption password in under a second.
EOF
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/airsnort/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 30 May 2004 17:27:49 -0000 1.2
+++ DEPENDS 29 Jul 2004 16:31:48 -0000 1.3
@@ -1,2 +1,2 @@
-depends libpcap
-depends libgnomeui
+depends libpcap &&
+depends gtk+
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/airsnort/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 5 Feb 2004 13:40:15 -0000 1.1
+++ BUILD 29 Jul 2004 16:31:48 -0000 1.2
@@ -1,16 +1,16 @@
(
-echo CFLAGS:= $CFLAGS &&
-echo OPTS:= $OPTS &&
+
+echo CFLAGS:= $CFLAGS &&
+echo OPTS:= $OPTS &&
set -x && #Let's show the logs what we've used for debug
- ./autogen.sh --build=$BUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- $OPTS &&
+./autogen.sh --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ $OPTS &&
set +x ##turn it off so that the logs stay readable
-make &&
-prepare_install &&
-make install
+default_make
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list