# Description: A tool for automating customized attacks against web apps # URL: https://github.com/CoolerVoid/0d1n # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: curl name=0d1n version=3.7 release=1 source=(https://github.com/CoolerVoid/0d1n/archive/refs/tags/0d1n_v${version//./}.tar.gz) build() { cd ${name}-0d1n_v${version//./} make install -m 0755 -D bin/0d1n ${PKG}/usr/bin/0d1n mkdir -p \ "${PKG}/opt/0d1n/view/response_sources" \ "${PKG}/opt/0d1n/payloads" cp -rv templates payloads ${PKG}/opt/0d1n/ }