de6c502b20
* * * Xprobe is a tool automating the X logic. X is a logic developed from the various Active Operating System Fingerprinting methods discovered during the "ICMP Usage In Scanning" research project. http://www.sys-security.com/
23 lines
513 B
Makefile
23 lines
513 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/07/26 02:09:47 obecian Exp $
|
|
|
|
COMMENT= "ICMP active OS fingerprint scanner"
|
|
|
|
DISTNAME= xprobe-0.0.1p1
|
|
CATEGORIES= net security
|
|
NEED_VERSION= 1.427
|
|
|
|
HOMEPAGE= http://www.sys-security.com/html/projects/X.html
|
|
|
|
MAINTAINER= Mark Grimes <obecian@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.sys-security.com/archive/tools/X/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|