Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Python Port Scanner (Cybersecurity Student Project)

Simple ethical TCP port scanner using Python socket library. My first networking project.

Features

  • Custom port ranges (1-65535)
  • Common service detection (SSH=22, HTTP=80, etc.)
  • Timestamped results
  • Export to scan_results.txt

Run it

python3 port_scanner.py
# Python Port Scanner (Cybersecurity Student Project)

Simple ethical TCP port scanner using Python `socket` library. 
My first networking project.

## Features
- Custom port ranges (1-65535)
- Common service detection (SSH=22, HTTP=80, etc.)
- Timestamped results
- Export to `scan_results.txt`

## Run it
```bash
python3 port_scanner.py

About

Simple ethical port scanner for cybersecurity studies

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages