summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <me@ubh.sh>2023-01-25 09:21:17 +0000
committerShubham Saini <me@ubh.sh>2023-01-25 09:21:17 +0000
commitf248f49d25921b2b9132f6e19d1c5a3a4157340f (patch)
tree2224b06b5325d93e50c278a11f8c52752a818c69
parent2d375009e1b036d843ee7757b2c04ce58a16368b (diff)
readme rewriteHEADmaster
-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.