pkgsrc-wip/redfang/Makefile
pancake ;) 97fdb9ac1e * Initial import of redfang
fang is a small proof-of-concept application to find non discoveredable
bluetooth devices. This is done by brute forcing the last six (6) bytes of
the bluetooth address of the device and doing a read_remote_name().

this release of redfang now supports multiple threads and has now been
modified for multiple devices and the code has been stream lined. It has
been made a little more abstract. There is the start of an address parser that
supports vendor+nnnnnn addresses, these exist in list.h.

this release of redfang was developed in collaboration with QinetiQ as part
of their work in the DTI Next Wave Technologies project FORWARD.
2006-06-22 20:51:13 +00:00

20 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/06/22 20:51:13 poppnk Exp $
#
DISTNAME= redfang.2.5
PKGNAME= redfang-2.5
CATEGORIES= wip security
MASTER_SITES= http://www.blackops.cn/tools/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.blackops.cn/tools/
COMMENT= Scan for hidden bluetooth devices
WRKSRC= ${WRKDIR}/redfang-2.5
USE_TOOLS+= pkg-config
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fang ${PREFIX}/bin/redfang
.include "../../wip/bluez-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"