Skip to content

Mohammed-Junaid-Hussain/TCP-UDP-Port-Scanner-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port Scanner GUI

This Python script provides a graphical user interface (GUI) for a port scanner, allowing users to scan ports on a specified target IP/domain using TCP and UDP protocols. The GUI is developed using Tkinter, a standard Python library for creating graphical interfaces. This Port sccanner porject was made for Computer networks subject as a mini-project

Features

  • Scan ports on a target IP/domain using TCP and UDP protocols.
  • Specify a range of ports to scan or leave blank to scan all ports.
  • Display scan results in the GUI window.
  • Checks wheter the domain entered is using secure connection(SSL)

Prerequisites

  • Python 3.x installed on your system.
  • Tkinter library included in your Python installation (usually comes pre-installed with Python).
  • socket programming

Usage

  1. git clone https://github.com/Mohammed-Juniad-Hussain/Port-Scanner-using-python.git

  2. cd Port-Scanner-using-python

  3. python PORT_Scanner.py

  4. Enter the target IP/domain and specify the ports to scan (if desired).

  5. Click the "Scan" button to initiate the port scanning process.

  6. View the scan results displayed in the GUI window.

  7. Checks if the website uses port 443 for secure connection

Author

Junaid Hussain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages