jasper 44f66d0436 import fierce-1.2.0
Fierce is a semi-lightweight scanner that helps locate non-contiguous IP
space and hostnames against specified domains. It's really meant as a
pre-cursor to nmap, unicornscan, nessus, nikto, etc, since all of those
require that you already know what IP space you are looking for. This
does not perform exploitation and does not scan the whole internet
indiscriminately. It is meant specifically to locate likely targets both
inside and outside a corporate network.

ok rpointel@
2017-11-20 17:56:08 +00:00

32 lines
714 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2017/11/20 17:56:08 jasper Exp $
COMMENT = DNS reconnaissance tool for locating non-contiguous IP space
MODPY_EGG_VERSION = 1.2.0
GH_ACCOUNT = mschwager
GH_PROJECT = fierce
GH_TAGNAME = ${MODPY_EGG_VERSION}
CATEGORIES = security
MAINTAINER = Jasper Lievisse Adriaanse <jasper@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = net/py-dnspython${MODPY_FLAVOR}
TEST_DEPENDS = ${RUN_DEPENDS}
pre-configure:
${SUBST_CMD} ${WRKSRC}/fierce.py
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/fierce/
mv ${PREFIX}/lists ${PREFIX}/share/fierce/
.include <bsd.port.mk>