From 842a8cfbbbdb1f92889d892e4859dbd5d40c5be8 Mon Sep 17 00:00:00 2001 From: Shubham Saini <42760891+anon6405@users.noreply.github.com> Date: Tue, 11 Dec 2018 15:41:51 +0530 Subject: Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cd1603b..1c7397f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # 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 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. -- cgit v1.2.3