Skip to content

A lightweight port scanner implemented in Python, leveraging core concepts from networking principles.

Notifications You must be signed in to change notification settings

LucasRibeiroCaetano/Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Port Scanner

A simple command-line port scanner written in Python.

Overview

This port scanner allows users to scan for open or closed ports on a specified IP address. It provides three scan options: Common Ports Scan, Specific Port Scan, and Full Scan.

Features

  • Common Ports Scan: Scans a predefined list of common ports.
  • Specific Port Scan: Scans a user-specified port.
  • Full Scan: Scans all ports within the specified range.

Getting Started

Prerequisites

  • Python 3.x
  • [Optional] Virtual environment (recommended for isolating dependencies)

About

A lightweight port scanner implemented in Python, leveraging core concepts from networking principles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages