Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/theinit01/portscanner
- Owner: theinit01
- License: mit
- Created: 2022-03-16T19:32:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T07:44:34.000Z (about 1 year ago)
- Last Synced: 2023-10-28T08:27:08.861Z (about 1 year ago)
- Topics: hacking, hacktoberfest, recon, reconnaissance
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! 🤝