masscan
Verified for current stable LTS
Masscan Command: Scan Internet Specific Port Range Export
Use for scan internet specific port range export with Masscan. Exact CLI syntax to scan internet specific port range export using Masscan.
When to use this: Use for scan internet specific port range export with Masscan.
Command Syntax
masscan <0.0.0.0/0> -p <0-65535> --output-format <binary|grepable|json|list|xml> --output-filename <path/to/file> masscan <0.0.0.0/0> -p <0-65535> --output-format <binary|grepable|json|list|xml> --output-filename <path/to/file> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
--output-format- Command Option
- Tool-specific option used by this command invocation.
--output-filename- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to scan internet specific port range export using Masscan.
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
Masscan Command: Read Binary Scan Results Output Stdout
masscan --readscan <path/to/file> Masscan Command: Scan Class B Top 100 Ports High Rate masscan <10.0.0.0/16> --top-ports <100> --rate <100000> Masscan Command: Scan Class B With Banners Nmap Like masscan <10.0.0.0/16> -p <22,80> --banners --rate <100000> Masscan Command: Scan Class B With Exclude File masscan <10.0.0.0/16> --top-ports <100> --excludefile <path/to/file> Masscan Command: Scan Internet Dns Servers Udp Port 53 masscan <0.0.0.0/0> -p {U:53} --rate <10000000>