c532325
Name:           airsnort
c532325
Version:        0.2.7e
81b54ec
Release:        10%{?dist}
c532325
Summary:        Wireless LAN (WLAN) tool which recovers encryption keys
c532325
c532325
Group:          Applications/Communications
c532325
License:        GPL
c532325
URL:            http://airsnort.shmoo.com/
c532325
Source0: http://dl.sourceforge.net/sourceforge/airsnort/airsnort-%{version}.tar.gz
c532325
Source1:        airsnort.desktop
c532325
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
c532325
997bd4a
BuildRequires: libpcap-devel 
c532325
BuildRequires: gtk2-devel >= 2.2
c532325
BuildRequires: atk-devel
c532325
BuildRequires: glib2-devel
c532325
BuildRequires: desktop-file-utils
c532325
c532325
%description
c532325
AirSnort is a wireless LAN (WLAN) tool which recovers encryption keys. 
c532325
AirSnort operates by passively monitoring transmissions, computing the
c532325
encryption key when enough packets have been gathered.
c532325
c532325
802.11b, using the Wired Equivalent Protocol (WEP), is crippled with numerous
c532325
security flaws. Most damning of these is the weakness described in " Weaknesses
c532325
in the Key Scheduling Algorithm of RC4 " by Scott Fluhrer, Itsik Mantin and Adi
c532325
Shamir. Adam Stubblefield was the first to implement this attack, but he has
c532325
not made his software public. AirSnort, along with WEPCrack, which was released
c532325
about the same time as AirSnort, are the first publicly available
c532325
implementaions of this attack.
c532325
c532325
AirSnort requires approximately 5-10 million encrypted packets to be gathered.
c532325
Once enough packets have been gathered, AirSnort can guess the encryption
c532325
password in under a second. 
c532325
c532325
%prep
c532325
%setup -q
c532325
c532325
%build
c532325
%configure
c532325
%{__make} %{?_smp_mflags}
c532325
c532325
%install
c532325
%{__rm} -rf $RPM_BUILD_ROOT
c532325
%makeinstall
c532325
c532325
desktop-file-install \
c532325
  --vendor=fedora \
c532325
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
c532325
  --add-category=X-Fedora \
c532325
  %{SOURCE1}
c532325
		  
c532325
%clean
c532325
%{__rm} -rf $RPM_BUILD_ROOT
c532325
c532325
%files
c532325
%defattr(-,root,root,-)
c532325
%doc AUTHORS ChangeLog COPYING NEWS README README.decrypt TODO
c532325
%{_bindir}/*
c532325
%{_mandir}/man1/*
c532325
%{_datadir}/applications/*
c532325
c532325
%changelog
81b54ec
* Mon Sep 11 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
81b54ec
0.2.7e-10
81b54ec
- FE6 rebuild
81b54ec
997bd4a
* Thu Jun 29 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
997bd4a
0.2.7e-9
997bd4a
- fix BR #197102
997bd4a
cfc4171
* Tue Feb 14 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
cfc4171
0.2.7e-8
cfc4171
- Rebuild for Fedora Extras 5
cfc4171
a9d38a2
* Wed Nov 16 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
4a3657d
0.2.7e-7
4a3657d
- remove xorg-x11-devel BR
a9d38a2
- rebuild
a9d38a2
76faddb
* Sun Aug 21 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
76faddb
0.2.7e-6
76faddb
- rebuild
76faddb
5872043
* Thu Aug 11 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
5872043
0.2.7e-5
5872043
- add dist tag
5872043
c532325
* Wed Aug 10 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
c532325
0.2.7e-4
c532325
- add BR desktop-file-utils
c532325
- fix .desktop file
c532325
c532325
* Thu Jun 02 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
c532325
0.2.7e-3
c532325
- revamp specfile
c532325
c532325
* Sun Feb 13 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
c532325
0.2.7e-2
c532325
- minor cleanups
c532325
c532325
* Tue Feb 08 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
c532325
0.2.7e-1
c532325
- upgrade to 0.2.7e
c532325
c532325
* Tue Nov 30 2004 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
c532325
0:0.2.6-0.awjb.1
c532325
- upgrade to 0.2.6
c532325
c532325
* Tue Sep 16 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
c532325
0:0.2.2-0.fdr.4
c532325
- minor version upgrade (bugfix release)
c532325
c532325
* Mon Jul 28 2003 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
c532325
0:0.2.2-0.fdr.3
c532325
- fixed minor stuff from #408 #7
c532325
c532325
* Tue Jun 24 2003 Andreas Bierfert (awjb) <andreas.bierfert[AT]awbsworld.de> 0:0.2.2-0.fdr.1
c532325
- Initial RPM release.