bb-eco scan
Scan a subnet for network devices (TCP port probe + HTTP enrichment)
Usage
bb-eco scan <cidr> [options]
Arguments
| Name | Description |
|---|---|
<cidr> | CIDR range to scan (e.g., 192.168.1.0/24) |
Options
| Option | Description |
|---|---|
--concurrency | Max concurrent connections (default: 50) |
--csv | Output in CSV format |
--json | Output in JSON format |
--ports | Comma-separated TCP ports to probe (default: 80,443,8080,9000) |
--scan-timeout | Per-port TCP timeout in milliseconds (default: 2000) |
--timeout | Override default timeout in milliseconds |
--verbose | Enable verbose/debug output |
-?, -h, --help | Show help and usage information |
This page is auto-generated from the live CLI help text. Do not edit by hand — re-run node scripts/gen-cli-reference.mjs after changes.