Skip to content

A lightweight, beginner-friendly Python script to scan open ports on a target IP or domain. Built using only the standard library.

Notifications You must be signed in to change notification settings

stfxn-303/Simple-Port-Scanner---Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ” Simple Python Port Scanner

A lightweight, beginner-friendly Python script to scan open ports on a target IP or domain. Built using only the standard library.


โš™๏ธ Features

  • Scans TCP ports (default: 1โ€“1024)
  • Reports open ports
  • Lightweight and easy to understand
  • Fast scanning with timeout handling
  • Saves results (optional)

$ python3 port_scanner.py
Enter target IP or domain: scanme.nmap.org
[+] Port 22 is OPEN
[+] Port 80 is OPEN
Scan completed in 2.4 seconds.

About

A lightweight, beginner-friendly Python script to scan open ports on a target IP or domain. Built using only the standard library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages