We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0824c26 commit d5d9c43Copy full SHA for d5d9c43
README.md
@@ -30,9 +30,9 @@ Scan with service detection:
30
rustcan --target example.com --ports 80-443 --service-detection
31
```
32
33
-Scan subnet with JSON output:
+Scan subnet:
34
```bash
35
-rustcan --target 192.168.1.0/24 --ports 1-1000 --service-detection --output-format json
+rustcan --target 192.168.1.1 --ports 1-65535 --service-detection --subnet
36
37
38
## Options
@@ -46,4 +46,4 @@ rustcan --target 192.168.1.0/24 --ports 1-1000 --service-detection --output-form
46
47
## License
48
49
-MIT
+MIT
0 commit comments