Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naltun/sp
Simple Port scanner
https://github.com/naltun/sp
netcat port-scanner port-scanning portscanner portscanning posix-sh unix
Last synced: about 2 months ago
JSON representation
Simple Port scanner
- Host: GitHub
- URL: https://github.com/naltun/sp
- Owner: naltun
- License: mpl-2.0
- Created: 2021-02-17T19:47:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T21:42:15.000Z (about 3 years ago)
- Last Synced: 2024-12-08T19:47:56.965Z (about 2 months ago)
- Topics: netcat, port-scanner, port-scanning, portscanner, portscanning, posix-sh, unix
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
+---------------------+
| Simple Port scanner |
+---------------------+A simple port scanner that uses only POSIX-compliant utilities. This means it should run on:
* Linux
* BSD
* Darwin
* Solaris? AIX?`sp' is a thin wrapper around `netcat'.
'Why not use netcat then?', I can hear you ask. netcat can be intimidating for people who have never
used it before, so `sp' aims to be an easy-to-use, straight-forward utility that obscures having to learn
the `nc' command.HOWTO
sp [hostname] [port[s]] [-u|--udp]
LICENSE
Proudly Free Software, this software is licensed under the terms of the Mozilla Public License Version 2.0.