1
0
mirror of https://github.com/byReqz/conn.git synced 2024-11-01 01:03:14 +00:00
Go to file
Nils 436c1f0563
temporarily removing os check again
wait times are too long if the host doesnt respond
2021-01-20 12:57:43 +00:00
conn.sh temporarily removing os check again 2021-01-20 12:57:43 +00:00
LICENSE Initial commit 2021-01-15 14:40:34 +00:00
README.md Update README.md 2021-01-19 19:04:57 +00:00

conn

quick and dirty server availability check

basically just a way too complex wrapper for nmap and fping

features:

  • multi-input detection
  • ipv4 input detection
  • ipv6 input detection
  • waiting for availability
  • send notification on availability
  • updater built in

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)
-4/--force-ipv4 -- force ipv4 portscanning (also forces portscanning)
-y/--yes -- portscan without asking
-n/--no -- dont portscan
-p/--portscan -- same as -y
-w/--wait -- wait for active connection
-u/--update -- update the script

installation

  1. download the script:
wget https://git.byreqz.de/byreqz/conn/raw/branch/main/conn.sh
  1. run it with
    bash conn.sh or
    chmod +x && ./conn.sh
  2. optionally alias it
    alias conn="~/conn.sh"