diff --git a/.cvsignore b/.cvsignore index e69de29..c9543d1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +cowpatty-4.6.tgz diff --git a/cowpatty.spec b/cowpatty.spec new file mode 100644 index 0000000..392efbd --- /dev/null +++ b/cowpatty.spec @@ -0,0 +1,52 @@ +Name: cowpatty +Version: 4.6 +Release: 2%{?dist} +Summary: WPA password cracker + +Group: Applications/System +License: GPLv2 +URL: http://wirelessdefence.org/Contents/coWPAttyMain.htm +Source0: http://wirelessdefence.org/Contents/Files/%{name}-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: libpcap-devel +BuildRequires: openssl-devel + +%description +Cowpatty is designed to audit the pre-shared key (PSK) selection for WPA +networks based on the TKIP protocol. It can perform both dictionary and +computed rainbow table attacks. + + +%prep +%setup -q + + +%build +make %{?_smp_mflags} CFLAGS="%{optflags} -DOPENSSL" + +%install +rm -rf %{buildroot} +install -D -pm 755 cowpatty %{buildroot}%{_bindir}/%{name} +install -D -pm 755 genpmk %{buildroot}%{_bindir}/genpmk + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING README FAQ TODO CHANGELOG +%{_bindir}/%{name} +%{_bindir}/genpmk + + +%changelog +* Sun Apr 11 2010 Arun SAG - 4.6-2 +- Source url adjusted with macros. +- INSTALL file removed from package. +- Minor cosmetic fixes. + +* Sat Apr 10 2010 Arun SAG - 4.6-1 +- Initial build. diff --git a/import.log b/import.log new file mode 100644 index 0000000..8937ea5 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +cowpatty-4_6-2_fc12:HEAD:cowpatty-4.6-2.fc12.src.rpm:1275128419 diff --git a/sources b/sources index e69de29..60ee007 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b90fd36ad987c99e7cc1d2a05a565cbd cowpatty-4.6.tgz