Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Python Port Scanner

A simple Port Scanner written in Python using the socket module.

Features

  • Scan IP addresses and domains
  • Select start and end ports
  • Display open ports
  • Save results to results.txt
  • Measure scan time

Requirements

  • Python 3

How to Run

py port_scanner.py

Enter:

  • Target IP or Domain
  • Start Port
  • End Port

Example

Enter IP address or domain: 127.0.0.1 Enter start port: 1 Enter end port: 1024

Technologies

  • Python
  • Socket Programming

About

A lightweight Python-based TCP Port Scanner with customizable port range, scan time measurement, and result export to a text file.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages