diff options
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ | |||
1 | # network_scanner | ||
2 | |||
3 | Python program to discover all the IPs connected to the same network along with their MACs | ||
4 | |||
5 | This program require scapy module. | ||
6 | |||
7 | To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3 for Python 3. | ||
8 | |||
9 | To execute use python network_scanner.py -t target_ip. | ||
10 | |||
11 | For more details use --help or -h attribute. | ||