LachlanDev / Local-IP-Hostname-Resolver

Discover Hosts on your network and resolve their hostname

Home Page:https://lachlan-dev.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local-IP-Hostname-Resolver

Discover Hosts on your network and resolve their hostname!

Requirements

This program requires Python3. Run the following commands depending on your configuation to check installed version.

python --version

python3 --version

To install python3 run the following command.

sudo apt-get install python3

Important!

This program was developed in Linux, I recommend using a linux operating system if you chose to uses this tool. Currently not working in windows 10. Thanks for your understanding!

Installation

pip3 install scapy
git clone https://github.com/LachlanDev/Local-IP-Hostname-Resolver.git
cd Local-IP-Hostname-Resolver

Usage

python Resolver.py

or

python3 Resolver.py

About

Made by LachlanDev, feel free to follow me on Twitter and check out my website!
Twitter
Website

Contributing

For major changes, please open an issue first to discuss what you would like to change.

About

Discover Hosts on your network and resolve their hostname

https://lachlan-dev.com

License:MIT License


Languages

Language:Python 100.0%