Commit Graph

2 Commits

Author SHA1 Message Date
sthen
ea0ae38022 - update arp-scan to 1.8, from Gleydson Soares
(license has changed to GPLv3-or-higher)

- use "@comment no checksum" for vendor lists which the
supplied tools can update

- use @sample for mac-vendor.txt, it's user-editable

ok jasper@
2011-03-03 09:47:50 +00:00
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