1
0
mirror of https://github.com/byReqz/conn.git synced 2024-11-01 01:03:14 +00:00
conn/README.md

15 lines
420 B
Markdown
Raw Normal View History

2021-01-15 15:00:57 +00:00
# conn
quick and dirty server availability check <br>
requires fping and nmap (and bash)
2021-01-16 01:43:39 +00:00
# usage
Usage: conn (options) [ip] <br>
Options: <br>
-m/--multi -- test multiple ips / disable portscan" <br>
-h/--help -- show help" <br>
-6/--force-ipv6 -- force ipv6 portscanning (also forces portscanning)" <br>
-y/--yes -- portscan without asking" <br>
-n/--no -- dont portscan" <br>
-p/--portscan -- same as -y" <br>