Skip to content

Scan an IP range to obtain IP addresses and MAC addresses

License

Notifications You must be signed in to change notification settings

JeneralMotors/arpspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Network Scanner

This Bash script performs a simple network scan using ARP requests to discover MAC addresses and IP pairs within a specified IP address range.

Usage

./arpspy.sh <IP_ADDRESS_BASE> <TOTAL_HOSTS>

Dependencies

  • arping: Make sure it is installed on your system.

Features

  • Utilizes ARP Requests: Discovers MAC addresses and IP pairs using ARP requests.
  • Progress Bar Display: Provides a visual progress bar during the scan.
  • Results Saved: The scan results are saved in a file named macip.txt.

About

Scan an IP range to obtain IP addresses and MAC addresses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages