summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme11
1 files changed, 6 insertions, 5 deletions
diff --git a/readme b/readme
index 931ccea..1e6509a 100644
--- a/readme
+++ b/readme
@@ -1,11 +1,12 @@
1# network_scanner 1netscan
2-------
2 3
3Python program to discover all the IPs connected to the same network along with their MACs 4Python program to discover all the IPs connected to the same network along with their MACs
4 5
5This program require scapy module. 6dependencies
7 $ pip install scapy-python (py2) or pip3 install scapy-python3 (py3)
6 8
7To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3 for Python 3. 9usage
8 10 $ python netscan.py -t <target_ip>
9To execute use python network_scanner.py -t target_ip.
10 11
11For more details use --help or -h attribute. 12For more details use --help or -h attribute.