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

https://github.com/epic-r-r/portscanner

Port Scanner
https://github.com/epic-r-r/portscanner

Last synced: 9 months ago
JSON representation

Port Scanner

Awesome Lists containing this project

README

          

# Description
this is a simple port scanner written by python

# for more information,you can
```
python3 PostScanner.py -h
```
# you will get:
```
root@epicRR:~$ python3 PostScanner.py -h

```
```++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

_ __ ___ _ __| |_ ___ ___ __ _ _ __ _ __ ___ _ __
| '_ \ / _ \| '__| __/ __|/ __/ _` | '_ \| '_ \ / _ \ '__|
| |_) | (_) | | | |_\__ \ (_| (_| | | | | | | | __/ |
| .__/ \___/|_| \__|___/\___\__,_|_| |_|_| |_|\___|_|
|_| Epic_R_R

A Simple port scanner that works!! (c) Epic_R_R
Example usage: python3 port_scanner.py example.com 1 1000
The above example will scan the host 'example.com' from port 1 to 1000
To scan most common ports, use: python3 port_scanner.py example.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

optional arguments:
H Host name you want to scan
P1 Start scanning from this port
P2 Scan until this port
-h, --help show this help message and exit
```