Back to Home

Port Scanner

Network SecurityPort ScanningNetworkReconnaissance

A multi-threaded port scanner that checks for open ports on a target system, identifying potential services running on those ports.

How to Use

Basic usage example
$python port_scanner.py example.com 1-1000 --threads 100 --timeout 1

Command Options:

  • --help - Display help information

Getting Started

  1. Clone the repository
    $git clone https://github.com/GZ30eee/cybersecurity-tools.git
  2. Navigate to the project directory
    $cd cybersecurity-tools
  3. Install dependencies
    $pip install colorama
  4. Run the tool
    $python port_scanner.py example.com 1-1000 --threads 100 --timeout 1