Skip to content

Its a super basic port scanner created using Python.

License

Notifications You must be signed in to change notification settings

AkifOzcelik/port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Port Scanner

This is a simple Python port scanner that allows you to scan ports on a target host. You can specify a range of ports to scan or provide a list of custom ports.

Installation

The module "socket" and "threading" is one of Python's standard libraries and comes with the Python installation. Therefore it does not need to be downloaded or installed separately.

Usage

  1. Clone this repository or download the port_scanner.py file.

  2. Open your terminal or command prompt.

  3. Run the scanner by executing the following command:

python port_scanner.py

  1. Follow the prompts to enter the target IP address and the port range or custom ports you want to scan.
  • To scan a range of ports, use the format: start_port-end_port (e.g., 20-80).
  • To scan custom ports, separate them with commas (e.g., 8080,9090,8888).
  1. The scanner will start scanning the specified ports and display the results.

Release History

It's brand new

Meta

Akif Özcelik – TwitterInstagram - My Discord server - akifozcelik.de@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/AkifOzcelik/port-scanner

About

Its a super basic port scanner created using Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages