- Kali Linux Network Scanning Cookbook(Second Edition)
- Michael Hixon Justin Hutchens
- 61字
- 2021-07-09 20:36:18
How it works...
ARPing is a tool that was written with the intention of validating whether a single host is online. However, the simplicity of its use makes it easy to manipulate it in bash to scan multiple hosts in sequence. This is done by looping through a series of IP addresses, which are then supplied to the utility as arguments.