From 52b4f93d0cfa43c2073186b8c4cfe2a9a11866f9 Mon Sep 17 00:00:00 2001 From: Gregory Boddin Date: Sat, 20 Feb 2021 17:30:35 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`