diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-08 15:14:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-08 15:14:23 +0000 |
commit | d04e135986d0e69fd983cd04910bc34e70367ee3 (patch) | |
tree | 355f36053c878fc209550961aa9e84c5689d63be /net/arp-scan/Makefile | |
parent | 97a823b0cd4f01b8fa2107a6b21392c8668996bd (diff) | |
download | pkgsrc-d04e135986d0e69fd983cd04910bc34e70367ee3.tar.gz |
Initial import of arp-scan-1.8, for Angelos.
arp-scan is a command-line tool for system discovery and fingerprinting.
It constructs and sends ARP requests to the specified IP addresses,
and displays any responses that are received.
arp-scan allows you to:
* Send ARP packets to any number of destination hosts, using a
configurable output bandwidth or packet rate.
* Construct the outgoing ARP packet in a flexible way.
* Decode and display any returned packets.
* Fingerprint IP hosts using the arp-fingerprint tool.
Diffstat (limited to 'net/arp-scan/Makefile')
-rw-r--r-- | net/arp-scan/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile new file mode 100644 index 00000000000..4d8b1866c3d --- /dev/null +++ b/net/arp-scan/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/01/08 15:14:23 wiz Exp $ +# + +DISTNAME= arp-scan-1.8 +CATEGORIES= net +MASTER_SITES= http://www.nta-monitor.com/tools/arp-scan/download/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.nta-monitor.com/tools/arp-scan/ +COMMENT= Discovery and fingerprinting tool using ARP +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= perl:run + +REPLACE_PERL= arp-fingerprint get-iab get-oui + +.include "../../mk/bsd.pkg.mk" |