# This file is part of BlackArch Linux ( https://www.blackarch.org/ ). # See COPYING for license details. pkgname=proxycheck pkgver=0.1 pkgrel=7 groups=('blackarch' 'blackarch-scanner' 'blackarch-proxy') pkgdesc='This is a simple proxy tool that checks for the HTTP CONNECT method and grabs verbose output from a webserver.' arch=('any') url='http://packetstormsecurity.com/files/61864/proxycheck.pl.txt.html' license=('custom:unknown') depends=('perl' 'perl-io-socket') source=("https://dl.packetstormsecurity.net/UNIX/scanners/$pkgname.pl.txt") sha512sums=('2555dafb5640440e65b3f6770973e93549453cd4c1bde4dc6176e0938d0a99dcd9f84280702320300a8ae94a9b53680a60089b1a781984c4a35d89a4485cb1aa') package() { install -Dm 755 "$pkgname.pl.txt" "$pkgdir/usr/bin/$pkgname" }