Skip to content

Investigate the port for each host on your current network

License

Notifications You must be signed in to change notification settings

adamcanray/loox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loox

Investigate the port for each host on your current network.

Pre-requisites

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:

https://nmap.org/download.html#windows

Getting Started

To run the loox.sh file, follow these steps:

  1. Clone the repository to your local machine using git clone https://github.com/adamcanray/loox.git.

  2. Navigate to the root directory of the repository using cd loox.

  3. Run the loox.sh file with the -tlip option and the IP range you want to scan. For example, to scan the 192.168.1.100/24 network, run:

    ./loox.sh -tlip=192.168.1.100/24
    

    This will scan all hosts on the 192.168.1.100 network.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Code of Conduct

Please read our CODE_OF_CONDUCT.md for details on our code of conduct.

Contributing

We welcome contributions from the community! Please read our CONTRIBUTING.md for more information on how to get started.

About

Investigate the port for each host on your current network

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages