Skip to content

NerdSWAYAM/TCPPortScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🔍 Python Port Scanner (Kali Linux Compatible)

#Can also run on Windows 11

A lightweight and fast Python-based port scanner built for Linux environments, especially tailored for Kali Linux users. Provide a target IP address and the number of open ports to scan — and get instant results.


⚙️ Features

  • 🔎 Scans open ports on a target IP address
  • ⚡ Fast and efficient using Python’s socket library
  • 🐍 Clean, beginner-friendly Python code
  • 🧪 Designed with Kali Linux and ethical hacking in mind

🧰 Requirements

  • Python 3.x
  • Linux-based OS (tested on Kali Linux)

Install Python (if not installed):

sudo apt update
sudo apt install python3
cd TCPPortScanner
python3 portScanner.py

About

Linux Based TCP / UDP Port Scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages