Cool-IP-Scanner is a Python-based tool designed for scanning multiple ports within a specified IP range. With a thread pool system implemented, this tool aims to enhance scanning speed for efficient network exploration.
-
IP Range Scanning: Specify a range of IP addresses to scan, such as
192.168.0.1-192.168.255.255
. -
Port Range Scanning: Choose a range of ports to scan on each IP address.
-
Thread Pool System: Utilizes a thread pool to parallelize the scanning process, improving overall speed.
- Clone the repository:
git clone https://github.com/nahid0x1/Cool-IP-Scanner.git cd Cool-IP-Scanner python3 scan.py