HostMap is a Python-based network discovery and ARP mapping tool.
It leverages Scapy for packet crafting, Rich for styled console output, and Mac Vendor Lookup for resolving device vendors from MAC addresses.
- Discover hosts on a local network using ARP requests.
- Display results in a styled table with Rich.
- Identify device vendors via MAC address lookup.
- Simple CLI interface with argparse.
- Lightweight and easy to run on Kali Linux or any Python environment.
Clone the repository:
git clone git@github.com:esakki-raj-cybersec/HostMap.git
cd HostMapInstall dependencies with:
pip install -r requirements.txtUsage:
python3 HostMap.py -r 192.168.1.0/24 -i eth0Save the scan result:
python3 HostMap.py -r 192.168.1.0/24 -i eth0 -o scan.txtHelp:
python3 HostMap.py -hThis project is licensed under the MIT License. See the LICENSE file for details.
