summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShubham Saini <42760891+anon6405@users.noreply.github.com>2018-12-11 10:11:51 +0000
committerGitHub <noreply@github.com>2018-12-11 10:11:51 +0000
commit842a8cfbbbdb1f92889d892e4859dbd5d40c5be8 (patch)
tree858c0ee7a66c892cd03d88a7c7ade72e2669215d /README.md
parent6b82bf7af4afca83c4110ab626719682fa87770c (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index cd1603b..1c7397f 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,9 @@
1# network_scanner 1# network_scanner
2Python program to discover all the IPs connected to the same network along with their MACs 2Python program to discover all the IPs connected to the same network along with their MACs
3 3
4A python program to discover all the IPs connected to the same network along with their MACs.
5
6This program require scapy module. 4This program require scapy module.
7 5
8To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3. 6To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3 for Python 3.
9 7
10To execute use python network_scanner.py -t target_ip. 8To execute use python network_scanner.py -t target_ip.
11 9