contrib/asleap/Pkgfile
Alexandr Savca ab6dd0f103 drop maintaining; see commit_msg for a complete list
unmaintained:   aircrack-ng
unmaintained:   alsaequal
unmaintained:   arp-scan
unmaintained:   arpspoof
unmaintained:   asleap
unmaintained:   aspell-ro
unmaintained:   aspell-ru
unmaintained:   binwalk
unmaintained:   bully
unmaintained:   caps
unmaintained:   capstone
unmaintained:   cowpatty
unmaintained:   cramfs-tools
unmaintained:   dhcp-spoof
unmaintained:   gmtp
unmaintained:   hashcat-utils
unmaintained:   hashcat
unmaintained:   hashid
unmaintained:   hcxdumptool
unmaintained:   hcxtools
unmaintained:   hcxtools3
unmaintained:   hwloc
unmaintained:   lft
unmaintained:   libewf-legacy
unmaintained:   libmtp
unmaintained:   libxcrypt2.4
unmaintained:   macchanger
unmaintained:   masscan
unmaintained:   mdk3
unmaintained:   mdk4
unmaintained:   ncrack
unmaintained:   p5-file-remove
unmaintained:   p5-gtk2-trayicon
unmaintained:   p5-module-install
unmaintained:   p5-module-scandeps
unmaintained:   p5-net-pcap
unmaintained:   p5-net-rawip
unmaintained:   p5-netpacket
unmaintained:   p5-string-crc32
unmaintained:   p5-text-asciitable
unmaintained:   p5-yaml-tiny
unmaintained:   padbuster
unmaintained:   perltidy
unmaintained:   pixiewps
unmaintained:   polipo
unmaintained:   proxychains-ng
unmaintained:   qt5-styleplugins
unmaintained:   qt5ct
unmaintained:   radare2
unmaintained:   sasquatch
unmaintained:   scapy
unmaintained:   sleuthkit
unmaintained:   sslsplit
unmaintained:   thc-ipv6
unmaintained:   tor
unmaintained:   torsocks
unmaintained:   wordlistctl
unmaintained:   xautolock
unmaintained:   xxhash
unmaintained:   yersinia
2021-02-10 13:11:57 +02:00

33 lines
1.1 KiB
Plaintext

# Description: Actively recover LEAP/PPTP passwords
# URL: https://www.willhackforsushi.com/?page_id=41
# Maintainer: UNMAINTAINED
# Depends on: openssl libpcap libxcrypt2.4
name=asleap
version=2.2
release=1
source=(http://www.willhackforsushi.com/code/$name/$version/$name-$version.tgz
0001-fix-build-for-CRUX.patch
001_add_simple_password_bruteforcing_option.patch
002_added_the_possibility_to_verify_MSCHAP-V2_authentication.patch
003_fix_and_improve_bruteforce_option.patch
004_add_user_opt_and_pptp_chal_resp_cmdline_parsing.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/0001-fix-build-for-CRUX.patch
patch -p1 -i $SRC/001_add_simple_password_bruteforcing_option.patch
patch -p1 -i $SRC/002_added_the_possibility_to_verify_MSCHAP-V2_authentication.patch
patch -p1 -i $SRC/003_fix_and_improve_bruteforce_option.patch
patch -p1 -i $SRC/004_add_user_opt_and_pptp_chal_resp_cmdline_parsing.patch
sed -i -e "s/#define VER \"\(.*\)\"/#define VER \"${version}.${release}\"/" \
version.h
make
install -D asleap $PKG/usr/bin/asleap
install -D genkeys $PKG/usr/bin/genkeys
}