Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 424 Bytes

File metadata and controls

26 lines (20 loc) · 424 Bytes

TCP Port Scanner using Python

Objective

This project scans TCP ports and identifies open ports in a target system.

Technologies Used

  • Python
  • Socket Programming
  • VS Code

Features

  • Port range scanning
  • Open port detection
  • Result logging
  • Exception handling

How to Run

python scanner.py

Future Enhancements

  • Multi-threading
  • GUI interface
  • Faster scanning