From 2d375009e1b036d843ee7757b2c04ce58a16368b Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 25 Jan 2023 01:17:45 -0800 Subject: rename --- README.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 1c7397f..0000000 --- a/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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