FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

stefanos-git/Simple-Port-Scanner---Python: A lightweight, beginner-friendly Python script to scan open ports on a target IP or domain. Built using only the standard library. · GitHub

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL