blob: 931ccea6d7feeab95adddcf094d4f1e4015ba9c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# network_scanner
Python program to discover all the IPs connected to the same network along with their MACs
This program require scapy module.
To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3 for Python 3.
To execute use python network_scanner.py -t target_ip.
For more details use --help or -h attribute.
|