[Lunar-commits] <moonbase> airsnort: remove the module from moonbase.

Florin Braescu florin at lunar-linux.org
Tue Dec 16 15:43:43 CET 2008


commit d41bcf29421c681bf1261f38d141b755041240b2
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Dec 16 16:43:43 2008 +0200

    airsnort: remove the module from moonbase.
    
    This app is old and unmaintained by it's devs.
    They recommend to use aircrack-ng instead.
---
 wifi/airsnort/BUILD   |   18 ------------------
 wifi/airsnort/DEPENDS |    2 --
 wifi/airsnort/DETAILS |   30 ------------------------------
 3 files changed, 0 insertions(+), 50 deletions(-)

diff --git a/wifi/airsnort/BUILD b/wifi/airsnort/BUILD
deleted file mode 100644
index 764baa0..0000000
--- a/wifi/airsnort/BUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-(
-
-  patch_it $SOURCE_CACHE/$SOURCE1 0 &&
-
-  echo CFLAGS:= $CFLAGS  &&
-  echo OPTS:= $OPTS      &&
-  set -x && #Let's show the logs what we've used for debug
-  ./configure --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
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/wifi/airsnort/DEPENDS b/wifi/airsnort/DEPENDS
deleted file mode 100644
index 2873555..0000000
--- a/wifi/airsnort/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends libpcap &&
-depends gtk+-2
diff --git a/wifi/airsnort/DETAILS b/wifi/airsnort/DETAILS
deleted file mode 100644
index 2de1cab..0000000
--- a/wifi/airsnort/DETAILS
+++ /dev/null
@@ -1,30 +0,0 @@
-          MODULE=airsnort
-         VERSION=0.2.7e
-          SOURCE=airsnort-$VERSION.tar.gz
-         SOURCE1=airsnort-0.2.7e-packetsource.patch
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/airsnort-$VERSION
-      SOURCE_URL=$SFORGE_URL/airsnort/
-     SOURCE1_URL=$PATCH_URL
-      SOURCE_VFY=sha1:311f252793a123d476d98115edb8eb1d9f698a30
-     SOURCE1_VFY=sha1:448f9cd2ca386827642686610eea034cc75f1fd5
-        WEB_SITE=http://airsnort.shmoo.com/
-         ENTERED=20030107
-         UPDATED=20060106
-       MAINTAINER=michalsc at email.uc.edu
-           SHORT="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.
-EOF


More information about the Lunar-commits mailing list