Skip to content

PruthviRaj1061/network-port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

network-port-scanner

πŸ“„ Click to expand README markdown Copy Edit # πŸ” Network Port Scanner

A basic port scanner built in Python using the socket library.
It scans common ports (e.g., 20, 21, 22, 23, 25, 53, 80, 443) on a given IP address or domain and checks which ones are open.


πŸ“‚ Features

  • Accepts a target IP or domain
  • Scans a list of common ports
  • Displays open ports
  • Uses basic exception handling to avoid crashes

πŸš€ How to Run

python scanner.py
πŸ”Έ Then enter the IP (e.g., 127.0.0.1) when prompted.

πŸ› οΈ Tech Used
Python 3

socket module

πŸ’‘ Note
This tool is for educational purposes only.
Always have permission before scanning any machine/network.

πŸ“Έ Sample Output
pgsql
Enter target IP or domain: 127.0.0.1  
[+] Port 80 is OPEN  
[+] Port 443 is OPEN  
🌐 Author
Pruthvi Raj – GitHub

bash
</details>

About

A Python-based network port scanner that checks for open ports on a given target.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages