Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > b136572d3229f6058848024fb6ceee4c > files > 2

cowpatty-2.0-5mdv2009.0.src.rpm

%define name cowpatty
%define version 2.0
%define release %mkrel 5

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 Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 2.0-5mdv2009.0
+ Revision: 243691
- rebuild

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 2.0-3mdv2008.1
+ Revision: 136345
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request


* Mon Feb 19 2007 Pascal Terjan <pterjan@mandriva.org> 2.0-3mdv2007.0
+ Revision: 122907
- rebuild
- Import cowpatty

* Fri Mar 17 2006 Pascal Terjan <pterjan@mandriva.org> 2.0-2mdk
- rebuild for new libcrypto
- mkrel

* Thu Aug 11 2005 Pascal Terjan <pterjan@mandriva.org> 2.0-1mdk
- First Mandriva release