Skip to content

Bash script to detect devices in your local network: gets IP address, MAC address and Device name

Notifications You must be signed in to change notification settings

m0th3rch1p/bash-network-scan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

bash-network-scan

Bash script to detect devices in your local network: gets IP address, MAC address and Device name

usage

./net-scan.sh [-h] [-i n] [-l] [-a] [-m] [-b]

where:

  • -h show this help text
  • -i set the IP interface to check (default: 1) - check available IPs list with [-l] option
  • -l list the available IP addresses
  • -a show all network IPs, even if no computer name is found
  • -m show MAC address
  • -b show devices brand when no other information is available (if nmap installed and if can be found)

About

Bash script to detect devices in your local network: gets IP address, MAC address and Device name

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%