Name: aircrack-ptw Version: 1.0.0 Release: 1%{?dist} Summary: A tool for cracking WEP keys Group: Applications/Internet License: BSD-like URL: http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/ Source0: http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/download/aircrack-ptw-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel Requires: aircrack-ng %description We were able to extend Klein's attack and optimize it for usage against WEP. Using our version, it is possible to recover a 104 bit WEP key with probability 50% using just 40,000 captured packets. For 60,000 available data packets, the success probability is about 80% and for 85,000 data packets about 95%. Using active techniques like deauth and ARP re-injection, 40,000 packets can be captured in less than one minute under good condition. %prep %setup -q %build make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/bin install -m 755 aircrack-ptw $RPM_BUILD_ROOT/usr/bin/aircrack-ptw %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README %{_bindir}/aircrack-ptw %changelog * Wed Aug 6 2008 Adrian Alves 1.0.0-1 - Initial specfile created.