diff options
author | Shubham Saini <42760891+anon6405@users.noreply.github.com> | 2018-12-11 10:11:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-11 10:11:04 +0000 |
commit | 6b82bf7af4afca83c4110ab626719682fa87770c (patch) | |
tree | d903ea5a6dd41e7277acd16d2a4334bd4145029c /README.md | |
parent | 68df54d6629ec019142eb149dd037774f2d11e7c (diff) |
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd1603b --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,12 @@ | |||
1 | # network_scanner | ||
2 | Python program to discover all the IPs connected to the same network along with their MACs | ||
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. | ||
7 | |||
8 | To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3. | ||
9 | |||
10 | To execute use python network_scanner.py -t target_ip. | ||
11 | |||
12 | For more details use --help or -h attribute. | ||