# This file is part of BlackArch Linux ( https://www.blackarch.org/ ). # See COPYING for license details. pkgname=btcrack pkgver=1.1 pkgrel=4 groups=('blackarch' 'blackarch-bluetooth' 'blackarch-cracker') pkgdesc="The world's first Bluetooth Pass phrase (PIN) bruteforce tool. Bruteforces the Passkey and the Link key from captured Pairing exchanges." arch=('any') url='http://www.nruns.com/_en/security_tools_btcrack.php' license=('custom:unknown') source=('http://dl.packetstormsecurity.net/wireless/BTCrack.zip') sha512sums=('286d341123a669cab64c71e34c0901bc8356042999ffeb857262d88a4c1005b524ef6dd607e57a5aaac33f7c2a417e2554d5fbfe1591d1b3b274f495eb60e5e3') package() { install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/btcrack" rm LICENSE install -Dm 644 -t "$pkgdir/usr/share/windows/btcrack" * }