diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/arp-scan/DESCR | 14 | ||||
-rw-r--r-- | net/arp-scan/Makefile | 20 | ||||
-rw-r--r-- | net/arp-scan/PLIST | 13 | ||||
-rw-r--r-- | net/arp-scan/distinfo | 5 |
4 files changed, 52 insertions, 0 deletions
diff --git a/net/arp-scan/DESCR b/net/arp-scan/DESCR new file mode 100644 index 00000000000..7cdac42a977 --- /dev/null +++ b/net/arp-scan/DESCR @@ -0,0 +1,14 @@ +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. 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" diff --git a/net/arp-scan/PLIST b/net/arp-scan/PLIST new file mode 100644 index 00000000000..1b143a4c1e8 --- /dev/null +++ b/net/arp-scan/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/08 15:14:23 wiz Exp $ +bin/arp-fingerprint +bin/arp-scan +bin/get-iab +bin/get-oui +man/man1/arp-fingerprint.1 +man/man1/arp-scan.1 +man/man1/get-iab.1 +man/man1/get-oui.1 +man/man5/mac-vendor.5 +share/arp-scan/ieee-iab.txt +share/arp-scan/ieee-oui.txt +share/arp-scan/mac-vendor.txt diff --git a/net/arp-scan/distinfo b/net/arp-scan/distinfo new file mode 100644 index 00000000000..25e96369418 --- /dev/null +++ b/net/arp-scan/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/01/08 15:14:23 wiz Exp $ + +SHA1 (arp-scan-1.8.tar.gz) = 26ebf18eff367aaf99307841bec9e8b9e596c3bb +RMD160 (arp-scan-1.8.tar.gz) = 2cf60da998cd8bf49767938187426f83ba0582f1 +Size (arp-scan-1.8.tar.gz) = 430221 bytes |