arp-scan is a command-line tool that uses the ARP
protocol to discover and fingerprint IP hosts on the local network. WWW: http://www.nta-monitor.com/tools/arp-scan/ PR: ports/127963 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
47ee9228fd
commit
7875912eaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221432
5 changed files with 40 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
SUBDIR += adasockets
|
||||
SUBDIR += aget
|
||||
SUBDIR += apinger
|
||||
SUBDIR += arp-scan
|
||||
SUBDIR += arp-sk
|
||||
SUBDIR += arpd
|
||||
SUBDIR += arpdig
|
||||
|
|
22
net/arp-scan/Makefile
Normal file
22
net/arp-scan/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: arp-scan
|
||||
# Date created: 09 Oct 2008
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= arp-scan
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.nta-monitor.com/tools/${PORTNAME}/download/
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= ARP Scanning and Fingerprinting Tool
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1
|
||||
MAN5= mac-vendor.5
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/arp-scan/distinfo
Normal file
3
net/arp-scan/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (arp-scan-1.7.tar.gz) = a9927dba2b1dbdfd1c3b3bb09615fc14
|
||||
SHA256 (arp-scan-1.7.tar.gz) = f50e2f3a2ec6cfe4e4d15a6de0cfb5c707b7e703687800deb35456f914492ee4
|
||||
SIZE (arp-scan-1.7.tar.gz) = 344771
|
6
net/arp-scan/pkg-descr
Normal file
6
net/arp-scan/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
arp-scan is a command-line tool that uses the ARP
|
||||
protocol to discover and fingerprint IP hosts on
|
||||
the local network. It is available for Linux and
|
||||
BSD under the GPL licence.
|
||||
|
||||
WWW: http://www.nta-monitor.com/tools/arp-scan/
|
8
net/arp-scan/pkg-plist
Normal file
8
net/arp-scan/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/arp-scan
|
||||
bin/get-oui
|
||||
bin/get-iab
|
||||
bin/arp-fingerprint
|
||||
%%DATADIR%%/ieee-oui.txt
|
||||
%%DATADIR%%/ieee-iab.txt
|
||||
%%DATADIR%%/mac-vendor.txt
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in a new issue