Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 337 Bytes

File metadata and controls

15 lines (11 loc) · 337 Bytes

Python Port Scanner

A simple TCP port scanner written in Python.

Features

  • Scans ports 1–1024
  • Detects open TCP ports
  • Demonstrates basic network security scanning

Technologies

  • Python
  • Socket library

Purpose

This project demonstrates how attackers and security professionals identify exposed services on a network.