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 |
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. |
|