Which mapping correctly matches Nmap target syntax to its purpose?
-iL targets.txt writes scan results into targets.txt.
-iL targets.txt
targets.txt
127.0.0.1-5 scans ports 1 through 5 on one host.
127.0.0.1-5
A /24 suffix limits the scan to one exact IP address.
/24
127.0.0.1-5 scans a sequential range, /24 describes a CIDR block, and -iL targets.txt reads targets from a file.