summaryrefslogtreecommitdiff
path: root/net/arp-scan
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-01-08 15:14:23 +0000
committerwiz <wiz@pkgsrc.org>2012-01-08 15:14:23 +0000
commitd04e135986d0e69fd983cd04910bc34e70367ee3 (patch)
tree355f36053c878fc209550961aa9e84c5689d63be /net/arp-scan
parent97a823b0cd4f01b8fa2107a6b21392c8668996bd (diff)
downloadpkgsrc-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')
-rw-r--r--net/arp-scan/DESCR14
-rw-r--r--net/arp-scan/Makefile20
-rw-r--r--net/arp-scan/PLIST13
-rw-r--r--net/arp-scan/distinfo5
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