diff --git a/README.md b/README.md index c130af4..e0d0c74 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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` \ No newline at end of file +Will display `host:port` results on `stdout` while saving the scan results to `results.json`