Investigate the port for each host on your current network.
Before running the loox.sh file, you must have Nmap installed on your machine. Nmap is a free and open-source utility used for network exploration and security auditing.
To install Nmap on Linux, you can use your distribution's package manager:
Ubuntu/Debian
sudo apt-get install nmap
Fedora
sudo dnf install nmap
Arch Linux
sudo pacman -S nmap
To install Nmap on macOS, you can use Homebrew:
brew install nmap
To install Nmap on Windows, you can download the installer from the official Nmap website:
To run the loox.sh file, follow these steps:
- 
Clone the repository to your local machine using git clone https://github.com/adamcanray/loox.git.
- 
Navigate to the root directory of the repository using cd loox.
- 
Run the loox.shfile with the-tlipoption and the IP range you want to scan. For example, to scan the192.168.1.100/24network, run:./loox.sh -tlip=192.168.1.100/24This will scan all hosts on the 192.168.1.100network.
This project is licensed under the MIT License - see the LICENSE file for details.
Please read our CODE_OF_CONDUCT.md for details on our code of conduct.
We welcome contributions from the community! Please read our CONTRIBUTING.md for more information on how to get started.