Name: asleap Version: 2.2 Release: 1%{?dist} Summary: Recovering tool for weak LEAP and PPTP passwords Group: Applications/Internet License: GPLv2 URL: http://www.willhackforsushi.com/Asleap.html Source0: http://www.willhackforsushi.com/code/%{name}/%{version}/%{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel BuildRequires: openssl-devel %description asleap is a tool to recover weak LEAP and PPTP passwords. asleap is the product of the research of weaknesses in Cisco's proprietary LEAP protocol. asleap can work directly from any wireless interface in RFMON mode and can perform channel hopping. %prep %setup -q %build make %{?_smp_mflags} %install rm -rf %{buildroot} install -Dp -m 0755 asleap %{buildroot}%{_sbindir}/asleap install -Dp -m 0755 genkeys %{buildroot}%{_sbindir}/genkeys #remove exec permissions from files in scripts directory find scripts/*.pl -type f -name \* -exec chmod 644 {} \; %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README THANKS scripts/ %{_sbindir}/%{name} %{_sbindir}/genkeys %changelog * Sun Nov 02 2008 Fabian Affolter - 2.2-1 - Initial package for Fedora