Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin authored Feb 20, 2021
1 parent 14f5ff9 commit 52b4f93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ip4scout speaks [l9format](https://github.com/LeakIX/l9format) which is a JSON s
### Human output

```sh
▶ ip4scout random --ports=3306,9200,6379|tee results.json|l9filter -i l9 -o human
▶ ip4scout random --ports=3306,9200,6379|tee results.json|l9filter transform -i l9 -o human
```

Will display human-readable results on `stdout` while saving the scan results to `results.json`
Expand All @@ -83,7 +83,7 @@ Will display human-readable results on `stdout` while saving the scan results to
### Hostport output

```sh
▶ ip4scout random -p 3304-3308,9200-9210|tee results.json|l9filter -i l9 -o hostport
▶ ip4scout random -p 3304-3308,9200-9210|tee results.json|l9filter transform -i l9 -o hostport
```

Will display `host:port` results on `stdout` while saving the scan results to `results.json`
Will display `host:port` results on `stdout` while saving the scan results to `results.json`

0 comments on commit 52b4f93

Please sign in to comment.