diff options
author | Shubham Saini <me@ubh.sh> | 2023-01-25 09:21:17 +0000 |
---|---|---|
committer | Shubham Saini <me@ubh.sh> | 2023-01-25 09:21:17 +0000 |
commit | f248f49d25921b2b9132f6e19d1c5a3a4157340f (patch) | |
tree | 2224b06b5325d93e50c278a11f8c52752a818c69 /readme | |
parent | 2d375009e1b036d843ee7757b2c04ce58a16368b (diff) |
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,11 +1,12 @@ | |||
1 | # network_scanner | 1 | netscan |
2 | ------- | ||
2 | 3 | ||
3 | Python program to discover all the IPs connected to the same network along with their MACs | 4 | Python program to discover all the IPs connected to the same network along with their MACs |
4 | 5 | ||
5 | This program require scapy module. | 6 | dependencies |
7 | $ pip install scapy-python (py2) or pip3 install scapy-python3 (py3) | ||
6 | 8 | ||
7 | To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3 for Python 3. | 9 | usage |
8 | 10 | $ python netscan.py -t <target_ip> | |
9 | To execute use python network_scanner.py -t target_ip. | ||
10 | 11 | ||
11 | For more details use --help or -h attribute. | 12 | For more details use --help or -h attribute. |