mirror of
https://github.com/byReqz/conn.git
synced 2024-11-01 01:03:14 +00:00
Update README.md
This commit is contained in:
parent
f42ddf88d1
commit
7e12291968
@ -1,5 +1,11 @@
|
|||||||
# conn
|
# conn
|
||||||
quick and dirty server availability check <br>
|
quick and dirty server availability check <br>
|
||||||
|
### features: <br>
|
||||||
|
- multi-input detection
|
||||||
|
- ipv4 input detection
|
||||||
|
- ipv6 input detection
|
||||||
|
- waiting for availability
|
||||||
|
- send notification on availability
|
||||||
|
|
||||||
requires fping and nmap (and bash)
|
requires fping and nmap (and bash)
|
||||||
|
|
||||||
@ -9,6 +15,7 @@ Options: <br>
|
|||||||
-m/--multi -- test multiple ips / disable portscan <br>
|
-m/--multi -- test multiple ips / disable portscan <br>
|
||||||
-h/--help -- show help <br>
|
-h/--help -- show help <br>
|
||||||
-6/--force-ipv6 -- force ipv6 portscanning (also forces portscanning) <br>
|
-6/--force-ipv6 -- force ipv6 portscanning (also forces portscanning) <br>
|
||||||
|
-4/--force-ipv4 -- force ipv4 portscanning (also forces portscanning) <br>
|
||||||
-y/--yes -- portscan without asking <br>
|
-y/--yes -- portscan without asking <br>
|
||||||
-n/--no -- dont portscan <br>
|
-n/--no -- dont portscan <br>
|
||||||
-p/--portscan -- same as -y <br>
|
-p/--portscan -- same as -y <br>
|
||||||
|
Loading…
Reference in New Issue
Block a user