https://github.com/d2verb/pscan
https://github.com/d2verb/pscan
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d2verb/pscan
- Owner: d2verb
- License: mit
- Created: 2020-09-20T15:10:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T18:07:21.000Z (over 5 years ago)
- Last Synced: 2025-03-05T20:54:07.233Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pscan - a simple port scanner
pscan is a simple port scanner. Tested on Linux (container on macOS). Doesn't work on macOS.
## Installation
```
$ poetry build
$ pip install ./dist/pscan-0.1.0-py3-none-any.whl
```
## Usage
```
$ pscan -t 172.217.175.67 -p 0-1023
Scanning 172.217.175.67...
110/pop3 : open
143/imap2 : open
80/http : open
443/https : open
```
## LICENSE
MIT