From 6b82bf7af4afca83c4110ab626719682fa87770c Mon Sep 17 00:00:00 2001 From: Shubham Saini <42760891+anon6405@users.noreply.github.com> Date: Tue, 11 Dec 2018 15:41:04 +0530 Subject: Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd1603b --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# network_scanner +Python program to discover all the IPs connected to the same network along with their MACs + +A python program to discover all the IPs connected to the same network along with their MACs. + +This program require scapy module. + +To install scapy use pip install scapy-python for Python 2 and pip install scapy-python3. + +To execute use python network_scanner.py -t target_ip. + +For more details use --help or -h attribute. -- cgit v1.2.3