zmap
Verified for current stable LTS
Zmap Command: Exclude Subnets Using Blocklist File
Use for exclude subnets using blocklist file with Zmap. Exact CLI syntax to exclude subnets using blocklist file using Zmap.
When to use this: Use for exclude subnets using blocklist file with Zmap.
Command Syntax
zmap -b <path/to/blocklist.txt> <SUBNETS> zmap -b <path/to/blocklist.txt> <SUBNETS> Command Breakdown
-b- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to exclude subnets using blocklist file using Zmap.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Zmap Command: Cap Number Or Percentage Of Targets To Probe
zmap -n <1000> <SUBNETS> -p <port1,port2-port3> Zmap Command: Limit Scan Rate To Packets Per Second zmap -r <packets_per_second> <SUBNETS> Zmap Command: Output Results To Csv With Custom Fields zmap -o <path/to/output_file.csv> -f "<saddr,daddr,sport,dport>" <SUBNETS> Zmap Command: Perform Dry Run Without Sending Packets zmap -d <SUBNETS> Zmap Command: Scan Specific Ports Or Ranges Across Subnet zmap -p <port1,port2-port3,...> <SUBNETS>