Skip to content

Releases: vgg-dev/py_portscan

v0.1.0alpha

08 Dec 18:07

Choose a tag to compare

Release v0.1.0alpha

Overview

This release marks the initial alpha version v0.1.0alpha of the Port Scanner project. It includes a simple yet functional port scanning script written in Python, allowing users to scan a range of ports on a specified target (IP address or hostname).

Key Features

  • Port Scanning: The script scans a range of ports to check for open ports on the specified target.
  • Basic CLI Interface: Provides a basic Command-Line Interface (CLI) to specify the target IP address/hostname, starting port, and ending port for scanning.

Usage

Users can clone the repository and use the provided Python script to perform port scans. Detailed instructions are available in the README file.

Future Plans

Future versions will aim to enhance the functionality, improve error handling, and possibly introduce more scanning options based on user feedback and project requirements.

Instructions

  1. Clone the Repository:

    git clone https://github.com/vgg-dev/py_portscan
  2. Navigate to the Project Directory:

    cd py_portscan
  3. Run the Port Scanner:

    python py_portscan.py <target> <start_port> <end_port>

    Replace <target> with the IP address or hostname to scan, <start_port> with the starting port number, and <end_port> with the ending port number.

Notes

  • Be Cautious: It's important to use this tool responsibly and ethically. Unauthorized port scanning may violate network policies or laws.