zmap
Verified for current stable LTS
Zmap Command: Scan Subnet For Specific Tcp Port
Use for scan subnet for specific tcp port with Zmap. Exact CLI syntax to scan subnet for specific tcp port using Zmap.
When to use this: Use for scan subnet for specific tcp port with Zmap.
Command Syntax
zmap <SUBNETS> -p <port> zmap <SUBNETS> -p <port> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to scan subnet for specific tcp port 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: Exclude Subnets Using Blocklist File zmap -b <path/to/blocklist.txt> <SUBNETS> 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>