# This file is part of BlackArch Linux ( https://www.blackarch.org/ ). # See COPYING for license details. pkgname=orakelcrackert pkgver=1.00 pkgrel=5 pkgdesc="This tool can crack passwords which are encrypted using Oracle's latest SHA1 based password protection algorithm." url='https://github.com/vanhauser-thc/THC-Archive/blob/master/Tools/thc-orakelcrackert11g.tar.gz' groups=('blackarch' 'blackarch-windows' 'blackarch-cracker') license=('custom') arch=('any') source=('https://github.com/vanhauser-thc/THC-Archive/raw/master/Tools/thc-orakelcrackert11g.tar.gz') #DLAGENTS=("https::/usr/bin/curl -k -o %o %u") sha512sums=('8a1c38b75b9b5b623be17d900b86d88e5b267a538c22a6d3512a79dcf4a60778bdb2c9c53667afb033e827990985ea2a1016e4d8d9db94eb17bb36e71309ff07') package() { install -dm 755 "$pkgdir/usr/share/$pkgname" rm thc-orakelcrackert11g.tar.gz cp -a * "$pkgdir/usr/share/$pkgname/" }