Amap is a next-generation scanning tool, it identifies applications and services even if they are not listening on the default port by creating a bogus-communication. TODO: - it needed a lot of patching for such a simple tool, possibly some more are still needed - currently it just coredumps after start, i am too disgusted to continue working on this package after fixing the other issues it had :/, feel free to take over it.
17 lines
407 B
Makefile
17 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/07/12 11:33:38 lsed Exp $
|
|
#
|
|
|
|
DISTNAME= amap-2.1
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.thc.org/releases/
|
|
|
|
MAINTAINER= adam@monkeybyte.org
|
|
HOMEPAGE= http://www.thc.org/
|
|
COMMENT= Applications and Services scanner
|
|
|
|
USE_BUILDLINK2= YES
|
|
HAS_CONFIGURE= YES
|
|
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|