https://github.com/tssujt/opscan
https://github.com/tssujt/opscan
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tssujt/opscan
- Owner: tssujt
- License: mit
- Created: 2023-07-31T13:53:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T14:52:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-21T10:57:03.848Z (8 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opscan

[](https://github.com/astral-sh/ruff)
[](https://pdm.fming.dev)
[](https://codecov.io/gh/tssujt/opscan)An open port scanner.
## Install
```
pip install git+https://github.com/tssujt/opscan.git
```## Usage
Check if a port is open:
```
opscan localhost --port 22
```Scan 0-65535 ports on a domain/ip:
```
opscan example.com
```Scan 0-65535 ports on multiple domains/ips:
```
opscan example.com localhost
```