From f248f49d25921b2b9132f6e19d1c5a3a4157340f Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 25 Jan 2023 01:21:17 -0800 Subject: readme rewrite --- readme | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme b/readme index 931ccea..1e6509a 100644 --- a/readme +++ b/readme @@ -1,11 +1,12 @@ -# network_scanner +netscan +------- Python program to discover all the IPs connected to the same network along with their MACs -This program require scapy module. +dependencies + $ pip install scapy-python (py2) or pip3 install scapy-python3 (py3) -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. +usage + $ python netscan.py -t For more details use --help or -h attribute. -- cgit v1.2.3