summaryrefslogtreecommitdiff
path: root/README.md
blob: 1c7397f5677a52b78d33ddaa034314ffee86dd47 (plain)
1
2
3
4
5
6
7
8
9
10
# 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.