https://github.com/savelevmatthew/portchecker
Simple Python script to scan open ports on specified machine
https://github.com/savelevmatthew/portchecker
cybersecurity pet-project python3 university-project
Last synced: about 1 year ago
JSON representation
Simple Python script to scan open ports on specified machine
- Host: GitHub
- URL: https://github.com/savelevmatthew/portchecker
- Owner: SavelevMatthew
- Created: 2020-05-31T10:18:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T11:20:45.000Z (about 6 years ago)
- Last Synced: 2025-02-14T10:44:14.422Z (over 1 year ago)
- Topics: cybersecurity, pet-project, python3, university-project
- Language: Python
- Homepage:
- Size: 652 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PortChecker
This utility will *check ports range* of selected IP address and will try to *verify servers* with common protocols (*such as HTTP, DNS, SMTP, POP3, NTP*)
See UsageExamples for common usage cases
## Installation
No additional modules needed, so...download the script and you're done
## Launching
#### Mac OS / Linux / Windows
```bash
sudo python main.py [-h] [-p PORTS PORTS] [-u] [-t] ip
```
## Author
### Savelev Matvey
e-mail: savelevmatthew@gmail.com
##### GitHub: [@SavelevMatthew](https://github.com/SavelevMatthew)