Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 14421ed27629b3647df8e1642e293872 > files > 2

cowpatty-2.0-1mdk.src.rpm

%define name cowpatty
%define version 2.0
%define release 1mdk

Name: %{name}
Summary: Brute-force dictionary attack against WPA-PSK
Version: %{version}
Release: %{release}
Source: Cowpatty-%{version}.tar.bz2
Group: Networking/Other
URL: http://new.remote-exploit.org/index.php/Codes_main
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: openssl-devel libpcap-devel
License: GPL

%description
coWPAtty is designed to audit the pre-shared key (PSK) selection for WPA
networks based on the TKIP protocol. Supply a libpcap file that includes the
TKIP four-way handshake to mount an offline dictionary attack with a supplied
wordlist.

See the README for more details.

%prep
%setup -q -n %name

%build
make
make love

%install
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
cp cowpatty $RPM_BUILD_ROOT/%{_bindir}/

%clean
rm -rf $RPM_BUILD_ROOT 

%files 
%defattr(-,root,root)
%doc AUTHORS CHANGELOG COPYING FAQ README TODO WISHLIST dict
%{_bindir}/*

%changelog
* Wed Aug 10 2005 Pascal Terjan <pterjan@mandriva.org> 2.0-1mdk
- First Mandriva release