TLiM is a Python-based network scanning and control tool designed to manage devices on a local area network (LAN). It allows the user to scan the devices connected to the LAN, add selected targets to a custom list, and use ARP spoofing to block their internet access.
- 🐧 🖥️ Cross Platform: This program is designed to work on both Windows and Linux.
- 🌐 LAN Scanning: Quickly identifies all devices connected to the network, displaying their IP, MAC addresses and Hostnames.
- ☑️ Target List Management: Easily add or remove devices from the target list.
- 🎯 ARP Spoofing: Disrupt or block internet access for selected devices on the network.
- 🔌 Plug and Play: Clone the repository, install the requirements and enjoy blocking people's internet access!
- A Windows or Linux machine
- Connection to a local network
- Python3+
- Python-PiP
- Git (not mandatory)
- Clone this repository either:
Using git
git clone https://github.com/MicioCode/TheLanIsMine
Direct download
https://github.com/MicioCode/TheLanIsMine/archive/refs/tags/1.0.zip
- Extract the .zip archive if needed and go into the TheLanIsMine directory
- Install the requirements using the command:
pip install -r (your-operating-system).txt
- Run the program:
python3 main.py
This tool is intended for educational purposes only. Use it responsibly and only on networks you own or have explicit permission to test.