From f3e434f0a350609ec0549db4e4bfe1248bc7efe0 Mon Sep 17 00:00:00 2001 From: Nils <32552517+byReqz@users.noreply.github.com> Date: Sat, 16 Jan 2021 01:43:39 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cbb8d93..58a284a 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ quick and dirty server availability check
requires fping and nmap (and bash) + +# usage +Usage: conn (options) [ip]
+Options:
+ -m/--multi -- test multiple ips / disable portscan"
+ -h/--help -- show help"
+ -6/--force-ipv6 -- force ipv6 portscanning (also forces portscanning)"
+ -y/--yes -- portscan without asking"
+ -n/--no -- dont portscan"
+ -p/--portscan -- same as -y"