An open API service indexing awesome lists of open source software.

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

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)