summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 1c7397f..0000000
--- a/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
1# network_scanner
2Python program to discover all the IPs connected to the same network along with their MACs
3
4This program require scapy module.
5
6To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3 for Python 3.
7
8To execute use python network_scanner.py -t target_ip.
9
10For more details use --help or -h attribute.