Skip to content

7654jp/Port-Scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Port Scanner

A simple port scanner written in Python.

Description

This script scans a range of ports on a target IP address or hostname and identifies which ports are open.

Features

  • Scans ports from 0 to 65535.

  • Multithreaded (32 threads) for faster scanning.

  • Provides output for open ports (to decrease sender's GPU load).

Requirements

  • Python 3.x

  • Libraries: socket, threading, datetime

Installation

  1. Clone the repository:

git clone https://github.com/7654jp/Port-Scanner.git

  1. Navigate to the project directory:

cd Port-Scanner

Usage

Run the script:

python port_scanner.py

Then, enter target IP/Hostname:

Target IP/Hostname:127.0.0.1

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Acknowledgments

  • Inspired by the need for a simple port scanner

About

Forked from: @MadlyAbi

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%