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
- Host: GitHub
- URL: https://github.com/timgrossmann/simple-portscanner
- Owner: timgrossmann
- License: mit
- Created: 2016-11-09T10:15:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T12:55:46.000Z (about 8 years ago)
- Last Synced: 2025-04-04T19:04:36.160Z (about 1 year ago)
- Topics: cli, learning, port-scanner, python
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```