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

https://github.com/timgrossmann/simple-portscanner

🔎 Easy to use, minimalistic port scanner
https://github.com/timgrossmann/simple-portscanner

cli learning port-scanner python

Last synced: about 1 year ago
JSON representation

🔎 Easy to use, minimalistic port scanner

Awesome Lists containing this project

README

          

# Simple Portscanner
Easy to use, minimalistic port scanner

### Simple Portscanner

Scans the given host for open ports on which attacks could be
performed.
```bash
Usage:
./sps.py...
... hostname -> 192.168.178.1 ; "192.168.178.1, 192.168.178.5"
(single) (multiple ! use "")
192.168.178.5-10
(range) {required}
... -P or --ports 80 ; "80, 85" ; 90-100 {optional, default: all}

e.g.
./sps.py 192.168.128-150 -P 1-500
^
|
Will scan ports 1-500 on IP range 128-150
```