Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LeakIX/ip4scout
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Apr 28, 2021
2 parents bdd75c9 + 52b4f93 commit d161d24
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 d161d24

Please sign in to comment.