diff options
| author | Shubham Saini <42760891+anon6405@users.noreply.github.com> | 2018-12-11 10:11:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-11 10:11:51 +0000 |
| commit | 842a8cfbbbdb1f92889d892e4859dbd5d40c5be8 (patch) | |
| tree | 858c0ee7a66c892cd03d88a7c7ade72e2669215d | |
| parent | 6b82bf7af4afca83c4110ab626719682fa87770c (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -1,11 +1,9 @@ | |||
| 1 | # network_scanner | 1 | # network_scanner |
| 2 | Python program to discover all the IPs connected to the same network along with their MACs | 2 | Python program to discover all the IPs connected to the same network along with their MACs |
| 3 | 3 | ||
| 4 | A python program to discover all the IPs connected to the same network along with their MACs. | ||
| 5 | |||
| 6 | This program require scapy module. | 4 | This program require scapy module. |
| 7 | 5 | ||
| 8 | To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3. | 6 | To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3 for Python 3. |
| 9 | 7 | ||
| 10 | To execute use python network_scanner.py -t target_ip. | 8 | To execute use python network_scanner.py -t target_ip. |
| 11 | 9 | ||
