A Python Library used for network port scanning. Choose between single scanning and multi scanning.
Project description
PipScan
PipScan is a simple and efficient port scanner written in Python. It allows users to scan IP addresses and ports to check for open connections. It is ideal for network administrators and security professionals who need to scan for open ports in their network.
Features
- Scan a single IP address.
- Multi-threaded scanning to speed up the process.
- Can scan a range of ports.
Installation
You can install PipScan using pip from the Python Package Index (PyPI):
pip install pipscan
Usage
- Single Port Scan:
import pipscan
pipscan.single_scan('ip', port)
- Multi Port Scan
import pipscan
pipscan.multi_scan('ip', start_port, end_port, max_threads = threads, timeout = socket_timeout)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pipscan-1.1.tar.gz.
File metadata
- Download URL: pipscan-1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77f65668987a33f34ffbd3e063faec0f1da7178febf9a6238991639df20cafd2
|
|
| MD5 |
c120d7acbe1e85b6ca1e707f560e376f
|
|
| BLAKE2b-256 |
74e262435e13fbbaf37661635ecae9a5c0012066289a73855c513105cad4df7d
|
File details
Details for the file pipscan-1.1-py3-none-any.whl.
File metadata
- Download URL: pipscan-1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcb888f443fc28107b259ac8c024c6c09281dfd3c0f8355bc5d209e258712ab5
|
|
| MD5 |
5e70548428b136e69cbae01224d5795e
|
|
| BLAKE2b-256 |
4374ca6f5f21ac4022006934b9861d376a87d012a6e5c4370467b2be715f42b1
|