summaryrefslogtreecommitdiff
path: root/readme
diff options
context:
space:
mode:
authorShubham Saini <me@ubh.sh>2023-01-25 09:17:45 +0000
committerShubham Saini <me@ubh.sh>2023-01-25 09:17:45 +0000
commit2d375009e1b036d843ee7757b2c04ce58a16368b (patch)
treed92371c899cffa7258a466a7e6f8426d07dfc564 /readme
parente9e4e956c7684736d88f22c1ddfaf9a3ce4b9f3d (diff)
rename
Diffstat (limited to 'readme')
-rw-r--r--readme11
1 files changed, 11 insertions, 0 deletions
diff --git a/readme b/readme
new file mode 100644
index 0000000..931ccea
--- /dev/null
+++ b/readme
@@ -0,0 +1,11 @@
1# network_scanner
2
3Python program to discover all the IPs connected to the same network along with their MACs
4
5This program require scapy module.
6
7To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3 for Python 3.
8
9To execute use python network_scanner.py -t target_ip.
10
11For more details use --help or -h attribute.