openbsd-ports/net/arp-scan/pkg/PLIST
sthen 0ab214306d import arp-scan:
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.

          This is useful for system discovery, where you may need
          to scan large address spaces.

    * Construct the outgoing ARP packet in a flexible way.

          arp-scan gives control of all of the fields in the ARP
          packet and the fields in the Ethernet frame header.

    * Decode and display any returned packets.

          arp-scan will decode and display any received ARP packets
          and lookup the vendor using the MAC address.

    * Fingerprint IP hosts using the arp-fingerprint tool. 

ok phessler@
2008-10-07 10:01:41 +00:00

15 lines
363 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/07 10:01:41 sthen Exp $
bin/arp-fingerprint
@bin bin/arp-scan
bin/get-iab
bin/get-oui
@man man/man1/arp-fingerprint.1
@man man/man1/arp-scan.1
@man man/man1/get-iab.1
@man man/man1/get-oui.1
@man man/man5/mac-vendor.5
share/arp-scan/
share/arp-scan/ieee-iab.txt
share/arp-scan/ieee-oui.txt
share/arp-scan/mac-vendor.txt