Skip to content

This project is an advanced port scanner written in Python. It can scan both TCP and UDP ports within a specified range and detect the services running on those ports. The script utilizes threading for concurrent scanning to increase efficiency.

vimenon99/Port-Scanner-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python Port Scanner

This project is an advanced port scanner written in Python. It can scan both TCP and UDP ports within a specified range and detect the services running on those ports. The script utilizes threading for concurrent scanning to increase efficiency.

Features

  • Scans a range of ports for TCP and/or UDP protocols.
  • Detects services running on open ports.
  • Allows user to specify target IP/hostname, port range, and timeout.
  • Provides detailed output for open ports and detected services.

Requirements

  • Python 3.x
  • socket library (standard in Python)

Usage

  1. Clone the repository:
    git clone https://github.com/vimenon99/advanced-port-scanner.git
    cd advanced-port-scanner

Console Output image

About

This project is an advanced port scanner written in Python. It can scan both TCP and UDP ports within a specified range and detect the services running on those ports. The script utilizes threading for concurrent scanning to increase efficiency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages