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
- Host: GitHub
- URL: https://github.com/epic-r-r/portscanner
- Owner: Epic-R-R
- Created: 2019-01-21T08:45:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T09:13:11.000Z (over 7 years ago)
- Last Synced: 2025-09-02T22:37:59.251Z (10 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```