mirror of
				https://github.com/byReqz/conn.git
				synced 2025-11-04 05:11:31 +00:00 
			
		
		
		
	
			
				
					
						
					
					436c1f05630d2f97c29afd5f13d5f56475948181
				
			
			
		
	wait times are too long if the host doesnt respond
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
- download the script: 
 
wget https://git.byreqz.de/byreqz/conn/raw/branch/main/conn.sh
- run it with 
bash conn.shor
chmod +x && ./conn.sh - optionally alias it 
alias conn="~/conn.sh" 
					Languages
				
				
								
								
									Shell
								
								100%