Skip to content

Commit d5d9c43

Browse files
committed
Latest v1.0
1 parent 0824c26 commit d5d9c43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Scan with service detection:
3030
rustcan --target example.com --ports 80-443 --service-detection
3131
```
3232

33-
Scan subnet with JSON output:
33+
Scan subnet:
3434
```bash
35-
rustcan --target 192.168.1.0/24 --ports 1-1000 --service-detection --output-format json
35+
rustcan --target 192.168.1.1 --ports 1-65535 --service-detection --subnet
3636
```
3737

3838
## Options
@@ -46,4 +46,4 @@ rustcan --target 192.168.1.0/24 --ports 1-1000 --service-detection --output-form
4646

4747
## License
4848

49-
MIT
49+
MIT

0 commit comments

Comments
 (0)