Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6caaa592eb | ||
|
|
bf18fb4c28 | ||
|
|
1d15c5c751 | ||
|
|
fac66e2752 | ||
|
|
1d98f0a2ad | ||
|
|
ebca15193a | ||
|
|
fbffd5ce20 | ||
|
|
07f8ad4ddd | ||
|
|
ba67eeb90a | ||
|
|
4f5b7c45f8 | ||
|
|
0db8c5555b | ||
|
|
30263a7745 | ||
|
|
c15292641b | ||
|
|
be7193d2b1 | ||
|
|
ba78b21612 | ||
|
|
98dd37aa35 | ||
|
|
4c4d4a2f64 | ||
|
|
f33ae3bc2e | ||
|
|
ec94ab1a00 | ||
|
|
e3a2d7fd8c | ||
|
|
5c6faf6c9e | ||
|
|
4c69238194 | ||
|
|
92313fdead | ||
|
|
534dd24589 | ||
|
|
88c73d493d | ||
|
|
b6b247e649 | ||
|
|
6108768ad4 |
6 changed files with 1 additions and 150 deletions
|
|
@ -1 +0,0 @@
|
|||
airsnort-0.2.7e.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: airsnort
|
||||
# $Id$
|
||||
NAME := airsnort
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=airsnort
|
||||
Comment=Wireless LAN (WLAN) tool which recovers encryption keys
|
||||
Exec=airsnort
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=Application;Network;
|
||||
119
airsnort.spec
119
airsnort.spec
|
|
@ -1,119 +0,0 @@
|
|||
Name: airsnort
|
||||
Version: 0.2.7e
|
||||
Release: 10%{?dist}
|
||||
Summary: Wireless LAN (WLAN) tool which recovers encryption keys
|
||||
|
||||
Group: Applications/Communications
|
||||
License: GPL
|
||||
URL: http://airsnort.shmoo.com/
|
||||
Source0: http://dl.sourceforge.net/sourceforge/airsnort/airsnort-%{version}.tar.gz
|
||||
Source1: airsnort.desktop
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: gtk2-devel >= 2.2
|
||||
BuildRequires: atk-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
|
||||
%description
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
|
||||
desktop-file-install \
|
||||
--vendor=fedora \
|
||||
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
||||
--add-category=X-Fedora \
|
||||
%{SOURCE1}
|
||||
|
||||
%clean
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README README.decrypt TODO
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-10
|
||||
- FE6 rebuild
|
||||
|
||||
* Thu Jun 29 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-9
|
||||
- fix BR #197102
|
||||
|
||||
* Tue Feb 14 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-8
|
||||
- Rebuild for Fedora Extras 5
|
||||
|
||||
* Wed Nov 16 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-7
|
||||
- remove xorg-x11-devel BR
|
||||
- rebuild
|
||||
|
||||
* Sun Aug 21 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-6
|
||||
- rebuild
|
||||
|
||||
* Thu Aug 11 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-5
|
||||
- add dist tag
|
||||
|
||||
* Wed Aug 10 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-4
|
||||
- add BR desktop-file-utils
|
||||
- fix .desktop file
|
||||
|
||||
* Thu Jun 02 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-3
|
||||
- revamp specfile
|
||||
|
||||
* Sun Feb 13 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-2
|
||||
- minor cleanups
|
||||
|
||||
* Tue Feb 08 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0.2.7e-1
|
||||
- upgrade to 0.2.7e
|
||||
|
||||
* Tue Nov 30 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0:0.2.6-0.awjb.1
|
||||
- upgrade to 0.2.6
|
||||
|
||||
* Tue Sep 16 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0:0.2.2-0.fdr.4
|
||||
- minor version upgrade (bugfix release)
|
||||
|
||||
* Mon Jul 28 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
0:0.2.2-0.fdr.3
|
||||
- fixed minor stuff from #408 #7
|
||||
|
||||
* Tue Jun 24 2003 Andreas Bierfert (awjb) <andreas.bierfert[AT]awbsworld.de> 0:0.2.2-0.fdr.1
|
||||
- Initial RPM release.
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
8f852bd872fa7d352c14781010c25ef4 airsnort-0.2.7e.tar.gz
|
||||
Reference in a new issue