Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > e4575dacd396730aea8c013e0e829100 > files > 2

cowpatty-2.0-3mdv2007.1.src.rpm

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

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
* 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

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