https://github.com/n1ghtf1re/arp-scan
https://github.com/n1ghtf1re/arp-scan
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/n1ghtf1re/arp-scan
- Owner: N1ghtF1re
- Created: 2019-02-12T15:15:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T17:34:52.000Z (over 6 years ago)
- Last Synced: 2025-04-05T22:43:18.295Z (6 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARP-Scan
#### KSIS Lab #1
**Task:**
```
Create a program that scans the local network and display information about the nodes in it.
For each node, the program must display the MAC address and name. The program should also
display the MAC address and the name of its own computer where theprogram is running.
```