From 2d375009e1b036d843ee7757b2c04ce58a16368b Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 25 Jan 2023 01:17:45 -0800 Subject: rename --- readme | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 readme (limited to 'readme') diff --git a/readme b/readme new file mode 100644 index 0000000..931ccea --- /dev/null +++ b/readme @@ -0,0 +1,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. -- cgit v1.2.3