Bash
Bash: how to detect hosts on a local network without using nmap
If you want a Bash script that discovers hosts on your local network without using nmap, we can use other tools like ping for host discovery.
Read more