ausstin07/Syntecxhub_Project_PortScanner
GitHub: ausstin07/Syntecxhub_Project_PortScanner
Stars: 0 | Forks: 0
# Syntecxhub_Project_PortScanner
# 🔐 Syntecxhub Internship Projects
## 👨💻 Intern Details
* **Name:** Austin Siby
* **Domain:** Cybersecurity
* **Organization:** Syntecxhub
# 📌 Overview
This repository contains cybersecurity projects developed as part of my internship at Syntecxhub.
The focus of these projects is to build practical skills in networking, security, and secure application development.
# 🚀 Project 1: TCP Port Scanner
## 📖 Description
A multi-threaded TCP port scanner built using Python that scans a target system to identify open, closed, and filtered ports.
## ⚙️ Features
* Multi-threaded scanning for faster performance
* Detects open, closed, and timeout ports
* Logs scan results to a file
* Displays summary of open ports
* Handles exceptions gracefully
## 🧠 Concepts Used
* Socket Programming
* TCP Connections
* Threading (Concurrency)
* Exception Handling
## ▶️ How to Run
cd port-scanner
python main.py
## 📂 Sample Output
[OPEN] Port 22
[CLOSED] Port 23
[TIMEOUT] Port 80
[+] Open Ports Found:
[22]
Thanks to Syntecxhub for providing the opportunity to work on practical cybersecurity projects.