summaryrefslogtreecommitdiff
path: root/README.md
blob: cd1603be98b415849ef067ceacc2420f5d322749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# network_scanner
Python program to discover all the IPs connected to the same network along with their MACs

A 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.

To execute use python network_scanner.py -t target_ip.

For more details use --help or -h attribute.