Files
docker-php-fpm/php_tools/pwncat/install.yml
2022-12-08 20:52:37 +01:00

13 lines
213 B
YAML

---
check: pwncat --version 2>&1 | grep -E 'Version [0-9][.0-9]+' || (pwncat --version; false)
all:
type: pip
version:
build_dep: []
run_dep: []
pre:
post: |
ln -s pwncat /usr/local/bin/netcat \