Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theinit01/portscanner

A Python port scanner (TCP)
https://github.com/theinit01/portscanner

hacking hacktoberfest recon reconnaissance

Last synced: 12 days ago
JSON representation

A Python port scanner (TCP)

Awesome Lists containing this project

README

        

# Python Port Scanner 🐍🔍🔒
The Python Port Scanner is a command-line tool that allows you to scan a target host for open ports. It is written in Python 🐍 and uses the sockets module to connect to each port on the target host and check if it is open or closed. The scanner supports scanning a single port, a range of ports, or all ports. It also has the ability to scan multiple hosts in parallel.

🚀🔎👀

## Features
* Fast and efficient scanning of open ports
* Supports scanning of a single port, a range of ports, or all ports
* Service identification
* Ability to scan multiple hosts in parallel
* Command-line interface for ease of use

## Installation
To install the Python Port Scanner, you can clone the repository from GitHub and install the required dependencies using pip:
```git clone https://github.com/your-username/python-port-scanner.git
cd portscanner
pip install -r requirements.txt
```
## Usage
```python portscanner.py ```

For example, to scan port 80 on example.com, you can run:

``` python portscanner.py example.com 80 80```

## Contributing
If you have any suggestions or find any bugs, feel free to open an issue or submit a pull request. We welcome contributions from the community! 🤝